Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
SpellChecker plugin
pacrook:
--- Quote ---yeah the post build stuff is a direct xcopy console command instead of a portable squirrel script...
luckily I believe the syntax is the same though so just replace instances of xcopy with cp and you should be good.
--- End quote ---
The "SpellCheck-unix.cbp" project script uses "cp" okay, it just doesn't copy them to anywhere sensible (as far as my Linux box is concerned).
P.S. thanks for the pointers about where to put things.
ouch:
didn't even see the unix version there, heh...
But the cp stuff looks right once you put it one level above the plugins like I did everything should fall into place for linux people too.
also, don't forget to run the update shell or batch file after it's compiled to actually get the plugin installed into codeblocks.
I noticed a setting called "Enable online spell checker" Shouldn't that be inline? otherwise it kind of sounds like it's searching some sort of dictionary found on the internet...
I've also noticed it makes a notable impact on codeblocks speed. I get screen tearing sometimes with this turned on. So for now I'm just using it for right clicking on stuff to spell check. But it's just what I was looking for otherwise.
AnotherCodeMonkey:
I tried to build the code from code::blocks, using the Spell-Checker-unix project file and it fails to compile because it can't find hunspell/hunspell.hxx. The non '-unix' project has the hunspell code included in it. any suggestions?
oBFusCATed:
Install hunspell-dev/-devel or whatever is called on you distro, I guess.
ouch:
hunspell is included in the spellchecker svn.
So my guess would be to check your os permissions.
failing that, make sure there aren't any broken file links in the project. if so, just re-add them.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version