kamalchopra / jsyntaxpane

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

XML does not show initial < in V 0.1 #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use Tester 
2. Set to XML
3. notice some text is not displayed.
4. Clear text, and type first <
5. The first < is not shown until full tag is displayed

Original issue reported on code.google.com by ayman.al...@gmail.com on 21 Jun 2008 at 5:58

GoogleCodeExporter commented 9 years ago
This is fixed in 080621 release.  The cause was drawing default, unmapped 
characters
in white over white background.

I added a DEFAULT SyntaxStyle, and set the defaults to BLACK. 

Original comment by ayman.al...@gmail.com on 21 Jun 2008 at 5:59