r37
Details
-
FilenameMisspelled-r37.zip
-
Uploaded by
-
UploadedJul 28, 2009
-
Size2.25 MB
-
Downloads221
-
MD5535880d7198f8728b047ac34547bd2de
Supported WoW Retail Versions
- 3.1.0
Changelog
------------------------------------------------------------------------
r37 | nrpieper | 2009-07-28 22:27:32 +0000 (Tue, 28 Jul 2009) | 4 lines
Changed paths:
M /trunk/Dict/Dic_frFR.lua
M /trunk/Misspelled.lua
M /trunk/Misspelled.toc
M /trunk/UTF8/utf8.lua
M /trunk/WordDict.lua
Replaced French dictionary with the one used in Chromium. I included the additional words Chromium added.
(http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/dictionaries/fr_FR.dic_delta)
Fixed a typo in the UTF8 section of RemovePrefix. This was causing words to be flagged as misspelled, if you were using one of the UTF8 (non-English) dictionaries and the word contained one of the affix compressed prefixes, even though they were spelled correctly.
With these fixes, the word [l'éléphant] is now not mistakenly flagged as misspelled.
------------------------------------------------------------------------
r36 | nrpieper | 2009-07-19 15:07:45 +0000 (Sun, 19 Jul 2009) | 1 line
Changed paths:
A /trunk/Dict/Dic_frFR.lua
M /trunk/Misspelled.lua
M /trunk/Misspelled.toc
M /trunk/WordDict.lua
Added a French dictionary. The French dictionary will auto-load if you're using the frFR client, or you can manually choose to use it from the Misspelled Interface/Addons options page.
------------------------------------------------------------------------
r35 | nrpieper | 2009-07-19 13:14:24 +0000 (Sun, 19 Jul 2009) | 2 lines
Changed paths:
M /trunk/Misspelled.lua
M /trunk/Misspelled.toc
Hopefully fixed the issue that was crashing client.
Hooked ChatThrottleLib:SendChatMessage so I can clean any misspelled highlighted words before the message is sent.
------------------------------------------------------------------------
r34 | nrpieper | 2009-07-18 17:03:08 +0000 (Sat, 18 Jul 2009) | 3 lines
Changed paths:
M /trunk/Misspelled.lua
M /trunk/Misspelled.toc
Misspelled can now add interactive spell-checking to multiple EditBoxes at the same time.
Added initial support for integrating with WIM. Please report any issues you have.
------------------------------------------------------------------------
r33 | nrpieper | 2009-06-25 21:12:22 +0000 (Thu, 25 Jun 2009) | 2 lines
Changed paths:
M /trunk/Misspelled.lua
M /trunk/Misspelled.toc
M /trunk/WordDict.lua
Added guild member and friends player names phonetic codes were always using US English phonetic code generation for all languages. The generic phonetic code is now used for German and Spanish.
ipairs and pairs locals added to WordDict.lua for increased speed.
------------------------------------------------------------------------