mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 05:45:00 +02:00
parent
11f7ba2e0a
commit
13ddc1a339
@ -673,8 +673,8 @@ protected:
|
|||||||
setLexer(L_MAKEFILE, LIST_NONE);
|
setLexer(L_MAKEFILE, LIST_NONE);
|
||||||
};
|
};
|
||||||
|
|
||||||
void setPropsLexer(bool notPropsButIni = false) {
|
void setPropsLexer(bool isPropsButNotIni = true) {
|
||||||
LangType L_id = notPropsButIni ? L_INI : L_PROPS;
|
LangType L_id = isPropsButNotIni ? L_PROPS : L_INI;
|
||||||
setLexer(L_id, LIST_NONE);
|
setLexer(L_id, LIST_NONE);
|
||||||
execute(SCI_STYLESETEOLFILLED, SCE_PROPS_SECTION, true);
|
execute(SCI_STYLESETEOLFILLED, SCE_PROPS_SECTION, true);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user