SpellChecker
SpellChecker copied to clipboard
A spell checker add-on library for RSyntaxTextArea.
A la IntelliJ, spell-check each part of a `camelCaseWord` individually. I believe the default behavior right now is to ignore such words entirely.
I created an overloaded createEnglishSpellingParser method that takes an InputStream and a boolean. I did this so that I can load the dictionary from a resource in a jar file...
Besides the current focusable tip, this library should also allow spelling suggestions to be displayed in the RSTA popup menu. Perhaps a configuration option to use one, the other, or...
``SpellingParser.parse(RSyntaxDocument, String)`` seems to do spelling check an whole document, again, after every change. This isn't performant for big documents. Ideally, this method gets additional information about concerned areas that...
i have updated to fix location of english.zip to a directory inside the ui resources package so user only need to put .dic files and and choose american/ programming so...
i wonder if some kind of support for programming languages could be added , parse the text and just indicate if any syntax type errors .
Currently configuration is fetched from the static `Configuration.getConfiguration()` method, which makes testing very difficult. Fix this.
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. Release notes Sourced from github/codeql-action's releases. v3.30.8 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...
### General words: * buyout * catalog * obsessing * obsessive * palette * portfolio * ruminate * ruminating * stressful ### Programming words: * apache * auth * datestamp...
Bumps [gradle/actions](https://github.com/gradle/actions) from 4 to 5. Release notes Sourced from gradle/actions's releases. v5.0.0 What's Changed Breaking Changes Upgrade to node 24 by @amyu in gradle/actions#721 Make sure your runner is...