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

SpellChecker plugin

<< < (3/27) > >>

ironhead:
+1 for contrib

Is that enough votes yet? :)

koso:
When building this plugin using C::B worspace .. it creates this directory:

CodeBlocksSVN\src\devel\share\CodeBlocks\SpellChecker

with one xml file.

Then I run update.bat (using WinXP), which should copy this directory into "output" folder ... but this does not happens .. is this only my problem? Without this configuration file is plugin not functional.


PS: many thanks to developer, now are fixed plugin crashes when no dictionary is present.
PS2: is it difficult to implement configuration where can be set spellchecked lexer "classes"? (for example, i would be happy, if I could disable spellchecking of strings, but at the same time have enabled spellchecking of documentation blocks)

danselmi:

--- Quote from: koso on November 09, 2009, 09:20:49 pm ---PS2: is it difficult to implement configuration where can be set spellchecked lexer "classes"? (for example, i would be happy, if I could disable spellchecking of strings, but at the same time have enabled spellchecking of documentation blocks)
--- End quote ---
Remove the indices 6 and 12 from Language "C/C++" in OnlineSpellChecking.xml. This removes the checks of Strings in C/C++ files. The indices/names are from the lexer configuration files.

laube:
i really like this plugin!

When i was editing large files OnlineSpellchecker really slowed down typing in codeblocks which was very annoying.
I have written a patch which rescans only the changed portions of the content. (style and content changes are monitored)
I have also added that composed words like 'OnlineSpellchecker' are checked correctly.
Also aberrations are handled (all uppercase words are ignored)
I also fixed a typo in SpellCheckerPlugin.cpp which prevented compilation when CB_STATUS_BAR is not defined.

I solved the problem that we cannot change styling while in wxEVT_SCI_MODIFIED event by introducing a queue for storing invalidated regions and then updating all regions in the next wxEVT_SCI_UPDATEUI event.

tell me what you think about this patch.

I'd like to see this plugin added to contrib too!

Simon

[attachment deleted by admin]

mariocup:

--- Quote from: laube on July 13, 2010, 11:30:21 pm ---I'd like to see this plugin added to contrib too!

--- End quote ---

Me too  :D

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version