From 6902738c86c5218cef4221ab0675b33e114ca71f Mon Sep 17 00:00:00 2001 From: Don Ho Date: Tue, 2 Jul 2013 18:19:46 +0000 Subject: [PATCH] [UPDATE] Add a new command in macro recording. git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1067 f5eea248-9336-0410-98b8-ebc06183d4e3 --- PowerEditor/src/NppCommands.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/PowerEditor/src/NppCommands.cpp b/PowerEditor/src/NppCommands.cpp index ccc571185..dc915f697 100644 --- a/PowerEditor/src/NppCommands.cpp +++ b/PowerEditor/src/NppCommands.cpp @@ -2473,6 +2473,7 @@ void Notepad_plus::command(int id) case IDM_EDIT_CLEARREADONLY : case IDM_EDIT_RTL : case IDM_EDIT_LTR : + case IDM_EDIT_BEGINENDSELECT: case IDM_VIEW_FULLSCREENTOGGLE : case IDM_VIEW_ALWAYSONTOP : case IDM_VIEW_WRAP :