aymanhs / jsyntaxpane

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

How can I use this as C language editor #155

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.I tried setting codeEditor.setContentType("text/c");
2.But it does not work.
3.

What is the expected output? What do you see instead?

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

Please provide any additional information below.

Original issue reported on code.google.com by ravin.u...@gmail.com on 5 Jul 2010 at 3:05

GoogleCodeExporter commented 8 years ago
Did you initialize?  You need to first call
    jsyntaxpane.DefaultSyntaxKit.initKit();
Have a look at the tester code.

Original comment by ayman.al...@gmail.com on 6 Jul 2010 at 5:57

GoogleCodeExporter commented 8 years ago

Original comment by ayman.al...@gmail.com on 12 Jul 2010 at 2:35