source: other-projects/rsyntax-textarea/src/dist/readme.txt@ 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: 1.4 KB
Line 
1RSyntaxTextArea Readme
2----------------------
3Please contact me if you are using RSyntaxTextArea in your project! I like
4to know when people are finding it useful. Please send mail to:
5robert -at- fifesoft dot com.
6
7
8* About RSyntaxTextArea
9
10 RSyntaxTextArea is a syntax highlighting text component, written in Swing.
11 It allows applications to easily embed syntax highlighting for most common
12 programming languages. Most other standard programmer's editor features are
13 built-in: auto-indent, bracket matching, undo/redo, etc. Auto-completion
14 is available as an add-on library (see http://fifesoft.com/autocomplete).
15
16* License
17
18 RSyntaxTextArea is licensed under a modified BSD license. Please see the
19 included RSyntaxTextArea.License.txt file.
20
21* Feedback
22
23 I hope you find RSyntaxTextArea useful. Bug reports, feature requests, and
24 just general questions are always welcome. Ways you can submit feedback:
25
26 * http://forum.fifesoft.com (preferred)
27 Has a forum for RSyntaxTextArea and related projects, where you can
28 ask questions and get feedback quickly.
29
30 * http://sourceforge.net/projects/rsyntaxtextarea
31 Has a tracker for bug reports, feature requests, etc.
32
33 * http://fifesoft.com/rsyntaxtextarea
34 Project home page, which contains general information and example
35 source code.
Note: See TracBrowser for help on using the repository browser.