| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | added path to editor toolbar | isanae | 2019-07-02 | 1 | -0/+1 |
| | | | | | moved url to top in nexus tab and made it readonly | ||||
| * | added explore button to editors | isanae | 2019-07-02 | 1 | -0/+6 |
| | | | | | | | fixed save button on editor being enabled with empty documents added ctrl+s always show vertical scrollbar in thumbnails, fixes nonstop relayouts when the height is just right and the scrollbar flickers on and off | ||||
| * | fixed text editors not clearing when switching mods | isanae | 2019-07-02 | 1 | -0/+1 |
| | | | | | ported typo fixes that applied to the mod info dialog | ||||
| * | split notes tab | isanae | 2019-07-02 | 1 | -0/+17 |
| | | | | | added new HTMLEditor that triggers an editingFinished() on focus our, used by notes tab | ||||
| * | made TextEditorToolbar a widget | isanae | 2019-07-02 | 1 | -5/+2 |
| | | | | | added save and word wrap icons | ||||
| * | text editor default style | isanae | 2019-07-02 | 1 | -13/+35 |
| | | | | | | | 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 | -0/+34 |
| | | | | | highlight current line | ||||
| * | line numbers, which required inheriting from QPlainTextEdit instead | isanae | 2019-07-02 | 1 | -4/+29 |
| | | |||||
| * | checkable wordwrap on toolbar | isanae | 2019-07-02 | 1 | -2/+3 |
| | | |||||
| * | TextEditor now has a dynamic toolbar | isanae | 2019-07-02 | 1 | -2/+27 |
| | | |||||
| * | added initial toolbar, splitter | isanae | 2019-07-02 | 1 | -0/+36 |
| moved most of the text editor stuff to a new TextEditor class | |||||
