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

SpellChecker plugin

<< < (5/27) > >>

Pecan:

--- Quote from: ollydbg on July 16, 2010, 01:49:37 am ---
Thanks for the help, it works now. So we need to copy the folder (containing  "OnlineSpellChecking.xml" )
from
E:\code\cb\cc_branch\src\devel\share\CodeBlocks\SpellChecker
to
E:\code\cb\cc_branch\src\output\share\CodeBlocks\SpellChecker

 :D


--- End quote ---

There used to be a couple of lines in the update.bat that copied all .exe's and all .dll's from \devel\... and contribs to \output\...

But those lines were removed. It was declared that every plugin should execute its own update.bat in its post build step.

This really causes a mess. The plugin is now responsible for  creating the ...\src\output folder chain in its prebuild or postbuild step if the ...\src\output folder chain doesn't exist yet.

This happens when CB is first built, or when ...\src\output is deleted before CB is re-built in order to get a completely clean \output build.
 

oleg_kaa:

--- Quote from: danselmi on October 09, 2009, 04:37:24 pm ---A plugin to spell check comments in source codes can be found here: http://svn.berlios.de/svnroot/repos/spellchecker/trunk .

--- End quote ---
Could you build dll plugin for codeblocks-10.05 windows xp 32bit?

Cryogen:

 Hi danselmi,

SpellChecker is looking good. Thanks. :-)

Feature request:
Please make the Dictionaries and Thesauri fields full width so we can see what's in them. These fields should be manually editable, too.

Bug report:
The compiler complains about auto-importing occurring without being enabled.


--- Code: ---||warning: auto-importing has been activated without --enable-auto-import specified on the command line.|
||Info: resolving TiXmlString::nullrep_       by linking to __imp___ZN11TiXmlString8nullrep_E |
||Info: resolving vtable for TiXmlDocument by linking to __imp___ZTV13TiXmlDocument |
||Info: resolving vtable for wxDialogHelper by linking to __imp___ZTV14wxDialogHelper |
||Info: resolving vtable for wxScrollingDialog by linking to __imp___ZTV17wxScrollingDialog |

--- End code ---

You can fix this by adding:

-Wl,--enable-auto-import

to the linker settings' "Other linker options:" for the "plugin" target.

Cheers,

  Cryo.

danselmi:
Hi

Thanks for your feedbacks. It now has the fields full width and editable.
By the way, has anybody tested the "cbStatusBar" patch?


regards,

danselmi

MortenMacFly:

--- Quote from: danselmi on September 09, 2010, 01:15:03 am ---By the way, has anybody tested the "cbStatusBar" patch?

--- End quote ---
I am using it literally since day one. ;-) No issues, except that for the spellchecker the field is always too small for me and instead of "en-EN" I see "en-". Also, it looks a bit ugly as the statusbar has a grey background, but the label is on white background.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version