3

I need a java SyntaxHighlighter for my jsp based web application.The field or TextArea should remain editable as I will need to save the file again as per the user changes of code.

I found this https://code.google.com/p/syntaxhighlighter/wiki/Overview though its highlighting the code but the area is no more editable.

brij
  • 217
  • 7
  • 19

1 Answers1

0

Try JSyntaxPane. This will require using a JEditorPane instead of a JTextArea. For basic usage, look here.

zfollette
  • 475
  • 4
  • 15