whunmr / emacsIDEAs

Porting some great extensions of emacs to Intellij IDEA. such as AceJump, CopyWithoutSelection.
Apache License 2.0
94 stars 13 forks source link

symbol "," matchs all non-alphabetic characters like "_" or "(". #20

Closed xdidi3r closed 7 years ago

xdidi3r commented 7 years ago

In the latest version, i found the symbol "," matchs all the characters except letter.

whunmr commented 7 years ago

Yes, but this is intentionally designed, Because some non-alphabetic characters are not easy to type. such as '\', '|', '^', '}', etc.

xdidi3r commented 7 years ago

thanks!