Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Began adding Syntax Support for formats to enable/disable spellcheck by default | ZackaryWelch | 2018-06-04 |
| | |||
* | Quick update to lumina-textedit: | Ken Moore | 2017-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 Moore | 2017-06-11 |
| | |||
* | Add support for a new "file_regex" flag in the JSON syntax manifests that ↵ | Ken Moore | 2017-06-11 |
| | | | | can be used when looking for matching file type support. | ||
* | Get the new syntax highlighting support framework functional with the C++ ↵ | Ken Moore | 2017-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 Moore | 2017-06-09 |
| | |||
* | Get a lot more of the new plugin-based syntax highlighting system setup (not ↵ | Ken Moore | 2017-06-08 |
| | | | | integrated/tested yet). | ||
* | Fix up the highlighting of characters where the start character is already ↵ | Ken Moore | 2016-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 Moore | 2016-09-12 |
| | | | | for particular users. | ||
* | Fix up another multi-line syntax highlighting routine. | Ken Moore | 2016-09-06 |
| | |||
* | Fix the 1-character-line detection/usage for syntax highlighting. | Ken Moore | 2016-09-06 |
| | |||
* | Clean up a bit more of the syntaxhighlighting rules - ensuring that ↵ | Ken Moore | 2016-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 Moore | 2016-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 Moore | 2016-08-02 |
| | |||
* | Rearrange the Lumina source tree quite a bit: | Ken Moore | 2016-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. |