aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-textedit/syntaxSupport.cpp
Commit message (Collapse)AuthorAge
* 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 ↵Ken Moore2017-06-11
| | | | can be used when looking for matching file type support.
* 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.
* Clean up the loading/changing of font family/size (still need to update the ↵Ken Moore2017-06-09
| | | | font boxes to reflect the currently visible tab).
* 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).
* 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
| | | | integrated/tested yet).
* 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
| | | | for particular users.
* 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 ↵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 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
| | | | classes anymore (Q*), and instead use that rule to highlight any subclass definitions (*::).
* Clean up a bit more of the syntaxhighlighting rules - ensuring that ↵Ken Moore2016-09-06
| | | | single-line rules are skipped if they start within a multi-line rule block.
* 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
|
* 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
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
bgstack15