Example:
Suppose i have the following text, then the characters " ", "\", "-" and "." acts as dividers.
Code: Select all
C:\Users\pmk\AppData\Roaming\Blumentals\WeBuilder\plugins\OpenLink\open-link.js
In cases like this, it would be nice if the double clicking feature was extended with qualifier key support.
Some ideas (Maybe it could be configurable?):
Holding down "Shift" key while double clicking, would exclude "-" from the divider list.
Holding down "Alt" key while double clicking, would exclude "." from the divider list.
Holding down "Shift+ Alt" key while double clicking, would exclude "-" and "." from the divider list.
Holding down "Ctrl" key while double clicking, would exclude all dividers except quotes, space and tab. (That would make it possible to select a full path/url)