summaryrefslogtreecommitdiff
path: root/src/texteditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Write BOM if original file used one (#2213)Chris Djali2025-02-281-3/+7
* Apply clang-format.Mikaƫl Capelle2023-07-091-66/+72
* Remove dependency on Core5CompatJeremy Rimpo2022-04-191-2/+6
* First pass for Qt6 compatibilityJeremy Rimpo2022-04-191-1/+1
* added error messages to FileRenamer and a few moreisanae2019-10-041-1/+1
* changed qCritical() to log::error()isanae2019-07-221-2/+5
* added path to editor toolbarisanae2019-07-021-5/+13
* added explore button to editorsisanae2019-07-021-7/+54
* fixed text editors not clearing when switching modsisanae2019-07-021-0/+8
* split notes tabisanae2019-07-021-0/+10
* split images tab stuff in ImagesTabisanae2019-07-021-1/+11
* made TextEditorToolbar a widgetisanae2019-07-021-11/+6
* text editor default styleisanae2019-07-021-63/+124
* text and background color, simple syntax highlighter that doesn't do anythingisanae2019-07-021-4/+111
* line numbers, which required inheriting from QPlainTextEdit insteadisanae2019-07-021-19/+129
* checkable wordwrap on toolbarisanae2019-07-021-9/+16
* TextEditor now has a dynamic toolbarisanae2019-07-021-4/+98
* added initial toolbar, splitterisanae2019-07-021-0/+76