gnunn1 / tilix

A tiling terminal emulator for Linux using GTK+ 3
https://gnunn1.github.io/tilix-web
Mozilla Public License 2.0
5.42k stars 292 forks source link

Word-Wise Select Characters are not working #1336

Closed syedah314 closed 6 years ago

syedah314 commented 6 years ago

Configured following characters under Profile/Word-Wise Characters -,./?%&#:_\ Issue is reproduced by typing out the following string in terminal: abc-def,geh.ijk/lmn?opq%rst&uvw#xyz:123_456/789 and double-clicking on the string. Expected behaviour is that individual words separated by those characters are selected but the entire string gets selected indicating that none of the Word-Wise select characters are working.

tilix --version Versions Tilix version: 1.7.5 VTE version: 0.50 GTK Version: 3.22.26

Tilix Special Features Notifications enabled=1 Triggers enabled=0 Badges enabled=0

phw commented 6 years ago

It is working as expected: You told Tilix that all those characters are part of a word. Normally they are not (except _ probably). So if you remove all the characters from the config you will see that only parts of your text string get selected.

syedah314 commented 6 years ago

Ok - Thank you for explaining this, I understand the behaviour now.