mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 13:54:54 +02:00
Make "Remove Consecutive Duplicate Lines" to be macro recordable
Fix #6023, close #6024
This commit is contained in:
parent
2a7a35a4a3
commit
0922512eb3
@ -3388,6 +3388,7 @@ void Notepad_plus::command(int id)
|
||||
case IDM_EDIT_INS_TAB:
|
||||
case IDM_EDIT_RMV_TAB:
|
||||
case IDM_EDIT_DUP_LINE:
|
||||
case IDM_EDIT_REMOVE_DUP_LINES:
|
||||
case IDM_EDIT_TRANSPOSE_LINE:
|
||||
case IDM_EDIT_SPLIT_LINES:
|
||||
case IDM_EDIT_JOIN_LINES:
|
||||
|
Loading…
x
Reference in New Issue
Block a user