Open GoogleCodeExporter opened 9 years ago
This sounds good. I do that insert of double quotes myself.
However, I think a bit more than this needed. Like for example if you open a
pair, and then press backspace, you would probably want to delete both pair
items.
This backspace could be yet another PairBackSpaceAction kind of thing.
But then what about having some "smart" completion that will insert the pair's
close item only if it is needed. Similar to what NetBeans and possibly other
IDE's would do. It might not be that hard since the pair match tokens are
parsed and a find Pair method is already defined in the SyntaxDocument.
What do you think?
Original comment by ayman.al...@gmail.com
on 9 Jul 2010 at 2:38
You're right, this is not really enough, this needs a bit more work.
I will try and
a) check how NetBeans and/or Eclipse behave
b) try to get jsyntaxpane to behave in a similar way
Whenever I'll find the time to do this ;-)
Original comment by martin.z...@consol.de
on 14 Jul 2010 at 11:50
Original issue reported on code.google.com by
martin.z...@consol.de
on 8 Jul 2010 at 10:03Attachments: