Build 203 : Rename Parameter and hit delete key
I installed build 203, if i rename a paramter and hit a delete key in that
process the cursor is being taken to the first character in that line, for
instance if i have something like
public int PrintString(string Input)....
if I want to rename Input to "input" and hit the delete key when i am at the
character "I" in parameter "Input" the cursor is placed at "public" and
removing the character "p" in keyword "public"
Thanks,
Krishna
Please sign in to leave a comment.
Thank you for the feedback.
We will fix this issue shortly
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Krishna" <k@y.com> wrote in message news:dcnvmt$psu$1@is.intellij.net...
>I installed build 203, if i rename a paramter and hit a delete key in that
>process the cursor is being taken to the first character in that line, for
>instance if i have something like
>
>
>