RSyntaxTextArea Readme
----------------------
Please contact me if you are using RSyntaxTextArea in your project!  I like
to know when people are finding it useful.  Please send mail to:
robert -at- fifesoft dot com.


* About RSyntaxTextArea

  RSyntaxTextArea is a syntax highlighting text component, written in Swing.
  It allows applications to easily embed syntax highlighting for most common
  programming languages.  Most other standard programmer's editor features are
  built-in: auto-indent, bracket matching, undo/redo, etc.  Auto-completion
  is available as an add-on library (see http://fifesoft.com/autocomplete).

* License

  RSyntaxTextArea is licensed under a modified BSD license.  Please see the
  included RSyntaxTextArea.License.txt file.

* Compiling

  RSyntaxTextArea compiles with Gradle.  To compile the source, run all unit
  tests, and create the distribution zip file:
  
    cd RSyntaxTextArea
    gradlew build
  
* Feedback

  I hope you find RSyntaxTextArea useful.  Bug reports, feature requests, and
  just general questions are always welcome.  Ways you can submit feedback:
  
    * http://forum.fifesoft.com (preferred)
         Has a forum for RSyntaxTextArea and related projects, where you can
         ask questions and get feedback quickly.

    * https://github.com/bobbylight/RSyntaxTextArea
         Add a bug or enhancement request, peruse the Wiki, etc.

* Thanks

  Translations:
     
     * Arabic:                 Mawaheb, Linostar
     * Chinese:                Terrance, peter_barnes, Sunquan, sonyichi, zvest
     * Chinese (Traditional):  kin Por Fok, liou xiao
     * Dutch:                  Roel, Sebastiaan, lovepuppy
     * French:                 Pat, PivWan
     * German:                 Domenic, bikerpete
     * Hungarian:              Zityi, flatron
     * Indonesian:             azis, Sonny
     * Italian:                Luca, stepagweb
     * Japanese:               Josh, izumi, tomoM
     * Korean:                 Changkyoon sbrownii
     * Polish:                 Chris, Maciej Mrug
     * Portuguese (Brazil):    Pat, Marcos Parmeggiani, Leandro
     * Russian:                Nadiya, Vladimir
     * Spanish:                Leonardo, phrodo, daloporhecho
     * Turkish:                Cahit, Burak
