Posted 7 August 2025, 7:37 pm EST
I want to be able to select whole words that have a “_” in them on double click. So for example if you double click on the “w” in the following phrase: “John_was_here” it will only select the word “was” instead of the whole phrase. (Which is standard). I need this because I am building an editor I use for coding so I want to be able to select a whole variables name instead of just part of it on a double click. Also I want to be able to copy it automatically to the clipboard as a bonus.