Added replace quotes function, and cleaned up some buggy behaviour with undo and how changes are tracked

This commit is contained in:
Veronica K. B. Olsen
2020-06-19 21:56:37 +02:00
parent b0380adc5f
commit 03f1142e40
3 changed files with 111 additions and 22 deletions
+2
View File
@@ -93,6 +93,8 @@ class nwDocAction(Enum):
BLOCK_H4 = 22
BLOCK_COM = 23
BLOCK_TXT = 24
REPL_SNG = 25
REPL_DBL = 26
# END Enum nwDocAction