[Geany-Users] Perl select

Colomban Wendling lists.ban at xxxxx
Mon Sep 2 16:34:45 UTC 2013


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


More information about the Users mailing list