SpellChecker

A simple spell checker add-on for RSyntaxTextArea. It will spell-check comments in source code, or the entire file if you are editing plain text. Spelling errors are squiggle-underlined with the color of your choice, and tooltips are available offering any spelling suggestions.

License

License

Modified BSD License
GroupId

GroupId

com.fifesoft
ArtifactId

ArtifactId

spellchecker
Last Version

Last Version

3.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

SpellChecker
A simple spell checker add-on for RSyntaxTextArea. It will spell-check comments in source code, or the entire file if you are editing plain text. Spelling errors are squiggle-underlined with the color of your choice, and tooltips are available offering any spelling suggestions.
Project URL

Project URL

https://github.com/bobbylight/SpellChecker
Source Code Management

Source Code Management

https://github.com/bobbylight/SpellChecker

Download spellchecker

How to add to project

<!-- https://jarcasting.com/artifacts/com.fifesoft/spellchecker/ -->
<dependency>
    <groupId>com.fifesoft</groupId>
    <artifactId>spellchecker</artifactId>
    <version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fifesoft/spellchecker/
implementation 'com.fifesoft:spellchecker:3.2.0'
// https://jarcasting.com/artifacts/com.fifesoft/spellchecker/
implementation ("com.fifesoft:spellchecker:3.2.0")
'com.fifesoft:spellchecker:jar:3.2.0'
<dependency org="com.fifesoft" name="spellchecker" rev="3.2.0">
  <artifact name="spellchecker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fifesoft', module='spellchecker', version='3.2.0')
)
libraryDependencies += "com.fifesoft" % "spellchecker" % "3.2.0"
[com.fifesoft/spellchecker "3.2.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.fifesoft : rsyntaxtextarea jar 3.2.0

Project Modules

There are no modules declared in this project.

Versions

Version
3.2.0
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.6.0
2.5.7
2.5.4
2.5.0
2.0.7
2.0.6
2.0.5.1
2.0.4
2.0.2
2.0.0-beta1
1.5.0
1.4.1
1.4.0
r239