-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change replace to keep its position in the new result. Add a few memb…
…ers. (dart-archive/characters#8) Add move-operations to character range for selecting everything before or after the current range. Add getters for the characters or strings before and after the current range (and characters of the current range, to complement `current` which returns a string). Change replace operations to return a range on the replaced result which contains the original range post-modification.
- Loading branch information
Showing
6 changed files
with
209 additions
and
54 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: characters | ||
version: 0.2.0 | ||
version: 0.3.0 | ||
environment: | ||
sdk: "^2.4.0" | ||
sdk: "^2.5.0" | ||
dev_dependencies: | ||
test: "^1.6.0" |
Oops, something went wrong.