-
-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notable changes: * Improve Home/End key handling under macOS * Add support for bold and italic together in the note editor
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule qmarkdowntextedit
updated
13 files
+7 −1 | .github/workflows/build.yml | |
+47 −15 | CMakeLists.txt | |
+1 −1 | LICENSE | |
+1 −1 | main.cpp | |
+1 −1 | mainwindow.cpp | |
+1 −1 | mainwindow.h | |
+19 −6 | markdownhighlighter.cpp | |
+1 −1 | markdownhighlighter.h | |
+26 −2 | qmarkdowntextedit.cpp | |
+6 −10 | qmarkdowntextedit.h | |
+12 −0 | qmarkdowntextedit.pc.in | |
+1 −1 | qplaintexteditsearchwidget.cpp | |
+1 −1 | qplaintexteditsearchwidget.h |