Re: Cleaning up the spellchecker controller

2003-07-17 Thread Angus Leeming
John Levon wrote: > On Thu, Jul 17, 2003 at 06:44:35PM +, Angus Leeming wrote: > >> Can you help fill in the gaps here. > > I added the FIXMEs. I have no idea what they do, how they work, or how > they're supposed to be used. Sorry. Then I'll try and dig. Thanks anyway. -- Angus

Re: Cleaning up the spellchecker controller

2003-07-17 Thread John Levon
On Thu, Jul 17, 2003 at 06:44:35PM +, Angus Leeming wrote: > Can you help fill in the gaps here. I added the FIXMEs. I have no idea what they do, how they work, or how they're supposed to be used. Sorry. regards john

Re: Cleaning up the spellchecker controller

2003-07-17 Thread Angus Leeming
John Levon wrote: > Thu, Jul 17, 2003 at 06:20:08PM +, Angus Leeming wrote: > >> What exactly is >> word_ = bufferview()->nextWord(newval_); >> doing. What is newval_ and why is it being updated? > > It is allgedly the position of the word in the whole document (for the > progress bar). It

Re: Cleaning up the spellchecker controller

2003-07-17 Thread John Levon
Thu, Jul 17, 2003 at 06:20:08PM +, Angus Leeming wrote: > What exactly is > word_ = bufferview()->nextWord(newval_); > doing. What is newval_ and why is it being updated? It is allgedly the position of the word in the whole document (for the progress bar). It doesn't work very well.

Re: Cleaning up the spellchecker controller

2003-07-17 Thread Angus Leeming
[Taking this to lyx-devel rather than lyx-users...] On Thursday 17 July 2003 5:11 pm, John Levon wrote: > On Thu, Jul 17, 2003 at 06:07:19PM +, Angus Leeming wrote: > > John, I think that you know this code well. Am I on the right track? > > Why all in LFUN_SPELLCHECK ? Most of these seem fair