Pavel Sanda <[email protected]> writes:
> no that doesn't trigger it. hmmm. why i see milion new spellcheck hints in my
> context menu when i have continuous spellcheck switched off? this should be
> invisible.
It does trigger here. And indeed the list of words appears even when
continuous spellchecking is on. I suspect this was intentional, but
nevertheless I propose the following patch. Abdel?
>> > Menus.cpp(656): Menu warning: menu entries "Index Settings...|x" and "Box
>> > Settings...|x" share the same shortcut.
>>
>> Put the cursor in front of an index inset that is contained in a box?
Me neither. It should be in Edit menu, but I cannot get it to trigger.
Weird...
JMarc
svndiff
Index: src/frontends/qt4/Menus.cpp
===================================================================
--- src/frontends/qt4/Menus.cpp (révision 33440)
+++ src/frontends/qt4/Menus.cpp (copie de travail)
@@ -725,7 +725,7 @@ void MenuDefinition::expandGraphicsGroup
void MenuDefinition::expandSpellingSuggestions(BufferView const * bv)
{
- if (!bv)
+ if (!bv || !lyxrc.spellcheck_continuously)
return;
WordLangTuple wl;
docstring_list suggestions;