mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ code cleanup
This commit is contained in:
parent
43ef4a96a8
commit
a29abd469e
@ -682,7 +682,7 @@ void SCI_METHOD LexerAHKL::Fold(Sci_PositionU startPos, Sci_Position lengthDoc,
|
||||
{
|
||||
LexAccessor styler(pAccess);
|
||||
|
||||
int visibleChars = 0;
|
||||
//int visibleChars = 0;
|
||||
int lineCurrent = styler.GetLine(startPos);
|
||||
int levelCurrent = SC_FOLDLEVELBASE;
|
||||
int styleNext = styler.StyleAt(startPos);
|
||||
@ -736,8 +736,8 @@ void SCI_METHOD LexerAHKL::Fold(Sci_PositionU startPos, Sci_Position lengthDoc,
|
||||
|
||||
}
|
||||
|
||||
if (!isspace(ch))
|
||||
visibleChars++;
|
||||
//if (!isspace(ch))
|
||||
// visibleChars++;
|
||||
|
||||
if (atEOL || (i == endPos-1)) {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user