Expose delete-section function

(insert-section still remains hidden, it inserts the length
of the selection at the edit-point, it should perhaps insert
at the start of the selection instead)
This commit is contained in:
Robin Gareus 2023-06-14 19:43:58 +02:00
parent a2975bb4b7
commit f602618170
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@
<separator/>
<menuitem action='cut-paste-section'/>
<menuitem action='copy-paste-section'/>
<menuitem action='delete-section'/>
<separator/>
<menu action="SelectMenu">
<menuitem action='select-all-objects'/>