Add option to create note from tag, and improve auto-completer a bit

This commit is contained in:
Veronica Berglyd Olsen
2023-11-06 22:25:28 +01:00
parent 1ab35b5b63
commit f17e1f38de
4 changed files with 65 additions and 23 deletions
+1 -1
View File
@@ -530,7 +530,7 @@ def testGuiMain_Editing(qtbot, monkeypatch, nwGUI, projPath, tstPaths, mockRnd):
with monkeypatch.context() as mp:
mp.setattr(QMenu, "exec_", lambda *a: None)
docEditor.setCursorPosition(errPos)
docEditor._openSpellContext()
docEditor._openContextFromCursor()
# Check Files
# ===========