This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Introduced markers serialization #845
Merged
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
6b43114
Improved insert and remove UIElement to handle collapsed and non-coll…
oskarwrobel c0c9632
Added test for wrap / unwrap collpased range.
oskarwrobel 8f11347
Introduced model marker to view stapm conversion.
oskarwrobel 2832c0b
Improved docs.
oskarwrobel 345b9e6
Added toMarker view -> model converter.
oskarwrobel 7fc0dfe
Added parsing for temporary $marker elements.
oskarwrobel 4007a74
Added docs.
oskarwrobel 0b53657
Changed path of writer import to relative.
oskarwrobel 2b7fb41
Changed attribute `marker-name` to `data-name`.
oskarwrobel 5ff7e1c
Improved docs.
oskarwrobel ca1cdd5
Increased cc to 100%.
oskarwrobel d77d177
Renamed helper function.
oskarwrobel 3ce2d1f
Simplified removing temporary markers elements from document fragment.
oskarwrobel 9bb8453
Fixed docs.
oskarwrobel 369e8db
Simplified adding marker to the document.
oskarwrobel 5088e71
Replaced reduce by iterator.
oskarwrobel 59bc054
Moved extracting of marker stamps to ViewConversiondispatcher.
oskarwrobel d92d0ce
Aligned engine files to latest ViewConversionDispatcher#convert() API.
oskarwrobel d2ef220
Improved docs.
oskarwrobel ad66a93
Added Markers Collection to DocumentFragment.
oskarwrobel b7132ca
Changed format of static markers on DocumentFragment.
oskarwrobel 9ed723b
Improved writer to transfer markers from DocumentFragment to Document.
oskarwrobel d74c2f5
Changed format of returned by a converter markers.
oskarwrobel 9ca9fd1
Changed format of data returned by DataController.
oskarwrobel 179d5a6
Improved docs.
oskarwrobel 7fe28b6
Changed failing circular import.
oskarwrobel 1083da0
Adjusted test to new data format.
oskarwrobel 3de977d
Removed default confitg option.
oskarwrobel 704225d
Changed anonymous function to named.
oskarwrobel 76dca9f
Improved docs and code style.
oskarwrobel f833850
Simplified creationg position.
oskarwrobel b19e9f1
Docs.
oskarwrobel 3ab1002
Docs.
oskarwrobel e4963aa
Added option to create different opening and closing marker stamp.
oskarwrobel 04e6ebf
Added warning about losing markers.
oskarwrobel a9e0311
Improved condition checking type of conversion.
oskarwrobel 93db8f0
Moved isOpening parameter to data object.
oskarwrobel 70ba353
Fixed transfering mrkers to work for documentFragment -> documentFrag…
oskarwrobel 8437adc
Improved tests of transfering markers.
oskarwrobel aa0daed
Changed format of view -> model converter result.
oskarwrobel 9b268df
Aligned DataController to new format of view -> model conversion result.
oskarwrobel ce35560
Improved output returned by the converter.
oskarwrobel e7b6c3d
Aligned tests to new data format returned by the view -> model conver…
oskarwrobel f9abd15
Improved docs.
oskarwrobel e72ab66
Merge branch 'master' into t/787
oskarwrobel 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
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.
You could add a note to
toModel
andviewToModel.convert
that the document fragment may contain markers.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.
Done.