summaryrefslogtreecommitdiff
path: root/src/texteditor.h
Commit message (Collapse)AuthorAgeFilesLines
* text and background color, simple syntax highlighter that doesn't do anythingisanae2019-07-021-0/+34
| | | | highlight current line
* line numbers, which required inheriting from QPlainTextEdit insteadisanae2019-07-021-4/+29
|
* checkable wordwrap on toolbarisanae2019-07-021-2/+3
|
* TextEditor now has a dynamic toolbarisanae2019-07-021-2/+27
|
* added initial toolbar, splitterisanae2019-07-021-0/+36
moved most of the text editor stuff to a new TextEditor class