]> git.lyx.org Git - features.git/commitdiff
One less thing to do in PAINTING_ANALYSIS breakrows
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 12 Oct 2021 09:33:23 +0000 (11:33 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 23 Nov 2021 15:31:30 +0000 (16:31 +0100)
development/PAINTING_ANALYSIS

index a52a036aaa882ffa316da458fbd5ff44be8aa9a7..c4b396f399f84a47eb71d9aaf96b218780d412ff 100644 (file)
@@ -11,7 +11,7 @@ Please keep this file up to date as the code evolves!!!
 Abbreviations:
 bv: BufferView
 pm: ParagraphMetrics
-tm::TextMetrics
+tm: TextMetrics
 
 * Questions / Ideas
 
@@ -76,11 +76,6 @@ a lot the amount of stuff to redraw.
 It should not be necessary to access the Paragraph object to draw.
 Adding the static elements to Row is a lot of work, but worth it IMO.
 
-** Create a unique row by paragraph and break it afterwards
-
-This should be a performance gain (only if paragraph breaking still
-shows as expensive after the rest is done)
-
 ** do not add the vertical margin of main text to first/last row
 
 Would make code cleaner. Probably no so difficult.