javalover520 / jsyntaxpane

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

EndOfLineStringProperty not working #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
EndOfLineStringProperty is supposed to automatically find out the new line 
separator, but that ain't working.  I also tried setting it manually to no 
avail.  Since EndOfLineStringProperty is a property of the 
DefaultEditorKit, I have to assume that JSyntaxPane is the culprit.  Then 
again, who knows, there might be something else I'm not seeing.

Original issue reported on code.google.com by eea...@gmail.com on 28 Jun 2008 at 9:46

GoogleCodeExporter commented 8 years ago
Where and how are you trying to this property?  Can I see some code please?
I haven;t touched that property in the SyntaxKit and just use the default.
However the Lexers _should_ be okay with any method of End Of Line.
I'm currently working on proper String escape sequences.  The current 
implementation
does not handle Escapes in Strings.

Original comment by ayman.al...@gmail.com on 28 Jun 2008 at 11:45

GoogleCodeExporter commented 8 years ago
The String escape characters should be handled properly by the latest version 
080629a.

Original comment by ayman.al...@gmail.com on 29 Jun 2008 at 9:28