pescuma / miranda-plugins

Some Miranda IM plugins
2 stars 1 forks source link

New patch for SpellChecker #144

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Another patch for SpellChecker

- final fix for issue 143
* Fixed lookup of Language in UserInfo module of metacontacts
* updated Hunspell library to version 1.2.12

Regards
FREAK_THEMIGHTY

Original issue reported on code.google.com by wishmaster51 on 29 Sep 2010 at 12:02

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Okay, I added a new patch with a missing file

However with the new hunspell version im getting compilation errors:

  dictionary.cpp
d:\miranda\mgoodies\trunk\spellchecker\hunspell\replist.hxx(23): error C2062: 
type 'const char' unexpected
d:\miranda\mgoodies\trunk\spellchecker\hunspell\replist.hxx(23): error C2238: 
unexpected token(s) preceding ';'
dictionary.cpp(280): error C2039: 'get_try_string' : is not a member of 
'Hunspell'
          d:\miranda\mgoodies\trunk\spellchecker\hunspell/hunspell.hxx(24) : see declaration of 'Hunspell'

Can you take a look at it?
Thanks

Original comment by wishmaster51 on 29 Sep 2010 at 2:38

Attachments:

GoogleCodeExporter commented 9 years ago
New patch (without hunspell update, it seems they changed API):

- final fix for  issue 143 
* Fixed lookup of Language in UserInfo module of metacontacts
* internal Unicode transition
* added Updater support for Addons Page (pluginInfo.shortName didnt match 
Addons name due to separate Unicode/ANSI version)
     You will have to enable beta Versions in Updater again..

Original comment by wishmaster51 on 10 Oct 2010 at 4:37

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by pescuma on 10 Oct 2010 at 7:09

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
  + improved support for UserInfoEx Plugin
  + added Updater support for Addons Page (pluginInfo.shortName didnt match Addons name due to separate Unicode/ANSI version)
    You will have to enable beta Versions in Updater again if you want beta versions
  + added error count to confirmation message
  + added support for Miranda IM path API
    the new default path for custom dictionaries is now %miranda_userdata%\Dictionaries
    This change allows per-profile-dictionaries
    IMPORTANT: You may have to move your custom dictionaries, as these are not moved automatically!!
    IMPORTANT: You also need at least Folders plugin 0.1.5.1 or newer!!
  * Updated some header files
  ! Fixed a bug with translated hotkeys (Fixes issue 115)
  - removed PLUGININFO support, since it is obsolete
  * internal Unicode transition
  * increased options dialog size a bit for translators

Original comment by wishmaster51 on 1 Nov 2010 at 11:50

Attachments:

GoogleCodeExporter commented 9 years ago
The errors in replist.hxx ("type 'const char' unexpected") are caused by a 
conflict with WinDef.h's macro definition of "near". Adding "#undef near" to 
the top or replist.hxx or changing the name of the function will permit 
compilation.

Original comment by catsta...@gmail.com on 13 May 2011 at 3:03

GoogleCodeExporter commented 9 years ago

Original comment by pescuma on 15 May 2011 at 5:21