diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2015-11-02 21:43:24 -0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-11-10 11:54:27 +0000 |
commit | e2bfbfcb809329b9ed0bdd2fee14f343ca3603dd (patch) | |
tree | d3608f5b5b4056d81d28985237dbdebee8c8621f /officecfg | |
parent | 66094c6ab5776d0ce871621922b90140e01982a6 (diff) |
tdf#43090: Add option to disable auto close brackets
As many users asked, now there is a checkbox inside Tools->Math
called "Auto close brackets, parentheses and braces". This option is
enabled by default, but can be turned off now.
Change-Id: I6f96201c0720fb62fc2dce99222f97194e930fbe
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/19750
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Math.xcs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Math.xcs b/officecfg/registry/schema/org/openoffice/Office/Math.xcs index 3b05a12bce94..c89c7795129a 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Math.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Math.xcs @@ -329,6 +329,16 @@ </info> <value>true</value> </prop> + <prop oor:name="AutoCloseBrackets" oor:type="xs:boolean" oor:nillable="false"> + <!-- OldPath: Math/Misc --> + <!-- OldLocation: Soffice.cfg --> + <!-- UIHints: Tools - Options Formula Settings - [Section] Miscellaneous options --> + <info> + <desc>Auto close brackets, parentheses and braces when editing a formula.</desc> + <label>Auto close brackets, parentheses and braces when editing a formula</label> + </info> + <value>true</value> + </prop> </group> <group oor:name="View"> <info> |