| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | made TextEditorToolbar a widget | isanae | 2019-07-02 | 1 | -11/+6 |
| | | | | | added save and word wrap icons | ||||
| * | text editor default style | isanae | 2019-07-02 | 1 | -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 anything | isanae | 2019-07-02 | 1 | -4/+111 |
| | | | | | highlight current line | ||||
| * | line numbers, which required inheriting from QPlainTextEdit instead | isanae | 2019-07-02 | 1 | -19/+129 |
| | | |||||
| * | checkable wordwrap on toolbar | isanae | 2019-07-02 | 1 | -9/+16 |
| | | |||||
| * | TextEditor now has a dynamic toolbar | isanae | 2019-07-02 | 1 | -4/+98 |
| | | |||||
| * | added initial toolbar, splitter | isanae | 2019-07-02 | 1 | -0/+76 |
| moved most of the text editor stuff to a new TextEditor class | |||||
