OSDN Git Service

PATCH: [ 711843 ] Allow backspace at beginning of line
authorChristian List <list1974@hotmail.com>
Fri, 4 Apr 2003 18:28:42 +0000 (18:28 +0000)
committerChristian List <list1974@hotmail.com>
Fri, 4 Apr 2003 18:28:42 +0000 (18:28 +0000)
Src/MainFrm.cpp
Src/readme.txt

index a4ad8b0..ad5c481 100644 (file)
@@ -336,7 +336,11 @@ void CMainFrame::ShowMergeDoc(CDirDoc * pDirDoc, LPCTSTR szLeft, LPCTSTR szRight
                pRight->SetTabSize(mf->m_nTabSize);
                pLeft->SetViewTabs(mf->m_bViewWhitespace);
                pRight->SetViewTabs(mf->m_bViewWhitespace);
-               
+
+               // Enable Backspace at beginning of line 
+               pLeft->SetDisableBSAtSOL( FALSE ); 
+               pRight->SetDisableBSAtSOL( FALSE ); 
+
                // set the frame window header
                CChildFrame *pf = pMergeDoc->GetParentFrame();
                if (pf != NULL)
index fd9e5a2..39c7d9d 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-04 Christian
+ PATCH: [ 711843 ] Allow backspace at beginning of line
+  WinMerge: MainFrm.cpp
+
 2003-04-03 Kimmo
  BUG: [ 714570 ] Sensitive to EOL -setting not saved
   WinMerge: MainFrm.cpp