Maciej Gołaszewski
|
b8269ee376
Fix upcoming ESLint problems in tests.
|
5 年之前 |
Kamil Piechaczek
|
344ec71488
Internal: Bumped the year. [skip ci]
|
6 年之前 |
Maciej Bukowski
|
ab458a9e2c
WIP - changing errors.
|
6 年之前 |
Szymon Cofalik
|
5d1d882e1f
Fix: `model.Writer#insert()` will now update markers passed in DocumentFragment if markers with the same name existed in the document.
|
6 年之前 |
Maciej Bukowski
|
2a58ad24aa
Fixed typo.
|
6 年之前 |
Maciej Bukowski
|
3723e008a6
Fixed tests.
|
6 年之前 |
Szymon Cofalik
|
e084202809
Other: Added more cases of affected markers on merging in writer.
|
6 年之前 |
Kamil Piechaczek
|
35aba7b0d6
Internal: Updated the license header. See ckeditor/ckeditor5#1557. [skip ci]
|
6 年之前 |
Oskar Wróbel
|
48eebf9ee8
Feature: Added possibility to refresh the marker with no changes through `Writer#updateMarker()` method.
|
6 年之前 |
Kamil Piechaczek
|
c7953fd655
Internal: Bumped the year. [skip ci]
|
6 年之前 |
Szymon Cofalik
|
f510cfd021
Fix: Prevent `model.Writer` from inserting empty text nodes.
|
7 年之前 |
Szymon Cofalik
|
9490980305
Changed: `model.Writer` will add marker operation if move, remove or merge affected a marker.
|
7 年之前 |
Maciej Gołaszewski
|
e2cec333d0
Merge branch 'master' into t/1555
|
7 年之前 |
Maciej Gołaszewski
|
9b7e3752d8
Create stub tests for writer's Position/Writer/Selection factory methods.
|
7 年之前 |
Maciej Bukowski
|
5a43d45b55
Fixed tests.
|
7 年之前 |
Maciej Bukowski
|
a68db47589
Made markers created by `Writer#insert()` affect data.
|
7 年之前 |
Maciej Gołaszewski
|
5f2f65a519
Changed: Make Range factory methods protected. Remove Range.createFromParentsAndOffsets().
|
7 年之前 |
Maciej Gołaszewski
|
4d500ac4d4
Changed: Make factory methods of model Position protected.
|
7 年之前 |
Maciej Gołaszewski
|
90d2a88bf7
Make Position.createAt() offset parameter required.
|
7 年之前 |
Szymon Cofalik
|
9ee2170d45
Changed: Remove `ReinsertOperation` and `RemoveOperation`.
|
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
|
959eec408d
Code style: Change the selection post-fixer internals for better readability.
|
7 年之前 |
Piotrek Koszuliński
|
355fc4aea3
Merge branch 'master' into t/ckeditor5-table/12
|
7 年之前 |
Maciej Gołaszewski
|
f9c07db70c
Other: Move selection post fixer to model/utils and inject it in model's constructor.
|
7 年之前 |
Maciej Bukowski
|
201715e641
Defaulted `Marker#affectsData` to false.
|
7 年之前 |
Maciej Bukowski
|
5f550100e9
Provided support for `affectsData` prooperty in `Writer#addMarker()` and `Writer#updateMarker()`.
|
7 年之前 |
Aleksander Nowodzinski
|
7fc7d346fe
Tests/Docs: Updated Writer and DocumentSelection docs and tests to the newest API.
|
7 年之前 |
Maciej Gołaszewski
|
6b426c973f
Tests: Fix API usage in beforeEach of updateMarker tests.
|
7 年之前 |
Piotr Jasiun
|
4f8a49b480
Merge pull request #1388 from ckeditor/t/1299
|
7 年之前 |
Maciej Gołaszewski
|
4f29a352f2
Changed: Properly handle marker update with changes to be manged by operations.
|
7 年之前 |