Added the menu entry and handling of block formats

This commit is contained in:
Veronica K. B. Olsen
2019-11-21 14:00:55 +01:00
parent 8396e237c0
commit 20e1c2f6f2
3 changed files with 70 additions and 5 deletions
+5
View File
@@ -71,6 +71,11 @@ class nwDocAction(Enum):
GO_NEXT = 15
GO_PREV = 16
REPL_NEXT = 17
BLOCK_H1 = 18
BLOCK_H2 = 19
BLOCK_H3 = 20
BLOCK_H4 = 21
BLOCK_COM = 22
# END Enum nwDocAction