summaryrefslogtreecommitdiff
path: root/src/texteditor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
moved most of the text editor stuff to a new TextEditor class