-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add insertObject() function. #11425
Merged
oleq
merged 29 commits into
ck/epic/2973-document-lists
from
ck/11198-make-sure-list-isnt-split
Apr 1, 2022
Merged
Add insertObject() function. #11425
Changes from 9 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
eb52d8d
WIP: Initial version of fix handling insertion of blocks to document …
CatStrategist 28c1e6d
Add more tests to changing image type and fix tests with deleting blo…
CatStrategist 98c6c82
Change passing elements to copy attributes from to selection and make…
CatStrategist 4b7281a
Create selection of insertion context element passed as option in ins…
CatStrategist 1a65927
Initial version of insertBlock function - handling tables and changin…
CatStrategist 1b8f202
Add a note to remove import later.
CatStrategist 0276261
Finish PoC for insertObject() handling all the cases for document lis…
CatStrategist 976bea3
Add more tests, handling setSelection in insertObject, move getAttrib…
CatStrategist 46ae8c5
Remove unnecessary code.
CatStrategist 0f99e6e
Fix tests.
CatStrategist 9337275
Fixes for inserting content at higher indent.
CatStrategist d3a5cd6
Code refactoring in progress.
niegowski ebc3465
Code refactoring.
niegowski c8aeb96
Add tests.
de7aeaa
Merge branch 'ck/epic/2973-document-lists' into ck/11198-make-sure-li…
9e7cde2
Add documentation.
0c50e19
Fix insertObject() test.
55479e3
Add tests and documentation to widget type around.
56584dd
Move setAllowedAttributes() to schema and fix tests.
7c5b536
Start writing API docs for insertObject().
7274d3a
Fix API docs.
fc56ba6
Docs: Documented insertObject().
oleq 02779bb
Review fixes.
oleq 98cf7b6
PR fixes.
c0e4b21
Merge branch 'ck/11198-make-sure-list-isnt-split' of github.com:ckedi…
d03fe12
Fix import and revert unnecessary changes to insert table command.
2561d47
Stub console warn in tests and make engine's findOptimalInsertionRang…
c528b67
Merge branch 'ck/epic/2973-document-lists' into ck/11198-make-sure-li…
ee8d2e7
Adjusted tests after mergin the epic branch.
oleq File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this condition be also included in setSelection inside insertObject?