Rename emph and strong to italic and bold for consistency and add tooltips to editor toolbar

This commit is contained in:
Veronica Berglyd Olsen
2023-12-03 17:33:15 +01:00
parent 776eedc5f2
commit fff6ba98bc
6 changed files with 42 additions and 33 deletions
+3 -3
View File
@@ -95,9 +95,9 @@ class nwDocAction(Enum):
CUT = 3
COPY = 4
PASTE = 5
EMPH = 6
STRONG = 7
STRIKE = 8
MD_ITALIC = 6
MD_BOLD = 7
MD_STRIKE = 8
S_QUOTE = 9
D_QUOTE = 10
SEL_ALL = 11