Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

SpellChecker plugin

<< < (11/27) > >>

karbous:
Wow, the spell checker plugin looks cool. I'm really missing that feature in CB. Is there any precompiled library (I'm a lazy person ;-)?

I tried to compile it under Ubuntu, but got stuck with error messages:
trunk/OnlineSpellChecker.cpp||In member function ‘void OnlineSpellChecker::DissectWordAndCheck(cbStyledTextCtrl*, int, int) const’:|
trunk/OnlineSpellChecker.cpp|244|error: ‘class cbStyledTextCtrl’ has no member named ‘IndicatorFillRange’|
trunk/OnlineSpellChecker.cpp|258|error: ‘class cbStyledTextCtrl’ has no member named ‘IndicatorFillRange’|
trunk/OnlineSpellChecker.cpp||In member function ‘void OnlineSpellChecker::ClearAllIndications(cbStyledTextCtrl*) const’:|
trunk/OnlineSpellChecker.cpp|287|error: ‘class cbStyledTextCtrl’ has no member named ‘SetIndicatorCurrent’|
trunk/OnlineSpellChecker.cpp|288|error: ‘class cbStyledTextCtrl’ has no member named ‘IndicatorClearRange’|

I'm having an CB SDK from ubuntu repos. So do that errors mean I need a newer SDK? After compiling the plugin with the new SDK does that mean I have to compile the whole CB as well, in order to work the plugin properly?

Thank you for you comments and time.

Jenna:
If it is C::B 8.02 you will have no luck.
Ubuntu (since 10.10 if I remember correctly) also has 10.05 in it's repo.

Alternatively you can use my repo (see signature), but read the notes about ubuntu (older ubuntu's used to have an incompatible wxWidgets).

karbous:
Thank you for your swift answer, I'll give it a try.

Btw. thanks for developing and improving the wonderful opensource programming IDE  :D

MortenMacFly:
Mmmh... I just noticed that the option to change the language from the statusbar has gone in my builds...?! The statusbar does not show these elements anymore. Anybody else experiencing this?

Laethnes:
I guess I missed something, so is there some tutorial or something helping how to compile this plugin? While I was unable to find it, I tried compile it by method attempt - failure but it failed at 5th error...

If you want to know the details, it's "cbstatusbar.h: No such file or directory", I was unable find it in src nor /usr/include directory and I installed dev version for codeblocks, wx ( 2.8 ) (libwxbase, wx-common, libwxgtk, wx headers, wxsmithlib) and hunspell (except hunspell I guessed all of them while I was unable find any clear info what is needed) . (Ubuntu 10.10.)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version