Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.38 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.38 KB

TASC

TASC is a spell checker plugin for textadept.

Spell checking being performed via ispell compatible backend. (aspell and hunspell are supported at the moment)

Installation

Clone this repository to "/.textadept/modules/" and put following line into your "/.textadept/init.lua":

require "TASC"

Screenshots

Features

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