]> git.lyx.org Git - features.git/commitdiff
output the actual Boundary
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 16 Jul 2005 16:27:08 +0000 (16:27 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 16 Jul 2005 16:27:08 +0000 (16:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10250 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/text.C

index f87d72d14252e2de9247cc985b0ae88a293c0a2d..fc96482f8a17739a0a14d9070055cee8a348f25a 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-16  Juergen Vigna  <jug@lyx.org>
+
+       * text.C (currentState): output the actual Boundary
+
 2005-07-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * factory.C (createInset): fix bad logic for tabular creation
index 33df190840e42069595c6e0d47cdf6797833153a..a7f4d054b920a626fefc8a967e43419046d8375f 100644 (file)
@@ -2213,6 +2213,7 @@ string LyXText::currentState(LCursor & cur)
        os << _(", Paragraph: ") << cur.pit();
        os << _(", Id: ") << par.id();
        os << _(", Position: ") << cur.pos();
+       os << _(", Boundary: ") << cur.boundary();
 //     Row & row = cur.textRow();
 //     os << bformat(_(", Row b:%1$d e:%2$d"), row.pos(), row.endpos());
 #endif