[gnome-builder] plugins/editorui: add bracket highlight tweak



commit b884083cc28d702ef5ac2e64907190726fb39a10
Author: Christian Hergert <chergert redhat com>
Date:   Sat Aug 13 22:47:22 2022 -0700

    plugins/editorui: add bracket highlight tweak

 src/plugins/editorui/tweaks.ui | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/src/plugins/editorui/tweaks.ui b/src/plugins/editorui/tweaks.ui
index d0b4dc058..eb1b5e19e 100644
--- a/src/plugins/editorui/tweaks.ui
+++ b/src/plugins/editorui/tweaks.ui
@@ -72,6 +72,10 @@
                         <property 
name="action-name">settings.org.gnome.builder.editor.show-line-numbers</property>
                       </object>
                     </child>
+                  </object>
+                </child>
+                <child>
+                  <object class="IdeTweaksGroup" id="editor_page_highlight_group">
                     <child>
                       <object class="IdeTweaksSwitch" id="editor_highlight_line">
                         <property name="title" translatable="yes">Highlight Current Line</property>
@@ -79,6 +83,13 @@
                         <property 
name="action-name">settings.org.gnome.builder.editor.highlight-current-line</property>
                       </object>
                     </child>
+                    <child>
+                      <object class="IdeTweaksSwitch" id="editor_highlight_brackets">
+                        <property name="title" translatable="yes">Highlight Matching Brackets</property>
+                        <property name="subtitle" translatable="yes">Use cursor position to highlight 
matching brackets, braces, parenthesis, and more</property>
+                        <property 
name="action-name">settings.org.gnome.builder.editor.highlight-matching-brackets</property>
+                      </object>
+                    </child>
                   </object>
                 </child>
                 <child>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]