Skip to content
Sergey Semushin edited this page May 24, 2013 · 19 revisions

DSpellCheck (Notepad++ Plugin) Quick Manual

Intro.

First things first, DSpellCheck was started as the project which should have eventually become decent spell-checking plugin for great text and code editor Notepad++. Was that goal reached or not is left for you to decide in the end, but anyway almost all stuff that I wanted to include in this plugin was eventually included, so I feel pretty content about it. Why spell-checking for Notepad++ is useful? That question arises all the time and the people who asking it of course encouraging to use different programs for spell-checking but I believe that first point is that it's totally depends on user point of view (I guess not everyone is very eager to use programs such as Microsoft Office, OpenOffice or LibreOffice for editing simple txt files). But there is more to that of course, I guess even if not everyone uses Notepad++ as C++ editor but at least for HTML, TeX, PHP, and other languages where you do not use some kind of IDE very often you can consider Notepad++ as one of the best editors, and of course text in such files still needs to be checked, I mean in TeX is almost everything is text but still there are some keyword which should be skipped ('cause they are not English and words and while spell-checking other language it is even more important), in C++ you probably want to check only string and comments and all of that is the possibility I put inside this plugin, which I believe makes it perfectly useful for majority of Notepad++.

All the hotkeys described here could be change through standard Notepad++ means.

``

Clone this wiki locally