Bugs item #3584878, was opened at 2012-11-06 14:14
Message generated for change (Comment added) made by dnaber
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=655717&aid=3584878&group_id=110216

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: LibreOffice integration
Group: 1.9
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Mark Internom (searchingforme)
Assigned to: Nobody/Anonymous (nobody)
Summary: "Ignore" button in the word context menu non-effective

Initial Comment:
When finding a grammatical error which I consider to be irrelevant, 
permissible, or a false positive, I have the option of right-clicking it and 
hitting "Ignore"

The problem is that, in my case, the blue line DOES disappear, but only for a 
minute or so. After having typed a bit and encountering the same grammatical 
error, Languagetools will again underline the original error, even though I had 
told it to ignore it. Thus, I would have to wait till the end of my writing 
before deciding what to ignore.

----------------------------------------------------------------------

Comment By: Daniel Naber (dnaber)
Date: 2012-11-08 14:02

Message:
Thanks for your report. The problem might be that IgnoreGrammarErrorAt() in
sw/source/core/edit/edlingu.cxx is called and removes the error, but LT
will re-send it when it get called again. LibreOffice then probably just
adds the error again. It's not even easy to ignore this instance of the
error, as the text might change. Basically LO would need some text property
that says which errors are to be ignored for a text range. The other
solution might be to change "Ignore" to "Ignore Rule" and then call LT's
ignoreRule() method.

LightProof is affected, too.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=655717&aid=3584878&group_id=110216

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
Languagetool-commits mailing list
Languagetool-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to