Is there some way to make Spell Checker plugin work without installations? I'm using Notepad++ as portable software.
Search gives me no results (in a way of portability).
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Load Aspell (win32) and the dictionaries locally. Copy the Aspell folder to your flash drive (d:portableapps\Aspell). Download Spellchecker.dll (ver 1.2 - there is a link on Portableapps.com) and put in the plugins folder.
Edit SpellChecker.ini to read:
[Spell-Checker]
Current Language=en
Relative Path=..\Aspell\bin\
And it should work.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
No, use the latest one. There is a bug in 1.2. You can not use relative paths larger than - don't know exactly anymore - 20"?" chars. However, now it is fixed and you can choose relative paths with MAX_PATH. In addition you don't need to modify the .ini file. You can modify it within the help dialog box.
Best Regards
Jens
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there some way to make Spell Checker plugin work without installations? I'm using Notepad++ as portable software.
Search gives me no results (in a way of portability).
Thanks.
Load Aspell (win32) and the dictionaries locally. Copy the Aspell folder to your flash drive (d:portableapps\Aspell). Download Spellchecker.dll (ver 1.2 - there is a link on Portableapps.com) and put in the plugins folder.
Edit SpellChecker.ini to read:
[Spell-Checker]
Current Language=en
Relative Path=..\Aspell\bin\
And it should work.
Is there any reason in particular to use version 1.2 instead of the latest version?
No, use the latest one. There is a bug in 1.2. You can not use relative paths larger than - don't know exactly anymore - 20"?" chars. However, now it is fixed and you can choose relative paths with MAX_PATH. In addition you don't need to modify the .ini file. You can modify it within the help dialog box.
Best Regards
Jens
No solutions?..