source: other-projects/rsyntax-textarea/src/java/org/fife/ui/rsyntaxtextarea/parser/package.html@ 25584

Last change on this file since 25584 was 25584, checked in by davidb, 12 years ago

Initial cut an a text edit area for GLI that supports color syntax highlighting

File size: 355 bytes
Line 
1<html>
2 <body>
3 Interfaces for parsing text in RSyntaxTextAreas and identifying errors,
4 warnings, etc. Implementations of the <code>Parser</code> interface
5 are notified when the document has been modified, so they can add
6 squiggle-underline markers to instances of RSTA to signify code errors and
7 other important snippets.
8 </body>
9</html>
Note: See TracBrowser for help on using the repository browser.