]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
More fixes to the autocollapsing of paragraphs.
[lyx.git] / src / lyxtext.h
index d4ed74020c5ed4d5b04d7d6620822ddcdbb0542d..8c6114ea6241f02b5b2536f47f266d30b3df5723 100644 (file)
@@ -590,6 +590,13 @@ private:
        /// paint env depth bar 
        void paintRowDepthBar(DrawRowParams & p);
  
+       /// get the on-screen size of the length marker
+       int getLengthMarkerHeight(BufferView * bv, VSpace const & vsp) const;
+       /// paint an added space marker
+       int drawLengthMarker(DrawRowParams & p, string const & str,
+               VSpace const & vsp, int start); 
        /// paint a first row in a paragraph
        void paintFirstRow(DrawRowParams & p);
  
@@ -605,7 +612,7 @@ private:
                                  LyXCursor & cur,
                                  LyXCursor const & where) const;
        
-       ///
+       /// delete double space or empty paragraphs around old_cursor 
        void deleteEmptyParagraphMechanism(BufferView *,
                                           LyXCursor const & old_cursor) const;