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() )