Menu

Spell Checker (portable)

2008-01-10
2012-11-13
  • Nobody/Anonymous

    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.

     
    • Nobody/Anonymous

      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.

       
      • fidvo

        fidvo - 2008-02-17

        Is there any reason in particular to use version 1.2 instead of the latest version?

         
        • Nobody/Anonymous

          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

           
    • Nobody/Anonymous

      No solutions?..