[Github-comments] [geany/geany] Add backtick (`) auto-close completion (PR #3052)

elextr notifications at xxxxx
Sun Dec 12 03:08:33 UTC 2021


@elextr commented on this pull request.



> @@ -3731,6 +3731,22 @@
                                     <property name="position">4</property>
                                   </packing>
                                 </child>
+                                <child>
+                                  <object class="GtkCheckButton" id="check_autoclose_btick">
+                                    <property name="label" translatable="yes">Backticks ` `</property>
+                                    <property name="visible">True</property>
+                                    <property name="can_focus">True</property>
+                                    <property name="receives_default">False</property>
+                                    <property name="tooltip_text" translatable="yes">Auto-close backtick when typing an opening one</property>
+                                    <property name="use_underline">True</property>
+                                    <property name="draw_indicator">True</property>
+                                  </object>
+                                  <packing>
+                                    <property name="expand">True</property>
+                                    <property name="fill">True</property>
+                                    <property name="position">3</property>

Did Glade put the `3` here or did you edit it by hand?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3052#pullrequestreview-829580239
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211211/fe7b070b/attachment-0001.htm>


More information about the Github-comments mailing list