summaryrefslogtreecommitdiff
path: root/src/texteditor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* added error messages to FileRenamer and a few moreisanae2019-10-041-1/+1
| | | | fixes for shell functions changing names
* changed qCritical() to log::error()isanae2019-07-221-2/+5
| | | | removed now unused vlog()
* added path to editor toolbarisanae2019-07-021-5/+13
| | | | moved url to top in nexus tab and made it readonly
* added explore button to editorsisanae2019-07-021-7/+54
| | | | | | 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 modsisanae2019-07-021-0/+8
| | | | ported typo fixes that applied to the mod info dialog
* split notes tabisanae2019-07-021-0/+10
| | | | added new HTMLEditor that triggers an editingFinished() on focus our, used by notes tab
* split images tab stuff in ImagesTabisanae2019-07-021-1/+11
| | | | text editor: fixed modified flag not being set to false when loading an empty file
* 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