summaryrefslogtreecommitdiff
path: root/src/texteditor.h
Commit message (Collapse)AuthorAgeFilesLines
* Write BOM if original file used one (#2213)Chris Djali2025-02-281-0/+1
| | | Important for UTF-16 as lots of things can't detect or read UTF-16 without a BOM
* Apply clang-format.Mikaƫl Capelle2023-07-091-9/+6
|
* added path to editor toolbarisanae2019-07-021-0/+1
| | | | moved url to top in nexus tab and made it readonly
* added explore button to editorsisanae2019-07-021-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 modsisanae2019-07-021-0/+1
| | | | ported typo fixes that applied to the mod info dialog
* split notes tabisanae2019-07-021-0/+17
| | | | added new HTMLEditor that triggers an editingFinished() on focus our, used by notes tab
* made TextEditorToolbar a widgetisanae2019-07-021-5/+2
| | | | added save and word wrap icons
* text editor default styleisanae2019-07-021-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 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