couzteau / SpellCheck

A spell checker for Adobe Brackets
30 stars 11 forks source link

Feature Request: Ignoring certain words. #4

Closed lkcampbell closed 7 years ago

lkcampbell commented 11 years ago

I was looking through the After the Deadline web site and noticed it has an option to set certain words to "Ignore Always", effectively removing unusual words from the list of checked words. It allows a bit of customization of word lists.

If this is not possible, make a JSON file locally that the user can use to list out words they want to ignore while spell checking.

couzteau commented 11 years ago

Good point. The extension should support user preferences. Currently the implementation uses the code hint API which is not ideal for such additions. Brackets should also have a preferences API.

bmadmin commented 10 years ago

This would be really useful. A dictionary file that is saves as JSON in the project itself. then as we all push it around git-hub, all other project members get the new dictionary JSON file.