From 3b87da43c5529cd10c4c48aa34af6c46ccc74199 Mon Sep 17 00:00:00 2001 From: Gerald Schmidt Date: Sat, 17 Jan 2009 23:04:22 +0000 Subject: [PATCH] Updated for 1.2.0.4 --- src/xmlcopyeditorcopy.h | 2 +- src/xmlctrl.cpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/xmlcopyeditorcopy.h b/src/xmlcopyeditorcopy.h index 11de7a3..abcfb68 100755 --- a/src/xmlcopyeditorcopy.h +++ b/src/xmlcopyeditorcopy.h @@ -41,5 +41,5 @@ "License along with this program; if not, write to the Free\n"\ "Software Foundation, Inc., 59 Temple Place, Suite 330,\n"\ "Boston, MA 02111-1307 USA.") -#define ABOUT_VERSION _T("1.2.0.3") +#define ABOUT_VERSION _T("1.2.0.4") #define XMLCE_VAR _T("XMLCE_VAR") diff --git a/src/xmlctrl.cpp b/src/xmlctrl.cpp index 103f7f4..3fa1aac 100755 --- a/src/xmlctrl.cpp +++ b/src/xmlctrl.cpp @@ -354,6 +354,7 @@ void XmlCtrl::handleDelete ( wxKeyEvent& event ) startLine = LineFromPosition ( start ); endLine = LineFromPosition ( end ); + /* commented out: redundant as covered by shift-tab // add test so range unindentation only happens when caret is flush with left margin int column = GetColumn ( GetCurrentPos() ); @@ -381,6 +382,7 @@ void XmlCtrl::handleDelete ( wxKeyEvent& event ) return; } } + */ if ( !canMoveRightAt ( GetCurrentPos() ) && GetSelectionStart() == GetSelectionEnd() )