Hungry Backspace bug? Follow
Hi,
little issue that i have found today with the Hungry Backspace plugin
have:
public int method() {
return ]]>10;
}
if i hit backspace get:
public int method() {
retun10;
}
expected
public int method() {
retun 10;
}
Many thx!
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Please sign in to leave a comment.
I'm sorry but I don't understand your example.
I tried the following ( | = caret)
If I hit backspace, I get
which is what I expect. Was the "retun" a typo on your part?
P.S. I've been using HungryBackSpace 0.9 quite
heavily and so far I haven't hit any bugs myself
(knock on wood!)
-Alex
My example (better explained??)
| = caret
= space
public int method() {
return *****************|10;
}
if i hit backspace get:
public int method() {
retun|10;
}
expected:
public int method() {
retun*|10;
}
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
I tried your example, and it still worked fine for me. I think I did have a problem like this in an older version. Are you sure you are using HungryBackSpace-0.9 ? Make sure you don't have older versions still in the plugins directory. I'm not sure what happens when there are multiple versions.
If that isn't the problem, what IDEA build are you using? I am using 823.
-Alex
I'm using 828, and plugin 0.9. I have just read the "Hungry backspace
suggestion" thread, isn't the same request?
Many thanks
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/