[ANN] CamelPlugin-0.4 released
http://www.intellij.org/twiki/bin/view/Main/CamelPlugin
http://sourceforge.net/projects/tz-ip/
0.4 (#701, #815) - May 21, 2003
- Bug no scrolling when cursor gets out of window.
- RFE "Slower" SelectWord (Ctrl-W).
"Slower" SelectWord is a request by Eugene Belyaev. It works like this:
[Ar|ray]IndexOutOfBoundsException -> [Ar|rayIndex]OutOfBoundsException -> etc
last word:
ArrayIndexOutOfBoundsExcept|ion -> ArrayIndexOutOfBounds[Except|ion] -> ArrayIndexOutOf[BoundsExcept|ion] -> etc
word in the middle:
ArrayIndexOu|tOfBoundsException -> ArrayIndex[Ou|t]OfBoundsException -> ArrayIndex[Ou|tOfBoundsException]
-> [ArrayIndexOu|tOfBoundsException]
]]>
Timur
Please sign in to leave a comment.
Since you have wrapped the Ctrl-W could you add an option to include a step
after a block is fully selected to select the white lines after it. This is
especially annoying when you tell in the formatting option that you want to
have a certain number of blank lines between methods but Ctrl-W doesn't
follow it.
Related request: http://www.intellij.net/tracker/idea/viewSCR?publicId=7474
Thanks again for an excellent plugin
Jacques
PS: I entered the same request in sourceforge tracker
"Timur Zambalayev" <itnadmin@jetbrains.com> wrote in message
news:9135235.1053500352664.JavaMail.jrun@is.intellij.net...
>
>
>
>
>
>
>
I will implement this in a new plugin (SelectPlugin). I already have a select method action (which was inspired by your request) in this plugin (I'll release it soon).
Timur