Skip to content

Releases: ASHIJANKEN/JapaneseWordSeparator

v0.3.5

18 Aug 17:14
Compare
Choose a tag to compare
  • Enable default command when the cursor is on an English word.

v0.3.4

15 Aug 04:52
2452d2e
Compare
Choose a tag to compare
  • Fix the behavior of dragging. Now a selected range will be correctly updated even when a mouse moves back and forth around a firepoint (the point you double-clicked).
  • Fix a bug that multiple selected ranges are wrongly merged to one range under some condition.
  • Fix #4 (Only on OSX)

v0.3.3

11 Aug 18:13
4c9139a
Compare
Choose a tag to compare
  • Fix the behavior of selecting words. Now it is possible to select a range that precedes the already selected ranges.

v0.3.2

09 Jun 11:18
fec160b
Compare
Choose a tag to compare
  • Add a .no-sublime-package file. This package is stored in Packages/ 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

06 Apr 04:04
Compare
Choose a tag to compare
  • Fix behavior on multiple selections with a keyboard. Now it can update ranges of all selected regions simultaneously.

v0.3.0

03 Jul 07:58
Compare
Choose a tag to compare
  • 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

23 Apr 09:38
Compare
Choose a tag to compare
  • 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

23 Apr 09:53
Compare
Choose a tag to compare
  • Initial release of JapaneseWordSeparator.