[LyX features/breakrows] One less thing to do in PAINTING_ANALYSIS
Jean-Marc Lasgouttes
lasgouttes at lyx.org
Tue Oct 12 09:11:49 UTC 2021
The branch, breakrows, has been updated.
- Log -----------------------------------------------------------------
commit 5f33a0ea1971e924c4959b9a003ed548871153ab
Author: Jean-Marc Lasgouttes <lasgouttes at lyx.org>
Date: Tue Oct 12 11:33:23 2021 +0200
One less thing to do in PAINTING_ANALYSIS
diff --git a/development/PAINTING_ANALYSIS b/development/PAINTING_ANALYSIS
index a52a036..c4b396f 100644
--- a/development/PAINTING_ANALYSIS
+++ b/development/PAINTING_ANALYSIS
@@ -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.
-----------------------------------------------------------------------
Summary of changes:
development/PAINTING_ANALYSIS | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
hooks/post-receive
--
Repository for new features
More information about the lyx-cvs
mailing list