mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-27 15:54:17 +02:00
Force npcNoInputC0 value as "true" by default to avoid C0 code input
Follow #16338 Fix #16326, fix #15839 , fix #15729
This commit is contained in:
parent
38ee65fdb2
commit
9122f45bdf
@ -6747,7 +6747,7 @@ void NppParameters::feedScintillaParam(TiXmlNode *node)
|
|||||||
|
|
||||||
_svp._npcCustomColor = parseYesNoBoolAttribute(L"npcCustomColor");
|
_svp._npcCustomColor = parseYesNoBoolAttribute(L"npcCustomColor");
|
||||||
_svp._npcIncludeCcUniEol = parseYesNoBoolAttribute(L"npcIncludeCcUniEOL");
|
_svp._npcIncludeCcUniEol = parseYesNoBoolAttribute(L"npcIncludeCcUniEOL");
|
||||||
_svp._npcNoInputC0 = parseYesNoBoolAttribute(L"npcNoInputC0");
|
_svp._npcNoInputC0 = parseYesNoBoolAttribute(L"npcNoInputC0", true);
|
||||||
|
|
||||||
// C0, C1 control and Unicode EOL visibility state
|
// C0, C1 control and Unicode EOL visibility state
|
||||||
_svp._ccUniEolShow = parseYesNoBoolAttribute(L"ccShow", true);
|
_svp._ccUniEolShow = parseYesNoBoolAttribute(L"ccShow", true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user