From ea18bfa9e2bc815ccea247663bf38ff2f2ee6186 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Thu, 3 Apr 2003 12:01:27 +0000 Subject: [PATCH] BUG: [ 714570 ] Sensitive to EOL -setting not saved --- Src/MainFrm.cpp | 1 + Src/readme.txt | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Src/MainFrm.cpp b/Src/MainFrm.cpp index cc6730fc9..a4ad8b046 100644 --- a/Src/MainFrm.cpp +++ b/Src/MainFrm.cpp @@ -737,6 +737,7 @@ void CMainFrame::OnProperties() theApp.WriteProfileString(_T("Settings"), _T("VssPath"), m_strVssPath); theApp.WriteProfileInt(_T("Settings"), _T("TabSize"), m_nTabSize); theApp.WriteProfileInt(_T("Settings"), _T("TabType"), m_nTabType); + theApp.WriteProfileInt(_T("Settings"), _T("EolSensitive"), m_bEolSensitive); theApp.WriteProfileInt(_T("Settings"), _T("IgnoreBlankLines"), m_bIgnoreBlankLines); theApp.WriteProfileInt(_T("Settings"), _T("IgnoreCase"), m_bIgnoreCase); theApp.WriteProfileInt(_T("Settings"), _T("IgnoreRegExp"), m_bIgnoreRegExp); diff --git a/Src/readme.txt b/Src/readme.txt index 3e1388867..fd9e5a20d 100644 --- a/Src/readme.txt +++ b/Src/readme.txt @@ -1,3 +1,7 @@ +2003-04-03 Kimmo + BUG: [ 714570 ] Sensitive to EOL -setting not saved + WinMerge: MainFrm.cpp + 2003-04-02 Kimmo PATCH: [ 713322 ] Save whole buffer not line by line WinMerge: MergeDoc.cpp -- 2.11.0