<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Missing bracket matching support"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=112898#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Missing bracket matching support"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=112898">bug 112898</a>
              from <span class="vcard"><a class="email" href="mailto:vstuart.foote@utsa.edu" title="V Stuart Foote <vstuart.foote@utsa.edu>"> <span class="fn">V Stuart Foote</span></a>
</span></b>
        <pre>(In reply to Samuel Mehrbrodt (CIB) from <a href="show_bug.cgi?id=112898#c4">comment #4</a>)
<span class="quote">> (I guess this is for Basic IDE and not for documents ?! )</span >

Where we already provide the Find Parentheses button which: "Highlights the
text that is enclosed by two corresponding brackets. Place the text cursor in
front of an opening or closing bracket, and then click this icon." But, its
.uno:MatchGroup() command looks to be available to edit engine in general
[1][2].

Also have the input handler for Calc formulas where parenthesis bracket matched
[3]

The logic for both is rudimentary. Calc auto-highlights matching parens, and
for BasicIDE edit is limited to matching parens, braces, brackets with a button
action toggle.  Could provide a similar button toggle for general text entry.
But would not expect, nor want the matches enabled by default in the general
UI.

Beyond that, an automated display during text editing would need either an
Expert configuration stanza or an toggle entry in the Options -> View panel, or
maybe the Wrtiting Aids -> Options panel

=-ref-=
[1]
<a href="https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu#1680">https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu#1680</a>

[2] <a href="https://opengrok.libreoffice.org/xref/core/vcl/source/edit/xtextedt.cxx#30">https://opengrok.libreoffice.org/xref/core/vcl/source/edit/xtextedt.cxx#30</a>

[3]
<a href="https://opengrok.libreoffice.org/xref/core/sc/source/ui/app/inputhdl.cxx#1759">https://opengrok.libreoffice.org/xref/core/sc/source/ui/app/inputhdl.cxx#1759</a></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>