From 8bec6363046c2e38d17cc60fe863050aa119a47d Mon Sep 17 00:00:00 2001 From: gallegretti Date: Fri, 10 Jul 2015 01:58:54 -0300 Subject: [PATCH] Added missing macro commands (fixes #374, closes #454) --- PowerEditor/src/NppCommands.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PowerEditor/src/NppCommands.cpp b/PowerEditor/src/NppCommands.cpp index 36df2a6a5..262964121 100644 --- a/PowerEditor/src/NppCommands.cpp +++ b/PowerEditor/src/NppCommands.cpp @@ -2674,6 +2674,8 @@ void Notepad_plus::command(int id) case IDM_EDIT_JOIN_LINES: case IDM_EDIT_LINE_UP: case IDM_EDIT_LINE_DOWN: + case IDM_EDIT_REMOVEEMPTYLINES: + case IDM_EDIT_REMOVEEMPTYLINESWITHBLANK: case IDM_EDIT_UPPERCASE: case IDM_EDIT_LOWERCASE: case IDM_EDIT_BLOCK_COMMENT: