From e2bfbfcb809329b9ed0bdd2fee14f343ca3603dd Mon Sep 17 00:00:00 2001 From: Marcos Paulo de Souza Date: Mon, 2 Nov 2015 21:43:24 -0200 Subject: tdf#43090: Add option to disable auto close brackets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://gerrit.libreoffice.org/19750 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- officecfg/registry/schema/org/openoffice/Office/Math.xcs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'officecfg') 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 @@ true + + + + + + Auto close brackets, parentheses and braces when editing a formula. + + + true + -- cgit