Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a new "java.syntax" highlighting ruleset. | Ken Moore | 2019-06-26 |
| | | | | Thanks to Mike Remski for sending this in! | ||
* | Fix up some syntax rules for the markdown and C++ files. | Ken Moore | 2018-06-21 |
| | |||
* | Began adding Syntax Support for formats to enable/disable spellcheck by default | ZackaryWelch | 2018-06-04 |
| | |||
* | Couple quick updates to lumina-textedit: | Ken Moore | 2018-05-21 |
| | | | | | 1. Support the forward/back keyboard shortcuts to switch between tabs (Alt+[Left/Right] typically). 2. Make sure that the "drag" start of a tab is when the cursor leaves the entire window - not just the tab bar. | ||
* | a Couple more minor tweaks. | Ken Moore | 2018-01-19 |
| | | | | Have lumina-textedit treat .qml as javascript for syntax highlighting | ||
* | 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. | ||
* | Added print option to lumina-textedit capable of selections | ZackaryWelch | 2017-07-06 |
| | |||
* | Fixed number syntax in C++ | ZackaryWelch | 2017-06-22 |
| | |||
* | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-06-22 |
|\ | |||
| * | Added Go rules and corrected number highlighting syntax | ZackaryWelch | 2017-06-19 |
| | | |||
| * | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-06-19 |
| |\ | |||
| | * | Updated Python syntax rules | ZackaryWelch | 2017-06-19 |
| | | | |||
| * | | Remove the character per line limit for html files. | Ken Moore | 2017-06-19 |
| |/ | |||
| * | Commit some minor updates to whitespace and the python syntax file name. | Ken Moore | 2017-06-19 |
| | | |||
| * | Added PHP rules and updated Javascript and Markdown rules | ZackaryWelch | 2017-06-19 |
| | | |||
| * | Updated Markdown syntax | ZackaryWelch | 2017-06-16 |
| | | |||
| * | Quick update for javascript syntax rules | Ken Moore | 2017-06-16 |
| | | |||
| * | Updated syntax files | ZackaryWelch | 2017-06-16 |
| | | |||
| * | HTML and Javascript syntax highlighting | ZackaryWelch | 2017-06-15 |
| | | |||
| * | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-06-15 |
| |\ | |||
| | * | Python syntax rules updated | ZackaryWelch | 2017-06-15 |
| | | | |||
| * | | Add a new markdown syntax highlighting format. Not quite finished yet - but ↵ | Ken Moore | 2017-06-15 |
| |/ | | | | | | | has the bulk of the options so far. | ||
* / | Add a couple more files to lumina-textedit: | Ken Moore | 2017-06-22 |
|/ | | | | | 1) A basic "text" syntax rule set (no highlighting, word wrap) 2) A test file for the XML rules. | ||
* | Add a new syntax rule set for JSON files. Seems to be working fine. | Ken Moore | 2017-06-11 |
| | |||
* | 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 rule system all setup and on-par (or better) than we had ↵ | Ken Moore | 2017-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 Moore | 2017-06-09 |
| | | | | rules files as the example (still need to convert the other existing rulesets over to the new format). | ||
* | Get a lot more of the new plugin-based syntax highlighting system setup (not ↵ | Ken Moore | 2017-06-08 |
| | | | | integrated/tested yet). | ||
* | Start the prep-work for a new way of loading syntax highlighting rules in LTE. | Ken Moore | 2017-06-08 |
Get a new JSON file written up for the C++ highlighting rules as the first test-case/example. |