Kamil Piechaczek
|
4b427b0483
When typing, correct batches should be added ASAP.
|
5 年之前 |
Piotrek Koszuliński
|
b96050e4c5
Added at least a single test and handled the case where operating on standalone selections.
|
5 年之前 |
Aleksander Nowodzinski
|
4218abfd89
Changed InputCommand#execute so it supports multi-range selections.
|
5 年之前 |
Kamil Piechaczek
|
15f0ff31d7
Internal: Bumped the year. [skip ci]
|
6 年之前 |
Maciej Gołaszewski
|
826e5c615e
Change InputCommand._batches to protected field.
|
6 年之前 |
Maciej Gołaszewski
|
fd0020b3ee
Add documentation for Input#isInput() method.
|
6 年之前 |
Maciej Gołaszewski
|
1b545a827f
Add a method to determine input batches.
|
6 年之前 |
Szymon Cofalik
|
f7cf742fbd
Other: Use `model.insertContent` instead of `model.Writer#insertText`.
|
6 年之前 |
Kamil Piechaczek
|
856f16a79f
Internal: Updated the license header. See ckeditor/ckeditor5#1557. [skip ci]
|
6 年之前 |
Kamil Piechaczek
|
9000de01c9
Internal: Bumped the year. [skip ci]
|
6 年之前 |
Szymon Cofalik
|
83ed0ac1ad
Changed: Use `Model#deleteContent` helper instead of using `model.Writer` directly to remove selected content on typing.
|
7 年之前 |
Piotrek Koszuliński
|
cc680b9afd
Moved ChangeBuffer to src/utils/.
|
7 年之前 |
Maciej Bukowski
|
b48ecd50ca
Aligned code to changes in DocumentSelection API.
|
7 年之前 |
Piotr Jasiun
|
e561d386e9
Merge pull request #127 from ckeditor/t/ckeditor5-engine/1207
|
8 年之前 |
Piotrek Koszuliński
|
5df6cbcd44
Internal: Bumped the year. [skip ci]
|
8 年之前 |
Szymon Cofalik
|
f57ff157a5
Changed: Changes after model events refactor in ckeditor5-engine.
|
8 年之前 |
Oskar Wróbel
|
851598b970
Aligned code with engine changes.
|
8 年之前 |
Piotr Jasiun
|
b813a47ef7
Update typing after changes in the engine.
|
8 年之前 |
Oskar Wróbel
|
dae2e819f8
Aligned code with new Batch API.
|
8 年之前 |
Szymon Cofalik
|
b108ab1d3c
Fixed: InputCommand should not create empty insert deltas.
|
8 年之前 |
Maciej Bukowski
|
6c34784472
Aligned selection method names to https://github.com/ckeditor/ckeditor5-engine/pull/1075.
|
8 年之前 |
Anna Tomanek
|
e4ca44e6ce
Docs: API docs corrected.
|
8 年之前 |
Piotrek Koszuliński
|
984263b46f
Aligned command API usage to the changes done in ckeditor5-core#89.
|
8 年之前 |
Krzysztof Krztoń
|
8a7ef194ec
InputCommand accepts Range instead of Position as a parameter.
|
8 年之前 |
Krzysztof Krztoń
|
47679efc66
Refactoring.
|
8 年之前 |
Krzysztof Krztoń
|
c0e53dcb2b
Text is optional and defaults to empty text.
|
8 年之前 |
Krzysztof Krztoń
|
1526542a20
Do not check if range/text is not set.
|
8 年之前 |
Piotrek Koszuliński
|
6570db6578
API docs fixes.
|
8 年之前 |
Krzysztof Krztoń
|
de8371550f
Insert text only if its length is > 0.
|
8 年之前 |
Krzysztof Krztoń
|
a11e78c874
Refactoring: buffer back to InputCommand, passing resultPosition to InputCommand.
|
8 年之前 |