Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | This is a fix for | http://bugzilla.lyx.org/show_bug.cgi?id=465 > | What this does is to basically rewrite the setCounter code to use | proper ParIterator and fix nesting of enumerate and itemize when they | are in nested insets. This is demonstrated by file bug465.lyx. > | It also fixes a nesting bug that was already present in 1.3.x (without | any insets), as demonstrated by bug465.lyx. > | While I am rather confident that the code works better than what we | have (at least now I understand it :), I'd appreciate testing. > | Of course I plan to remove the debug output once I am ready to commit. > | Lars, can I commit it? I do not have new ideas about things to test, | so I guess real world testing is the best :)
The only think I am unsure about is opening up the dociterator interface (protected -> public.) Perhaps this is a case where friend could be used instead? -- Lgb