aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-textedit/syntaxSupport.cpp
Commit message (Expand)AuthorAge
* Began adding Syntax Support for formats to enable/disable spellcheck by defaultZackaryWelch2018-06-04
* Quick update to lumina-textedit:Ken Moore2017-12-28
* Fix up the font weight setting for the new syntax highlighting rule formats.Ken Moore2017-06-22
* Add an XML syntax highlighting rule to LTE. Seems fully-functional.Ken Moore2017-06-11
* Add support for a new "file_regex" flag in the JSON syntax manifests that can...Ken Moore2017-06-11
* Get the new syntax rule system all setup and on-par (or better) than we had p...Ken Moore2017-06-09
* Clean up the loading/changing of font family/size (still need to update the f...Ken Moore2017-06-09
* Get the new syntax highlighting support framework functional with the C++ rul...Ken Moore2017-06-09
* Get the SyntaxFile loading mechanisms all setup.Ken Moore2017-06-09
* Get a lot more of the new plugin-based syntax highlighting system setup (not ...Ken Moore2017-06-08
* Add syntax highlighting for "shell" files (.sh)Ken Moore2016-09-16
* Add a font selector option to LTE, so monospaced fonts can be used as needed ...Ken Moore2016-09-12
* Cleanup a couple syntax highlighting rules for .rst files.Ken Moore2016-09-12
* Add a new test.cpp file for checking C/C++ syntax stuff, and fix up the backw...Ken Moore2016-09-06
* Add possible whitespace to the preprocessor rule for C/C++ code.Ken Moore2016-09-06
* Another couple quick fixes for the C/C++ regex rules: don't highlight the Qt ...Ken Moore2016-09-06
* Clean up a bit more of the syntaxhighlighting rules - ensuring that single-li...Ken Moore2016-09-06
* Another large update to syntax highlighting for .rst files (and some overall ...Ken Moore2016-08-04
* Get a lot more of the .rst file syntax highlighting functional.Ken Moore2016-08-03
* Start cleaning up the rst syntax highlighting.Ken Moore2016-08-02
* Add "bool" to the C++ syntax highlighting.Ken Moore2016-04-27
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
bgstack15