Download Latest Version rsyntaxtextarea-2.6.0-src.zip (1.6 MB)
Email in envelope

Get an email when there's a new version of RSyntaxTextArea

Name Modified Size InfoDownloads / Week
Parent folder
readme.txt 2012-05-01 853 Bytes
rsta_spellchecker_2.0.3_Source.zip 2012-05-01 266.8 kB
rsta_spellchecker_2.0.3.zip 2012-05-01 239.8 kB
Totals: 3 Items   507.5 kB 0
Changes in SpellChecker 2.0.3
-----------------------------
This is a spell checker add-on for RSyntaxTextArea 2.0.3. It should only be used
with version 2.0.3 of RSyntaxTextArea (or later versions, if they do not have a
newer, corresponding SpellChecker release).

Adding spell checking for English (American or British) to RSyntaxTextArea is
very easy; just follow the example source in
src/org/fife/ui/rsyntaxtextarea/spell/demo/DemoRootPane.java. It basically boils
down to the following code:

  File zip = new File("distfiles/english_dic.zip");
  SpellingParser parser = SpellingParser.createEnglishSpellingParser(zip, true);
  textArea.addParser(parser);

More thorough examples can be found at http://fifesoft.com/rsyntaxtextarea.
Check out the Examples page. This release contains updates to stay in sync with
the RSyntaxTextArea 2.0.3 package.
Source: readme.txt, updated 2012-05-01