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