trunkmaster / nextspace

NeXTSTEP-like desktop environment for Linux
https://trunkmaster.github.io
GNU General Public License v3.0
1.89k stars 69 forks source link

make double-click to select word configurable #336

Closed onflapp closed 4 years ago

onflapp commented 4 years ago

When user double clicks text in Terminal, the current implementation will select a word containing alphanumeric characters only. Any other character will be treated as a selection boundary.

This makes it inconvenient for selecting file names or paths, as those words usually do contains dots, underscores or slashes.

This pull request makes the text boundary configurable. E.g. adding "/_." would allow user to select "/src/test_source.c" in one double click.

trunkmaster commented 4 years ago

Good. Thank you.