Oskar Wróbel
|
03cf4b0c0a
Aligned code with the engine changes.
|
8 年之前 |
Szymon Cofalik
|
7a07e15a3f
Docs: updated docs.
|
8 年之前 |
Szymon Cofalik
|
ab55131948
Changed: Simplified undo commands due to simplification in `engine.model.History`.
|
8 年之前 |
Piotrek Koszuliński
|
0d6b56fc1f
Aligned command API usage to the changes done in ckeditor5-core#89.
|
8 年之前 |
Kamil Piechaczek
|
5edc6ef104
Code style: Switched to ESLint.
|
8 年之前 |
Szymon Cofalik
|
6c8a109b2c
Changed: Fixed import.
|
8 年之前 |
Piotrek Koszuliński
|
a53369d39c
Updated imports to use scoped packages.
|
9 年之前 |
Piotrek Koszuliński
|
d2e0f15c63
Bump up the year.
|
9 年之前 |
Piotrek Koszuliński
|
29be763829
Use package-based paths to modules.
|
9 年之前 |
Szymon Cofalik
|
f7207a1147
Changed: use engine.model.delta.transformDeltaSets instead of providing own algorithm.
|
9 年之前 |
Piotrek Koszuliński
|
48f5bf275b
Reformatted API docs.
|
9 年之前 |
Anna Tomanek
|
8a070f358b
Minor API docs corrections.
|
9 年之前 |
Anna Tomanek
|
806ba2eca6
API docs for undo revised.
|
9 年之前 |
Szymon Cofalik
|
2b0c0bb454
Changed: refactored undo feature, fixing #12.
|
9 年之前 |
Szymon Cofalik
|
3dce7d680a
Fixes required by ckeditor5-engine/t/518.
|
9 年之前 |
Szymon Cofalik
|
474fa19e11
Fixes: required by changes in engine.model.
|
9 年之前 |
Piotr Jasiun
|
05e22e0abf
Merge pull request #22 from ckeditor/t/21
|
9 年之前 |
Piotrek Koszuliński
|
ee6965a8c5
Removed use strict in all ES6 modules and fixed related files. See https://github.com/ckeditor/ckeditor5/issues/149.
|
9 年之前 |
Szymon Cofalik
|
c6e06d7a39
Fixed: changes required by ckeditor5-engine#480.
|
9 年之前 |
Szymon Cofalik
|
0dbe5a81da
Changed: BaseCommand#_items to #_stack, also made it protected instead of private.
|
9 年之前 |
Szymon Cofalik
|
bf4fcdad78
Changed: Slight refactor in UndoCommand and RedoCommand.
|
9 年之前 |
Piotrek Koszuliński
|
4ce75be15a
API doc fixes.
|
9 年之前 |
Szymon Cofalik
|
ca814ff6b2
Fixed: UndoCommand crashed when delta to undo was not in history anymore.
|
9 年之前 |
Szymon Cofalik
|
7a7df0185c
Changed: use engine.model.Batch#constructor to set up batch type.
|
9 年之前 |
Szymon Cofalik
|
fd5969b0df
Changed: rewritten undo.UndoCommand with new transformation algorithm and improved selection restoring algorithm.
|
9 年之前 |
Piotr Jasiun
|
29f7cab556
Updated paths after removing "tree" from "treeModel" and "treeView".
|
9 年之前 |
Piotrek Koszuliński
|
6133e3f52f
Minor improvement.
|
9 年之前 |
Piotrek Koszuliński
|
7d0ce4596c
Renamed _batchStack to more correct _items and made minor simplifications. Tests: Fixed the way how feature is initialized and made sure to use beforeEach().
|
9 年之前 |
Szymon Cofalik
|
72e63e8639
Changed: Fixes after review.
|
9 年之前 |
Szymon Cofalik
|
504d077e95
Changed: removing commented code + docs.
|
9 年之前 |