Maciej Bukowski
|
2695c37005
WIP - moving debug tools between files.
|
6 lat temu |
Kamil Piechaczek
|
35aba7b0d6
Internal: Updated the license header. See ckeditor/ckeditor5#1557. [skip ci]
|
6 lat temu |
Kamil Piechaczek
|
c7953fd655
Internal: Bumped the year. [skip ci]
|
6 lat temu |
Maciej Gołaszewski
|
2e35e803aa
Add model/view Range.clone() method.
|
7 lat temu |
Maciej Gołaszewski
|
5f2f65a519
Changed: Make Range factory methods protected. Remove Range.createFromParentsAndOffsets().
|
7 lat temu |
Szymon Cofalik
|
7790d8d293
Changed: `baseVersion` was moved to be the last argument in `MarkerOperation` constructor.
|
7 lat temu |
Oskar Wróbel
|
9439c8b289
Changed long name returned by Operation.className property to the short one.
|
7 lat temu |
Oskar Wróbel
|
76cf6bfbef
Internal: Changed the way of data serialization.
|
7 lat temu |
Maciej Bukowski
|
2a434eace3
API docs fixes.
|
7 lat temu |
Maciej Bukowski
|
5f550100e9
Provided support for `affectsData` prooperty in `Writer#addMarker()` and `Writer#updateMarker()`.
|
7 lat temu |
Maciej Bukowski
|
1ee00c5f66
Added `affectsData` property to `MarkerOperation`.
|
7 lat temu |
Maciej Bukowski
|
780d16a6f0
Marked MarkerCollection's `set` and `remove` as protected.
|
7 lat temu |
Szymon Cofalik
|
dd202e6760
Changed: Operations that does not operate on document have `null` base version.
|
8 lat temu |
Szymon Cofalik
|
c44336d58a
Changed: Operations no longer remove changes object on `_execute()`.
|
8 lat temu |
Piotrek Koszuliński
|
de22c255fc
Internal: Bumped the year. [skip ci]
|
8 lat temu |
Oskar Wróbel
|
7b14364940
Aligned operation tests with engine changes.
|
8 lat temu |
Oskar Wróbel
|
18b01a40fe
Changed the way of checking if operaton is a document operation.
|
8 lat temu |
Oskar Wróbel
|
2971a99700
Mark MarkerOperation as document operation when there is no range to remove.
|
8 lat temu |
Oskar Wróbel
|
aa93ed2f24
Changed root property to isDocumentOperation.
|
8 lat temu |
Oskar Wróbel
|
295999133c
Added root getter to the MarkerOperation.
|
8 lat temu |
Piotrek Koszuliński
|
5be4a494fb
Docs: Fixed inherited methods documentation. Closes #971.
|
8 lat temu |
Kamil Piechaczek
|
540b4498df
Fixed issues reported by ESLint using the flag "--fix".
|
8 lat temu |
Szymon Cofalik
|
7bccd79816
Changed: Moved some logic from MarkerOperation to MarkerCollection.
|
9 lat temu |
Szymon Cofalik
|
5e2a42eab0
Changed: MarkerOperation should be passed MarkerCollection instance.
|
9 lat temu |
Szymon Cofalik
|
d0b6e0c1a6
Changed: simplified code in MarkerOperation.
|
9 lat temu |
Szymon Cofalik
|
66f86328cf
Fixed: MarkerOperation execution should always result in firing Document#event:change.
|
9 lat temu |
Szymon Cofalik
|
a22f66c195
Changed: MarkerOperation execution should always result in firing Document#event:change.
|
9 lat temu |
Szymon Cofalik
|
8830d8a472
Changed: Markers refactor:
|
9 lat temu |