kamalchopra / jsyntaxpane

Automatically exported from code.google.com/p/jsyntaxpane
0 stars 0 forks source link

SyntaxActions.SQUOTE bug? #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?

Hi,
Currently the "left" and "right" parameter of PairAction is \" :
public static PairAction SQUOTE = new PairAction("SQUOTE", "\"", "\"");
I think it should be \'

What version of the product are you using? On what operating system?

Version from SVN.

Original issue reported on code.google.com by twardow...@gmail.com on 10 Jul 2008 at 1:38

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Thanks for the report, you are correct.  
One problem with cut and paste, or with NetBeans duplicate line :-)
I'll add this fix to the next release.  Unfortunately, that may be few weeks 
from now
due to technical reasons.

Original comment by ayman.al...@gmail.com on 11 Jul 2008 at 6:37

GoogleCodeExporter commented 9 years ago
Fixed in SVN, and created new load.

Original comment by ayman.al...@gmail.com on 17 Jul 2008 at 6:20