Double click on text selection in CFEclipse

In CFEclipse, I do a lot of double-click to select text. The standard behavior is to select the entire text within the closest word boundaries. This is problematic when editing code in which the original editor did not use the camel case; for example, they wrote "myObject" as "my_object".

Is there a way to change the double-click selection behavior to include "_" as a valid word character?

+3
source share
3 answers

CFEclipse does not recognize underline or period as a character for double-click text selection. I don’t know how to spin the sleeves and crack the editor code to change it. I doubt it will be changed soon with the upcoming release of Bolt from Adobe.

+2
source

The latest version of CFEclipse has the ability to determine which characters are considered word boundaries when double-clicked, as well as the ability to use different characters when using the alt or shift keys.

In the settings, go to CFEclipse> Editor> Text Selector to update this: alt text
(source: bpsite.net )

+7
source

eclipse 3.4.1 Ganymede , , , '_' ( , java, )

eclipse ?

blog , eclipse3.3 , ...

Notepad2 vs. Firefox

+2

All Articles