You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by Judah Frangipane <fl...@gmail.com> on 2014/06/22 13:02:04 UTC

[Harbs/TLF-Table-Work] 4f852b: Added error handler for uncaught errors in TableEx...

  Branch: refs/heads/master
  Home:   https://github.com/Harbs/TLF-Table-Work
  Commit: 4f852bc671ca935e28baddb036c93d5661cbd415
      https://github.com/Harbs/TLF-Table-Work/commit/4f852bc671ca935e28baddb036c93d5661cbd415
  Author: Judah Frangipane <fl...@gmail.com>
  Date:   2014-06-22 (Sun, 22 Jun 2014)

  Changed paths:
    M flex-tlf/textLayout/src/flashx/textLayout/edit/EditManager.as
    M flex-tlf/textLayout/src/flashx/textLayout/edit/ISelectionManager.as
    M flex-tlf/textLayout/src/flashx/textLayout/edit/SelectionManager.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/CellCoordinates.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableCellElement.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableElement.as
    M tests/TableTest/src/TableExplorer.mxml

  Log Message:
  -----------
  Added error handler for uncaught errors in TableExplorer
Fixed extra paragraph when new table is added in TableExplorer
Removed cellSpacing option in TableExplorer
Added initial work for tab to next text flow when in table cell. Basic functionality is working
Added selectLastPosition and selectFirstPosition methods to ISelectionManager
Added selectCell to SelectionManager
Added getNextCell and getPreviousCell to TableCellElement and getCellAt to TableElement


  Commit: cd454a4e06279dcd8cd95eea85940605d19d0364
      https://github.com/Harbs/TLF-Table-Work/commit/cd454a4e06279dcd8cd95eea85940605d19d0364
  Author: Judah Frangipane <fl...@gmail.com>
  Date:   2014-06-22 (Sun, 22 Jun 2014)

  Changed paths:
    M flex-tlf/textLayout/src/flashx/textLayout/compose/BaseCompose.as
    M flex-tlf/textLayout/src/flashx/textLayout/compose/FlowComposerBase.as
    M flex-tlf/textLayout/src/flashx/textLayout/compose/StandardFlowComposer.as
    M flex-tlf/textLayout/src/flashx/textLayout/compose/TextFlowLine.as
    M flex-tlf/textLayout/src/flashx/textLayout/compose/TextFlowTableBlock.as
    M flex-tlf/textLayout/src/flashx/textLayout/container/ContainerController.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/ParagraphElement.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableLeafElement.as

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/Harbs/TLF-Table-Work


  Commit: d90a44bb2fd4bc202df3c0486cd4430195640fe6
      https://github.com/Harbs/TLF-Table-Work/commit/d90a44bb2fd4bc202df3c0486cd4430195640fe6
  Author: Judah Frangipane <fl...@gmail.com>
  Date:   2014-06-22 (Sun, 22 Jun 2014)

  Changed paths:
    M flex-tlf/textLayout/src/flashx/textLayout/edit/EditManager.as

  Log Message:
  -----------
  Selects the contents on tab rather than position the cursor at the end of the text flow


Compare: https://github.com/Harbs/TLF-Table-Work/compare/65e33f65c105...d90a44bb2fd4