index
:
lumina
debianize
master
The BSD-original Lumina desktop environment
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src-qt5
/
desktop-utils
/
lumina-textedit
/
syntaxSupport.cpp
Commit message (
Expand
)
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
*
Fix up the font weight setting for the new syntax highlighting rule formats.
Ken Moore
2017-06-22
*
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 can...
Ken Moore
2017-06-11
*
Get the new syntax rule system all setup and on-par (or better) than we had p...
Ken Moore
2017-06-09
*
Clean up the loading/changing of font family/size (still need to update the f...
Ken Moore
2017-06-09
*
Get the new syntax highlighting support framework functional with the C++ rul...
Ken Moore
2017-06-09
*
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
*
Add syntax highlighting for "shell" files (.sh)
Ken Moore
2016-09-16
*
Add a font selector option to LTE, so monospaced fonts can be used as needed ...
Ken Moore
2016-09-12
*
Cleanup a couple syntax highlighting rules for .rst files.
Ken Moore
2016-09-12
*
Add a new test.cpp file for checking C/C++ syntax stuff, and fix up the backw...
Ken Moore
2016-09-06
*
Add possible whitespace to the preprocessor rule for C/C++ code.
Ken Moore
2016-09-06
*
Another couple quick fixes for the C/C++ regex rules: don't highlight the Qt ...
Ken Moore
2016-09-06
*
Clean up a bit more of the syntaxhighlighting rules - ensuring that single-li...
Ken Moore
2016-09-06
*
Another large update to syntax highlighting for .rst files (and some overall ...
Ken Moore
2016-08-04
*
Get a lot more of the .rst file syntax highlighting functional.
Ken Moore
2016-08-03
*
Start cleaning up the rst syntax highlighting.
Ken Moore
2016-08-02
*
Add "bool" to the C++ syntax highlighting.
Ken Moore
2016-04-27
*
Rearrange the Lumina source tree quite a bit:
Ken Moore
2016-04-25
bgstack15