summaryrefslogtreecommitdiff
path: root/src/texteditor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* made TextEditorToolbar a widgetisanae2019-07-021-11/+6
| | | | added save and word wrap icons
* text editor default styleisanae2019-07-021-63/+124
| | | | | | changed colour properties to use an actual QColor stylable highlight background color padding for line numbers
* text and background color, simple syntax highlighter that doesn't do anythingisanae2019-07-021-4/+111
| | | | highlight current line
* 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