Le 02/09/2013 18:29, Jim Dodgen a écrit :
When I double click on a Perl variable like $data it only selects data and misses the $. Is there anyway to change this behavior?
Add "$" to the Perl wordchars.
In practice, open ~/.config/geany/filedefs/filetypes.perl and put
[settings] wordchars=$_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
in it (see the doc for details).
Regards, Colomban