From bdd9acb0f58d89edefc37f08bfd75cd598417e72 Mon Sep 17 00:00:00 2001 From: Scott Sumner <30118311+sasumner@users.noreply.github.com> Date: Wed, 6 Nov 2019 09:41:09 -0500 Subject: [PATCH] Make end-of-line conversion operations macroable Fix issue to make end-of-line conversion operations macroable Fix #6258, close #7516 --- PowerEditor/src/NppCommands.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PowerEditor/src/NppCommands.cpp b/PowerEditor/src/NppCommands.cpp index a70d84d8..457bafc6 100644 --- a/PowerEditor/src/NppCommands.cpp +++ b/PowerEditor/src/NppCommands.cpp @@ -3497,6 +3497,9 @@ void Notepad_plus::command(int id) case IDM_SEARCH_MARKALLEXT5 : case IDM_SEARCH_UNMARKALLEXT5 : case IDM_SEARCH_CLEARALLMARKS : + case IDM_FORMAT_TODOS : + case IDM_FORMAT_TOUNIX : + case IDM_FORMAT_TOMAC : _macro.push_back(recordedMacroStep(id)); break; }