Add a summary entry to the insert menu (#1619)

This commit is contained in:
Veronica Berglyd Olsen
2023-11-25 23:51:30 +01:00
parent 53aa970427
commit bedd71b105
4 changed files with 42 additions and 29 deletions
+4
View File
@@ -834,6 +834,10 @@ class GuiDocEditor(QPlainTextEdit):
text = "% Synopsis: "
newBlock = True
goAfter = True
elif insert == nwDocInsert.SUMMARY:
text = "% Summary: "
newBlock = True
goAfter = True
elif insert == nwDocInsert.NEW_PAGE:
text = "[newpage]"
newBlock = True