aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-textedit/tests
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-06-22
|\
| * Added Go rules and corrected number highlighting syntaxZackaryWelch2017-06-19
| |
| * Updated Python syntax rulesZackaryWelch2017-06-19
| |
| * Added PHP rules and updated Javascript and Markdown rulesZackaryWelch2017-06-19
| |
| * Updated Markdown syntaxZackaryWelch2017-06-16
| |
| * Updated syntax filesZackaryWelch2017-06-16
| |
| * HTML and Javascript syntax highlightingZackaryWelch2017-06-15
| |
| * Add a new markdown syntax highlighting format. Not quite finished yet - but ↵Ken Moore2017-06-15
| | | | | | | | has the bulk of the options so far.
* | Oops - forgot to add the new test.xml file to the last commit.Ken Moore2017-06-22
|/
* Get the new syntax rule system all setup and on-par (or better) than we had ↵Ken Moore2017-06-09
| | | | previously. Now we are all set for new rule sets to just be dropped in without worry about recompiling or anything.
* Get the new syntax highlighting support framework functional with the C++ ↵Ken Moore2017-06-09
| | | | rules files as the example (still need to convert the other existing rulesets over to the new format).
* 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