On Tue, Jan 13, 2004 at 12:26:08PM +0000, Angus Leeming wrote: > Andre Poenitz wrote: > > > > > This unifies a few types used in LCursor and the math cursor. > > > > Note that this unifies on the 'wrong side': paroffset_type should be > > unsigned in the long run but there seems to be a place or two where > > the core code relies on signedness (a downward counting loop most > > likely). > > > > It works as-is and could be corrected later by hunting down that > > loop and setting paroffset_type to size_type in support/types.h. > > Add a comment to this effect then. Presumably John would like it made > visible with a "FIXME" ;-)
Done. Even with FIXME. > authors: aren't the same people resposible for both the .C and the .h > files? Copied from lyxcursor.[Ch] > > boundary_: _nice_ comment ;-) Copied from lyxcursor.h just before it dies. (CursorSlice is now some proper superset of LyXCursor - the difference being necessary for mathed) Andre'