TASC is a spell checker plugin for textadept.
Spell checking being performed via ispell compatible backend. (aspell and hunspell are supported at the moment)
Clone this repository to "/.textadept/modules/" and put following line into your "/.textadept/init.lua":
require "TASC"| Feature | Status |
|---|---|
| Basic highlighting of mistakes after file saving | Done |
| Suggestions via autocompletion interface | Done |
| Live checking support | Done |
| GUI for backend and dictionary management | Done |
| Saving/Loading backend and dictionary configuration | Done |
| Addition to personal dictionary support | Done |
| Localization | en, ru |
| Localization for other languages | Assistance required |
| Windows/OSX support | Assistance required |