Szymon Cofalik
|
6e8e191dc6
Removed: Removed WrapOperation and UnwrapOperation and associated code.
|
7 年之前 |
Szymon Cofalik
|
cd5643f770
Changed: Removed `insertionPosition` from `SplitOperation` constructor.
|
7 年之前 |
Szymon Cofalik
|
fe735a2084
Added: Introduced `SplitOperation#insertionPosition` as a settable property. Renamed `SplitOperation#position` to `#splitPosition`.
|
7 年之前 |
Szymon Cofalik
|
7790d8d293
Changed: `baseVersion` was moved to be the last argument in `MarkerOperation` constructor.
|
7 年之前 |
Szymon Cofalik
|
97744b7f6b
Changed: Removed unreachable branch in `model.Range#_getTransformedByMergeOperation`.
|
7 年之前 |
Oskar Wróbel
|
76cf6bfbef
Internal: Changed the way of data serialization.
|
7 年之前 |
Szymon Cofalik
|
65ca18933d
Operational transformation refactor. Added new operations, transformations and changed other code connected with it. Added new tests.
|
7 年之前 |
Maciej Gołaszewski
|
88fb7a1561
Tests: Properly use sinon sandbox in tests.
|
7 年之前 |
Kamil Piechaczek
|
c63c55c6e9
Renamed "_*Children()" name of functions to "_*Child()".
|
7 年之前 |
Kamil Piechaczek
|
bfd5f00dc2
Changed public API to protected.
|
7 年之前 |
Piotrek Koszuliński
|
de22c255fc
Internal: Bumped the year. [skip ci]
|
8 年之前 |
Oskar Wróbel
|
daf4e612c4
Aligned tests with engine changes.
|
8 年之前 |
Piotrek Koszuliński
|
2debd0e781
Revert "Merge pull request #1175 from ckeditor/t/897"
|
8 年之前 |
Maciej Gołaszewski
|
0f3acc2742
Other: Make Position immutable.
|
8 年之前 |
Piotrek Koszuliński
|
6fa452c666
Minor docs and code cleanup.
|
8 年之前 |
Kamil Piechaczek
|
e19c56bac7
Improvements for the tests and refactored the "model.Position#getCommonAncestor()" method.
|
8 年之前 |
Kamil Piechaczek
|
15eed8847e
Improved the tests.
|
8 年之前 |
Kamil Piechaczek
|
2c6266851a
Simplified "Position#getCommonAncestor()" (model) and fixed incorrect docs.
|
8 年之前 |
Kamil Piechaczek
|
78d2eb60f0
Introduced `Position#getCommonAncestor( otherPosition )` and `Range#getCommonAncestor()` methods for `view` and `model`.
|
8 年之前 |
Piotrek Koszuliński
|
993e0f73b7
Don't return the block in which selection ends if it ends at its beginning.
|
8 年之前 |
Kamil Piechaczek
|
8e68177ec1
Fixed issues reported by ESLint in "tests/" directory. "no-confusing-arrow" is also fixed in "src/" directory.
|
8 年之前 |
Kamil Piechaczek
|
540b4498df
Fixed issues reported by ESLint using the flag "--fix".
|
8 年之前 |
Szymon Cofalik
|
30fcbb548e
Changed: Use `is()` method.
|
8 年之前 |
Piotr Jasiun
|
eaa205ddc8
Merged getPriorPosition and getFurtherPosition into one getLastMatchingPosition. Renamed `Range.getShrinked` to `Range.getTrimmed`.
|
8 年之前 |
Piotr Jasiun
|
7e26937be2
Introduced model.TreeWalker#skip, model.Position#getFurtherPosition, model.Position#getPriorPosition.
|
8 年之前 |
Szymon Cofalik
|
3dc1540fd2
Changed: Position.getAncestors() was returning nodes in different order than Node.getAncestors().
|
8 年之前 |
Szymon Cofalik
|
5261f62014
Fixed: model.Position#getAncestors.
|
8 年之前 |
Piotrek Koszuliński
|
d893eb58d9
Updated imports to use scoped packages.
|
9 年之前 |
Piotrek Koszuliński
|
c904325be6
Bump up the year.
|
9 年之前 |
Piotrek Koszuliński
|
1e6d9a8380
Updated tests – removed bender tags and CSS links.
|
9 年之前 |