Make end-of-line conversion operations macroable
Fix issue to make end-of-line conversion operations macroable Fix #6258, close #7516
This commit is contained in:
parent
19517944fe
commit
bdd9acb0f5
@ -3497,6 +3497,9 @@ void Notepad_plus::command(int id)
|
|||||||
case IDM_SEARCH_MARKALLEXT5 :
|
case IDM_SEARCH_MARKALLEXT5 :
|
||||||
case IDM_SEARCH_UNMARKALLEXT5 :
|
case IDM_SEARCH_UNMARKALLEXT5 :
|
||||||
case IDM_SEARCH_CLEARALLMARKS :
|
case IDM_SEARCH_CLEARALLMARKS :
|
||||||
|
case IDM_FORMAT_TODOS :
|
||||||
|
case IDM_FORMAT_TOUNIX :
|
||||||
|
case IDM_FORMAT_TOMAC :
|
||||||
_macro.push_back(recordedMacroStep(id));
|
_macro.push_back(recordedMacroStep(id));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user