diff options
-rw-r--r-- | src/LexAda.cxx | 1 | ||||
-rw-r--r-- | src/LexHTML.cxx | 2 | ||||
-rw-r--r-- | src/LexPascal.cxx | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/src/LexAda.cxx b/src/LexAda.cxx index 5810f0a01..91bf00ede 100644 --- a/src/LexAda.cxx +++ b/src/LexAda.cxx @@ -191,7 +191,6 @@ static void ColouriseAdaDoc(unsigned int startPos, int length, int initStyle, // // Fill in the real level of the next line, keeping the current flags as they will be filled in later // if (fold) { // int flagsNext = styler.LevelAt(lineCurrent) & ~SC_FOLDLEVELNUMBERMASK; -// //styler.SetLevel(lineCurrent, levelCurrent | flagsNext); // styler.SetLevel(lineCurrent, levelPrev | flagsNext); // } } diff --git a/src/LexHTML.cxx b/src/LexHTML.cxx index 41c30d735..ee0f2be6a 100644 --- a/src/LexHTML.cxx +++ b/src/LexHTML.cxx @@ -1308,9 +1308,7 @@ static void ColouriseHyperTextDoc(unsigned int startPos, int length, int initSty // Fill in the real level of the next line, keeping the current flags as they will be filled in later if (fold) { int flagsNext = styler.LevelAt(lineCurrent) & ~SC_FOLDLEVELNUMBERMASK; - //styler.SetLevel(lineCurrent, levelCurrent | flagsNext); styler.SetLevel(lineCurrent, levelPrev | flagsNext); - } } diff --git a/src/LexPascal.cxx b/src/LexPascal.cxx index bc1d71c4e..acc38b52d 100644 --- a/src/LexPascal.cxx +++ b/src/LexPascal.cxx @@ -215,9 +215,7 @@ static void ColourisePascalDoc(unsigned int startPos, int length, int initStyle, // Fill in the real level of the next line, keeping the current flags as they will be filled in later if (fold) { int flagsNext = styler.LevelAt(lineCurrent) & ~SC_FOLDLEVELNUMBERMASK; - //styler.SetLevel(lineCurrent, levelCurrent | flagsNext); styler.SetLevel(lineCurrent, levelPrev | flagsNext); - } } |