Open for discussion: #9506- Editing Request: Hungry Delete
State of request #9506- Editing Request: Hungry Delete
has changed to "To be discussed". If you want to comment on it please do not reply to this message but add comment to the request's thread instead at http://www.intellij.net/tracker/resharper/viewSCR?publicId=9506
Please sign in to leave a comment.
i think this is an easy to implement and useful feature
Currently, some kind of "hungry delete" is already implemented
When you press DEL here:
{
Foo();|
Foo();
}
you will get
{
Foo();|Foo();
}
But not
{
Foo();| Foo();
}
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Carsten Jendro" <carsten.jendro@gmx.net> wrote in message
news:7772002.1125322567671.JavaMail.javamailuser@localhost...
>i think this is an easy to implement and useful feature
Okay, that's a sort of "hungry delete". I guess I should be more clear that
I'm asking for "Hungry Backspace" :)
"Eugene Pasynkov (JetBrains)" <Eugene.Pasynkov@jetbrains.com> wrote in
message news:dev45i$ij1$1@is.intellij.net...
>
>
>
>
>
>
>
>>i think this is an easy to implement and useful feature
>
Oh, I see.
I've reopened the request
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Paul Bradshaw" <pbradshaw@advsol.com> wrote in message
news:devb6q$d9b$1@is.intellij.net...
>
>> Currently, some kind of "hungry delete" is already implemented
>>
>> When you press DEL here:
>>
>> {
>> Foo();|
>> Foo();
>> }
>>
>> you will get
>>
>> {
>> Foo();|Foo();
>> }
>>
>> But not
>>
>> {
>> Foo();| Foo();
>> }
>>
>> --
>> Eugene Pasynkov
>> Developer
>> JetBrains, Inc
>> http://www.jetbrains.com
>> "Develop with pleasure!"
>> "Carsten Jendro" <carsten.jendro@gmx.net> wrote in message
>> news:7772002.1125322567671.JavaMail.javamailuser@localhost...
>>>i think this is an easy to implement and useful feature
>>
>>
>