derickc / Fountainhead

Contextual Sublime Text screenwriting environment using the Fountain screenplay syntax.
http://classicblunders.com/fountainhead/
Other
72 stars 13 forks source link

Distracting spell check as you type #17

Open forthrin opened 8 years ago

forthrin commented 8 years ago

Spell checking happens for incomplete words as you type them, thus everything you enter is marked in red until the word is complete. This is very distracting.

In other word processors, spell checking does not occur until the word is actually finished (ie. after you type the word plus a non-alphabetic character.)

Suggest to do the same here.

derickc commented 8 years ago

This is how the default Sublime Text spell checker works. You can turn spell_check to false, but this will disable all spell checking. I can look into workarounds.