how can I use ”Preferences | Editor | Customize Word Separators“ with CJK?
I want to move caret among Chinese words, instead of jump over all of the Chinese words.
I know the regular expression is `[\u3400-\u9FFF\uF900-\uFAFF]+`. However, when I copy the code to the textarea of "Patterns", there is no effect.
how can I make it come true.
请先登录再写评论。
You must be using a third-party Customize word separators plugin; please submit an issue to the plugin vendor on this, https://github.com/naoyukik/customize-word-separators-kt/issues
Elena Pogorelova thx, I got it.