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.

0

请先登录再写评论。