Preferences: stop chars - how to? [message #294025] |
Thu, 03 November 2005 12:11  |
Eclipse User |
|
|
|
Originally posted by: automatic.javalobby.org
Good day!
Maybe I'm too blind or too lazy, but I couldn't find the way to alter stop chars list. I use Ctrl+Left and Ctrl+Right to scan through text word by word, and what really annoys me is that cursor stops twice near Perl prefix signs in variable names ($, @, %, &). I mean:
$something
should be considered as one word while it is considered as two:
$
something
Is there any way in Eclipse to change this functionality? It takes too much time in Perl code to change places :(!
I work in Perl EPIC, Perl perspective.
Thanks!
|
|
|
Re: Preferences: stop chars - how to? [message #294130 is a reply to message #294025] |
Fri, 04 November 2005 05:30  |
Eclipse User |
|
|
|
By default you get the platform's word stops - you should file an
enhancement request against your plug-in provider to do their own word
break computation for Perl.
-tom
Nikita Dedik wrote:
> Good day!
>
> Maybe I'm too blind or too lazy, but I couldn't find the way to alter stop chars list. I use Ctrl+Left and Ctrl+Right to scan through text word by word, and what really annoys me is that cursor stops twice near Perl prefix signs in variable names ($, @, %, &). I mean:
> $something
> should be considered as one word while it is considered as two:
> $
> something
> Is there any way in Eclipse to change this functionality? It takes too much time in Perl code to change places :(!
>
> I work in Perl EPIC, Perl perspective.
>
> Thanks!
|
|
|
Powered by
FUDForum. Page generated in 0.03954 seconds