How to make doubleclick recognize Hypen as part of the word
-
Hi,
I just started working on plugin development. I want to know if there is a way to make “double click” in editor recognize the word considering “hyphens”.
i need this for a plugin on COBOL files.
ex:
As of now, when i dblclick at V on the word " WA-VAR-NAME1 ", it selects VAR, whereas i want WA-VAR-NAME1 to be selected -
@Nauduri-Venkata-Ravi-Rama-Sastry
You can achieve that by extending the word character list.
-
@dinkumoil Thank you, that was the one!!