aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-textedit/tests
Commit message (Collapse)AuthorAge
* Add syntax highlighting for "shell" files (.sh)Ken Moore2016-09-16
|
* Fix up the highlighting of characters where the start character is already ↵Ken Moore2016-09-16
| | | | within a different highlight block (do not stack them - that start char was already handled and is off limits).
* Fix up another multi-line syntax highlighting routine.Ken Moore2016-09-06
|
* Add a new test.cpp file for checking C/C++ syntax stuff, and fix up the ↵Ken Moore2016-09-06
| | | | backwards highlighting routine when both a start and end character are in close proximity in teh middle of the search.
* Add file watching capabilities to lumina-textedit, so the file will ↵Ken Moore2016-08-05
| | | | automatically re-load if changed externally and no pending changes in the editor.
* Another large update to syntax highlighting for .rst files (and some overall ↵Ken Moore2016-08-04
| | | | changed to the order in which highlighting rules are applied - works for all file types).
* Get a lot more of the .rst file syntax highlighting functional.Ken Moore2016-08-03
bgstack15