javalover520 / jsyntaxpane

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

No token for XML values in between tags #162

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open the JSyntaxPane Tester
2. Type some XML with a value between tags, ex: <tag>MyValue</tag>
3. JSyntaxPane reports that MyValue is not a token

What is the expected output? What do you see instead?
-I want to be able to set the style (text color, bold, etc.) of values in 
between tags.  Without a token type, there doesn't seem to be any way to change 
the style of MyValue.  Changing Style.DEFAULT doesn't help.

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

Please provide any additional information below.

Original issue reported on code.google.com by neo...@gmail.com on 20 Aug 2010 at 7:35

GoogleCodeExporter commented 8 years ago
Sorry this took some time.  This is a valid request and I'll have a look ASAP.
Complications I do see are handling of CDATA, HDATA and other embedded control 
chars in xml.

Original comment by ayman.al...@gmail.com on 19 Sep 2010 at 6:28

GoogleCodeExporter commented 8 years ago
Thank you for agreeing to take a look.  Since some time has passed, I thought 
I'd mention that this fix would still be useful to me.  Again, thanks for your 
time.

Original comment by neo...@gmail.com on 29 Sep 2010 at 2:07