Code52 / DownmarkerWPF

MarkPad - a visual Markdown editor (inspired by the Downmarker project)
http://code52.org/DownmarkerWPF/
Microsoft Public License
1.4k stars 458 forks source link

Added support for a user created dictionary. #431

Closed alexanderfast closed 9 years ago

alexanderfast commented 10 years ago

To address #387.

Specifically, it provides the ability to add misspelled words to a custom spellcheck dictionary file that's created the first time it's done. Maybe this file should be supplied with the application pre-seeded with techno jargon (like the word "permalink" mentioned in the issue)?

alexanderfast commented 10 years ago

I also noted that Hunspell implements IDisposable but they don't seem to be disposed. Is this just something that's overlooked are is it assumed that the application only creates one?