Commit History

作者 SHA1 備註 提交日期
  Maciej Gołaszewski 4ec76addce Use single batch to modify table. 5 年之前
  Maciej Gołaszewski 3bedcee623 Move remove multiple rows logic to TableUtils#removeRows(). 5 年之前
  Maciej Gołaszewski 710ac0bc0c Move `removeRow` logic to table utils plugin. 5 年之前
  Maciej Gołaszewski ff5981c2b2 Disallow merge cells command execution on selection extending from heading to body. 5 年之前
  Maciej Gołaszewski d141593969 Remove row command should create only one undo step. 5 年之前
  Maciej Gołaszewski cd0cfdc56a 6391: Table converters break view mappings when removing multiple rows with headers during a sing... 5 年之前
  Marek Lewandowski 90d81bb5ee Internal: Variable name adjusted. 5 年之前
  Maciej Gołaszewski 4885901c72 Use existing helpers & make code more readable. 5 年之前
  Maciej Gołaszewski 43ff963aed Recalculate table geometry on each table row removal. 5 年之前
  Marek Lewandowski e5df12e0b2 Merge branch 'master' into i/6126 5 年之前
  Marek Lewandowski 09f1fd9ed4 Internal: Fixed a case where editor would crash when removing a row with selection in the last cell (of a row that had to be removed). 5 年之前
  Aleksander Nowodzinski 09f4ca7cb2 Docs and code refactoring. 5 年之前
  Marek Lewandowski c6254336bb Other: Made code more concise. 5 年之前
  Marek Lewandowski 018c7a6bbf Internal: Fixed a case when removing last row would crash the editor. 5 年之前
  Marek Lewandowski 178a443a2c Internal: Some further removerowcommand reorganization. 5 年之前
  Marek Lewandowski 516f7097d1 Internal: Minor code simplification. 5 年之前
  Marek Lewandowski c708b41475 Internal: Reused recently added `getSelectionAffectedTableCells()` function. 5 年之前
  Aleksander Nowodzinski 7dc643238d Used the getTableCellsContainingSelection() helper across the package. 5 年之前
  Marek Lewandowski c716199959 Internal: Fixed cases where inverted selections would not work correctly with remove column / row commands. 5 年之前
  Marek Lewandowski ab36dc548e Other: Removed explicitly passed default argument. 5 年之前
  Marek Lewandowski 395dbc646d Internal: Worked around the problem that removing multiple rows resulted with multiple undo snapshots. 5 年之前
  Marek Lewandowski 55f95c0a53 Internal: Adding an explanation why multiple model.change() calls are used. 5 年之前
  Marek Lewandowski 0bc8a8abdf Internal: Fixed off by one error when removing row headers. 5 年之前
  Marek Lewandowski 23889f27dd Internal: A workaround for converter issue (ckeditor/ckeditor5#6391). 5 年之前
  Marek Lewandowski 60e661b9a6 Docs: API docs for private _removeRow method. 5 年之前
  Marek Lewandowski 2f58811a89 Internal: Remove row command enabled state for multiple cell selection is now consistent with collapsed caret selection. 5 年之前
  Marek Lewandowski c84afa0645 Internal: Adjusted the code to recent table selection changes on master branch (remove row command). 5 年之前
  Marek Lewandowski a7da3f61b7 Internal: Minor refactor to clean up the code. Remove stray parameters. 5 年之前
  Marek Lewandowski 9670fa5038 Internal: Improved code coverage. 5 年之前
  Marek Lewandowski 1f7e6b82c2 Internal: Introduced support for removing multiple rows using RemoveRowCommand. 5 年之前