Added JoinLines plugin. Removed logic to split lines. Moved Join Line shortcut from Layout to Editing section.
This commit is contained in:
committed by
Michael Webster
parent
2bb61b9190
commit
385d32dbfc
@@ -7,7 +7,7 @@
|
||||
<object class="GtkShortcutsSection">
|
||||
<property name="visible">1</property>
|
||||
<property name="section-name">shortcuts</property>
|
||||
<property name="max-height">14</property>
|
||||
<property name="max-height">15</property>
|
||||
<child>
|
||||
<object class="GtkShortcutsGroup">
|
||||
<property name="visible">1</property>
|
||||
@@ -354,6 +354,13 @@
|
||||
<property name="title" translatable="yes">Toggle comment</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">1</property>
|
||||
<property name="accelerator"><ctrl>J</property>
|
||||
<property name="title" translatable="yes">Join Lines</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
Reference in New Issue
Block a user