aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-textedit/syntaxSupport.h
Commit message (Collapse)AuthorAge
* Began adding Syntax Support for formats to enable/disable spellcheck by defaultZackaryWelch2018-06-04
|
* Quick update to lumina-textedit:Ken Moore2017-12-28
| | | | | 1. Add a new syntax highlighting "meta" option for auto-selecting a ruleset based on the first line of text in the file, and add rules for shell, json, and python to support first-line matches. 2. Fix up the detection of "read-only" property on newly-saved files.
* 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 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).
* 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).
* Add a font selector option to LTE, so monospaced fonts can be used as needed ↵Ken Moore2016-09-12
| | | | for particular users.
* Fix up another multi-line syntax highlighting routine.Ken Moore2016-09-06
|
* Fix the 1-character-line detection/usage for syntax highlighting.Ken Moore2016-09-06
|
* 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).
* Start cleaning up the rst syntax highlighting.Ken Moore2016-08-02
|
* 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