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
T/389 ModelRange#getTransformedByMove and other #392
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
cc303fe
Fixed: Change event should not be fired for NoOperation. + slight cha…
scofalik 536c6a5
Added: engine.treeModel.History#getDeltas.
scofalik 9c5f085
Fixed: MoveOperation returned wrong values in _execute.
scofalik 9afa0d9
Added: engine.treeModel.Range#getTransformedByMove.
scofalik b22c1e1
Fixed: Incorrect transformation of collapsed range when nodes inserte…
scofalik dc5b91e
Fixed: engine.treeModel.Position#getTransformedByMove should take car…
scofalik 1a582eb
Tests: Getting to 100% CC
scofalik 6ddc12a
Changed: engine.treeModel.Range#getTransformedByMove rewritten.
scofalik 6a46bbb
Changed: LiveRange uses Range#getTransformedByMove instead of LivePos…
scofalik 76e1244
Fixed: engine.treeModel.Position very bad nasty bug!
scofalik bdf64f9
Tests: engine.treeModel.LivePosition 100% CC.
scofalik e796812
Fixed: treeModel.Range#getTransformedByMove should not return ranges …
scofalik 57d0e33
Changed: Range#getTransformedByMove should not expect transformed tar…
scofalik 8271172
Tests: added test for LiveRange positions drifting in wrong direction…
scofalik a4d4899
Merge branch 'master' into t/389
Reinmar e80f5f5
Do not use global jshint switch off.
Reinmar 01598b2
Changed: engine.treeModel.History#getDeltas is now a generator. + docs.
scofalik ebe782f
Minor corrections.
Reinmar 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
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.
Missing
@returns
. Can't it be a generator, btw?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