kamalchopra / jsyntaxpane

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

Python lexer strings highlighting defect #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using Python lexer, single-quotes strings are not highlighted 
correctly (neither simple strings nor multi-line strings).

Also when a double-quotes multi-line string contains some double-quotes, 
the highlighting ends x characters too early, where x is the number of 
double-quotes inside the multi-line string. 

See screenshot in attachment.

Program: JSyntaxPane Tester
Version: revision r111 of branch r095
OS: Window XP Pro.

Original issue reported on code.google.com by david.e...@gmail.com on 14 Apr 2009 at 11:47

Attachments:

GoogleCodeExporter commented 9 years ago
I'll need to revisit the Python Lexer's JFLex file.  
Hope to have those fixed within a week, getting too busy with other stuff.

Original comment by ayman.al...@gmail.com on 19 Apr 2009 at 5:45

GoogleCodeExporter commented 9 years ago
Fixed with r112

Original comment by ayman.al...@gmail.com on 22 Apr 2009 at 7:07