]> git.lyx.org Git - features.git/commit
Splitting otexstream into otexrowstream and otexstream.
authorGuillaume Munch <gm@lyx.org>
Wed, 7 Oct 2015 03:02:40 +0000 (04:02 +0100)
committerGuillaume Munch <gm@lyx.org>
Mon, 19 Oct 2015 05:55:17 +0000 (06:55 +0100)
commit44e022ad7434014fcd6375c5851105929cc747ae
treed7aa778ff3193eb2b36bf8191cff91028ddbec8f
parente202894536b2eedfdda023352552c0ba0d9c9097
Splitting otexstream into otexrowstream and otexstream.

otexstream used to count lines to build a TexRow, and some other things. The new
class otexrowstream has the line counting feature of the previous otexstream
without other stuff. otexstream is now a subclass of otexrowstream that has the
same features as before.

This is preliminary work for extending the cursor<->row tracking to math.
src/texstream.cpp
src/texstream.h