Stefan Schimanski wrote: >>> Some small questions: >>> Why don't you like comments? >> >> ? Be more specific. OTOH, I would have like some comment of yours >> when I >> asked for them a week ago... ;-) > > Sorry, meant something like two lines describing what the big loop is > doing. Not the comments here :)
Something like this? //At the end of this loop the DocIterator should be valid, we //ensure this by working out this condition from the bottom() //to the top() slices. > I guess yes. Compiling right now. If it does, that would be great. Thanks Stefan. > Signals in those CursorSlices, always feel in a strange way when > thinking about it :) Yes, I don't like it either. I'm trying to code something to having edition-persistent iterators(*). I have a partial solution, that includes a MarkersList administrated by the InsetList inside every paragraph. (where markers are like insets, but they just don't take out editing space). The problem right now is what to do when the paragraph is removed completely; then we lose track completely and something else has to be considered. (*) this could have many uses: cursor in other window, bookmarks, error lists etc. A/