diff options
author | Khaled Hosny <khaled@libreoffice.org> | 2023-09-03 18:46:37 +0300 |
---|---|---|
committer | خالد حسني <khaled@libreoffice.org> | 2023-09-03 23:25:59 +0200 |
commit | 2d47c824cd31294899fa24989b3d7bd4f98dcdee (patch) | |
tree | dc3dede29b860006a3f761611b71808b5d2cce2a /officecfg | |
parent | 0fd5465b80063fcfc9d1230bc88627d2f69f9b51 (diff) |
starmath: Graduate inline (visual) editing from experimental features
It has been experimental for as long as LibreOffice existed, lets make
it non-experimental but add an option to disable it. If it turns to be a
disaster, we can flip the option and disable it by default.
Change-Id: I63672c054d1ead269863079e7f9c118a44b3ba19
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156486
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@libreoffice.org>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Math.xcs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Math.xcs b/officecfg/registry/schema/org/openoffice/Office/Math.xcs index c4466e0da278..7c052633bad0 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Math.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Math.xcs @@ -297,6 +297,12 @@ <info> <desc>Contains miscellaneous settings.</desc> </info> + <prop oor:name="InlineEditEnable" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Enables inline (visual) editing mode.</desc> + </info> + <value>true</value> + </prop> <prop oor:name="IgnoreSpacesRight" oor:type="xs:boolean" oor:nillable="false"> <info> <desc>Ignores spacing symbols at the end of a line.</desc> |