summaryrefslogtreecommitdiff
path: root/editeng/README
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2020-07-03 16:36:10 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2020-07-14 16:19:53 +0200
commita03bc509cd19011043c340b893e7b00c7937423c (patch)
tree395fc6ebb1a4d06a2310c147f0472f2b056c5fd4 /editeng/README
parentd52fab0e1cb80fb1be775887585fede5dfffb60f (diff)
tdf#134478 Refactor dumping of EditEngine data
- document key combinations in README - dump data into workdir as editenginedump.log - move as static function into EditEngine class - get rid of the EditDbg class and editdbg.hxx Change-Id: I965f0143a9a275a289b202f54c0ea65da63c52f6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97873 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'editeng/README')
-rw-r--r--editeng/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/editeng/README b/editeng/README
index d2a1a1383506..6eab9abaee4f 100644
--- a/editeng/README
+++ b/editeng/README
@@ -4,3 +4,9 @@ In OO.o build DEV300m72 this module was split off from svx but it
has no dependencies on [[svx]] (nor on [[sfx2]]) while in turn svx depends on editeng
Read more in the mailing list post:
[http://www.mail-archive.com/dev@openoffice.org/msg13237.html]
+
+If you build LibreOffice with dbgutil, you have some extended debug keys:
+Ctrl+Alt+F1 - draws the paragraph rectangles in different colors
+Ctrl+Alt+F11 - toggles dumping the edit engine state to the
+ "editenginedump.log" on draw
+Ctrl+Alt+F12 - dumps the current edit engine state to "editenginedump.log"