Kuba Niegowski
|
5aa707d71e
Added the edge case test of removing multiple empty rows after cells merge.
|
5 年之前 |
Kuba Niegowski
|
92aecf82ea
Apply suggestions from code review
|
5 年之前 |
Kuba Niegowski
|
974f266686
Updating heading rows in one enqueued change block (to use the current table state for update).
|
5 年之前 |
Kuba Niegowski
|
9275e84902
Merging cells and removing empty rows in one batch.
|
5 年之前 |
Kuba Niegowski
|
dba9fac0d9
Table heading rows should be properly updated after removing rows as a side effect of merging cells.
|
5 年之前 |
Anna Tomanek
|
a488d5e60a
Docs (table): API docs for tables improved. [skip ci]
|
5 年之前 |
Marek Lewandowski
|
52281a6308
Other: Minor logic simplification.
|
5 年之前 |
Aleksander Nowodzinski
|
b37c98f84f
Merge branch 'master' into i/6368
|
5 年之前 |
Aleksander Nowodzinski
|
14cd7bed80
Fix: Merge left and right commands should be always enabled if execution does not cross the heading column boundary.
|
5 年之前 |
Aleksander Nowodzinski
|
7dc643238d
Used the getTableCellsContainingSelection() helper across the package.
|
5 年之前 |
Anna Tomanek
|
77ec129812
Docs: Table API docs improvements, part 2. [skip ci]
|
5 年之前 |
Kamil Piechaczek
|
7a5188b042
Internal: Bumped the year. [skip ci]
|
6 年之前 |
Maciej Gołaszewski
|
eba4f2a516
Update the logic to not allow merging spanned cells.
|
6 年之前 |
Andrew Stewart
|
733723007f
Disable horizontal merge between header and body cells.
|
6 年之前 |
Szymon Cofalik
|
fc9800614c
Internal: Set `MergeCellCommand#value` before `#isEnabled` so it is available in `#isEnabled` observable callbacks.
|
6 年之前 |
Maciej Bukowski
|
c76ecca80e
Fixed API docs.
|
6 年之前 |
Kamil Piechaczek
|
db6b0450ae
Internal: Updated the license header. See ckeditor/ckeditor5#1557. [skip ci]
|
6 年之前 |
Kamil Piechaczek
|
5c3b474622
Internal: Bumped the year. [skip ci]
|
6 年之前 |
Maciej Gołaszewski
|
8fcb3f6a8f
Change to string reference for TableUtils when using editor.plugins.get.
|
7 年之前 |
Maciej Gołaszewski
|
7ecdcb7f83
Remove Position, Range, Selection imports from engine/model.
|
7 年之前 |
Maciej Gołaszewski
|
de1c301ab9
Changed: Removed commands/utils~getParentTable() method and renamed commands/utils~getParentElement() to findAncestor().
|
7 年之前 |
Maciej Gołaszewski
|
4fdeac1710
Changed: Merging empty paragraphs should result in one paragraph.
|
7 年之前 |
Maciej Gołaszewski
|
1f23fce751
Merge branch 'master' into t/56
|
7 年之前 |
Maciej Gołaszewski
|
c7ba2a3c5d
Fix: InsertRowCommand should work with block content (#value only).
|
7 年之前 |
Maciej Gołaszewski
|
a4d01e6bfa
Fix: Merging down rowspanned cell from the head with a cell in body is now disabled.
|
7 年之前 |
Maciej Gołaszewski
|
543bb168cd
Fix: Merge cell horizontally should not be possible on overlapped cells.
|
7 年之前 |
Maciej Gołaszewski
|
03c85ffcbd
Code style: Improve readability of `MergeCellCommand`.
|
7 年之前 |
Maciej Gołaszewski
|
0d39786fff
Merge branch 'master' into t/16
|
7 年之前 |
Maciej Gołaszewski
|
8e479de5a8
Docs: Improve common API section of a table feature guide.
|
7 年之前 |
Anna Tomanek
|
c987e71063
Docs: Table feature API docs corrections, part 2. [skip ci]
|
7 年之前 |