Hi,

I wonder if there is a way to modify what get selected when double-clicking on a string in edit mode?
I have strings like the following:
word1(word2)\[index\].word3

If I double-click on that string all of it will be selected. What I want is to only select word1 or word2 or word3 or index.

That is, I want to change the stopping char for selection to all of ( ) \ . [ ]

Is this possible?