Retain Delimiter selection on several lines setting

Fixes #2911, closes #2911
pull/2585/merge
SinghRajenM 2017-02-16 23:25:26 +05:30 committed by Don Ho
parent 2f7667a22a
commit 24a3acfcc8
1 changed files with 1 additions and 1 deletions

View File

@ -5466,7 +5466,7 @@ void NppParameters::createXmlTreeFromGUIParams()
GUIConfigElement->SetAttribute(TEXT("name"), TEXT("delimiterSelection"));
GUIConfigElement->SetAttribute(TEXT("leftmostDelimiter"), _nppGUI._leftmostDelimiter);
GUIConfigElement->SetAttribute(TEXT("rightmostDelimiter"), _nppGUI._rightmostDelimiter);
GUIConfigElement->SetAttribute(TEXT("delimiterSelectionOnEntireDocument"), _nppGUI._delimiterSelectionOnEntireDocument);
GUIConfigElement->SetAttribute(TEXT("delimiterSelectionOnEntireDocument"), _nppGUI._delimiterSelectionOnEntireDocument ? TEXT("yes") : TEXT("no"));
}
// <GUIConfig name="multiInst" setting="0" />