Releases: ASHIJANKEN/JapaneseWordSeparator
Releases · ASHIJANKEN/JapaneseWordSeparator
v0.3.5
v0.3.4
v0.3.3
- Fix the behavior of selecting words. Now it is possible to select a range that precedes the already selected ranges.
v0.3.2
- Add a
.no-sublime-package
file. This package is stored inPackages/
as an unpacked package. This is a fix to make maintenance easier. - Support a jump function on a "Find Results" page. Please note that the range selection doesn't work on that page, because we suspend this plugin and use sublimetext's default double-click function.
v0.3.1
- Fix behavior on multiple selections with a keyboard. Now it can update ranges of all selected regions simultaneously.
v0.3.0
- Add "Key Bindings". You can find it in [Preferences] > [Package Settings] > [JapaneseWordSeparator].
- Change key-bindings for OSX.
I noticed that key-bindings which I used in old versions are used for other functions in ST3, so I modified it to right key-bindings.
For Mac users who had used 0.1.0 or 0.2.0 versions of this plugin
If you don't like newer version of key bindings, please add old key-bindings to "Default (OSX).sublime-keymap" in "User" folder.
Here is an example of old key-binding.
{
"keys": ["super+left"],
"command": "key_select_jp",
"args": {"key": "left"}
},
v0.2.0
- Fix behavior of selected regions when we expand/shrink them with dragging.
- Add some functions for selecting words with keyboard.
- Word-wise move of cursor
- Word-wise selection of words
v0.1.0
- Initial release of JapaneseWordSeparator.