Thanks, Thomas and Marcin, What if I add to the context menu a "Ignore once and report" entry? I could generate the report, and after that somehow call the standard "Ignore once".
I don't know it if is possible to implement that: 1. I should add "Ignore once and report" to the context menu only if there is a grammar error. Are there any property that could point that? 2. How to programmatically call "Ignore once"? Thanks William 2010/9/10 Marcin Miłkowski <milek...@o2.pl> > Hi William, > > W dniu 2010-09-10 07:43, Thomas Lange pisze: > > Hi William, >> >> On 09.09.2010 18:53, William Colen wrote: >> >>> Hi, >>> >>> Is there a way to intercept when the user clicks ignore button? >>> I'm implementing usage feedback in Cogroo grammar checker, and know >>> when the >>> user ignore an error would be a very nice feedback. >>> >> >> From the linguistic API and spell check dialog side of things: no. >> > > Well, you do get info when the user says "Ignore rule", it gets routed via > API to your checker. It's better than nothing, though "ignore once" cannot > be intercepted at all... >