Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
SpellChecker plugin
danselmi:
SpellChecker is has a problem on the second splitted view: After splitting, the misspelled words are underlined with a single straight black line instead of a squiggly red underline. I will take a look at it if I find some time( Laube - some more free time;-)?
Jenna:
--- Quote from: danselmi on November 10, 2010, 10:09:22 pm ---SpellChecker is has a problem on the second splitted view: After splitting, the misspelled words are underlined with a single straight black line instead of a squiggly red underline. I will take a look at it if I find some time( Laube - some more free time;-)?
--- End quote ---
If I find time I will look into it also.
ooo7:
Hello Everybody,
i am new to codeblock. so be gentle!.
I want to get this SpellChecker plugin, hence I got the code from the trunk and I opened the .cbp file via CB.
OS: WIn Xp SP3
CodBlock build option is set to VC++ 2005/2008
when I try to build i am getting following error. I am sure I may have miss a step here. so can somebody help me out.
cl : Command line error D8021 : invalid numeric argument '/Winvalid-pch'
cl : Command line error D8021 : invalid numeric argument '/Winvalid-pch'
Process terminated with status 2 (0 minutes, 0 seconds)
0 errors, 0 warnings (0 minutes, 0 seconds)
Process terminated with status 2 (0 minutes, 0 seconds)
0 errors, 0 warnings (0 minutes, 0 seconds)
thanks
Jenna:
Code::Blocks is build with MinGW gcc and even if you are able to build SpellChecker with VC, you will most likely not be able to use it unless you have a working (!) C::B build with VC.
Jenna:
--- Quote from: danselmi on November 10, 2010, 10:09:22 pm ---SpellChecker is has a problem on the second splitted view: After splitting, the misspelled words are underlined with a single straight black line instead of a squiggly red underline. I will take a look at it if I find some time( Laube - some more free time;-)?
--- End quote ---
Should be fixed in newest trunk (svn r6844).
It also affected HighlightOccurrences and IncSearch.
By the way:
the call to
--- Code: --- stcr->SetIndicatorCurrent(GetIndicator());
--- End code ---
in OnlineSpellChecker.cpp:152 is not needed. The current indicator is set per document and affects both views.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version