Netbeans weird quote behaviors
Posted
by Dmitriy Likhten
on Stack Overflow
See other posts from Stack Overflow
or by Dmitriy Likhten
Published on 2010-03-24T18:19:02Z
Indexed on
2010/03/24
18:23 UTC
Read the original article
Hit count: 202
netbeans
I've been having trouble with the latest netbeans ruby ide.
Here is the weird behavior:
"|" = my cursor
some text |here
I try to add a single quote. Expected:
some text '|here
However I get
some text h'|ere
It's worse when there is a linebreak:
some text here |
some other text here
turns into
some text here
'| some other text here
Am I hitting some weird behavior of netbeans that can be turned off for this? I mean it is insanely annoying.
© Stack Overflow or respective owner