License |
License
Modified BSD License
|
---|---|
GroupId | GroupIdcom.fifesoft |
ArtifactId | ArtifactIdspellchecker |
Last Version | Last Version3.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpellChecker
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spellchecker-3.2.0.pom | |
spellchecker-3.2.0.jar | 84 KB |
spellchecker-3.2.0-sources.jar | 89 KB |
spellchecker-3.2.0-javadoc.jar | 267 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.fifesoft : rsyntaxtextarea | jar | 3.2.0 |