On Fri, 16 May 2008 12:51:22 +0100, Nick Treleaven nick.treleaven@btinternet.com wrote:
On Thu, 15 May 2008 19:16:02 +0200 Enrico Tröger enrico.troeger@uvena.de wrote:
Hi all,
during the last days I worked on a spell check plugin and here we go.
Great, works nicely ;-)
I noticed for unsaved documents on Linux it uses "(null)" for the filename, and I'm not sure but "%s", NULL might fail on Windows - so I've attached a patch to fix this.
Thanks, I should use the DOC_FILENAME macro more often ;-). I also found a big memory leak because I just forgot to release the array holding available dictionaries which is filled when the configuration dialog is opened. And this array isn't necessary at all ;-).
Regards, Enrico