aboutsummaryrefslogtreecommitdiff
path: root/desktop-utilities/lumina-textedit/syntaxSupport.cpp
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-04-19 15:06:37 -0400
committerKen Moore <moorekou@gmail.com>2016-04-19 15:06:37 -0400
commit47548322546128c7dab8677e4b2807ef743e26ca (patch)
treeacf95976fb2915d18a0b339bbea7c5ac91b8e697 /desktop-utilities/lumina-textedit/syntaxSupport.cpp
parentGet find/replace support fully implemented. (diff)
downloadlumina-47548322546128c7dab8677e4b2807ef743e26ca.tar.gz
lumina-47548322546128c7dab8677e4b2807ef743e26ca.tar.bz2
lumina-47548322546128c7dab8677e4b2807ef743e26ca.zip
Get a full color editor/modifier added to the tool. Now all colors can be changed at will.
Diffstat (limited to 'desktop-utilities/lumina-textedit/syntaxSupport.cpp')
-rw-r--r--desktop-utilities/lumina-textedit/syntaxSupport.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-utilities/lumina-textedit/syntaxSupport.cpp b/desktop-utilities/lumina-textedit/syntaxSupport.cpp
index 1e3f796b..a5b07f5d 100644
--- a/desktop-utilities/lumina-textedit/syntaxSupport.cpp
+++ b/desktop-utilities/lumina-textedit/syntaxSupport.cpp
@@ -46,6 +46,7 @@ QString Custom_Syntax::ruleForFile(QString filename){
void Custom_Syntax::loadRules(QString type){
//NOTE: the "multiLineComment
+ lasttype = type;
rules.clear();
splitrules.clear();
if(type=="C++"){
bgstack15