Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Preferences: stop chars - how to?
Preferences: stop chars - how to? [message #294025] Thu, 03 November 2005 12:11 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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!
Previous Topic:Examining an uncaught exception in the debugger?
Next Topic:CellEditor activation without mouse (only keyboard)
Goto Forum:
  


Current Time: Sat Sep 20 20:17:27 EDT 2025

Powered by FUDForum. Page generated in 0.03954 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top