It is improved beta 1.124.3 with minor changes.
http://uvviewsoft.com/c/
https://github.com/Alexey-T/CudaText/blob/master/app/readme/history.txt
for next update, I will skip some simple commands in CmdPalette.
these commands:
function IsIgnoredCommand(N: integer): boolean;
begin
case N of
cCommand_KeyLeft,
cCommand_KeyLeft_Sel,
cCommand_KeyRight,
cCommand_KeyRight_Sel,
cCommand_KeyUp,
cCommand_KeyUp_Sel,
cCommand_KeyDown,
cCommand_KeyDown_Sel,
cCommand_KeyHome,
cCommand_KeyHome_Sel,
cCommand_KeyEnd,
cCommand_KeyEnd_Sel,
cCommand_KeyPageUp,
cCommand_KeyPageUp_Sel,
cCommand_KeyPageDown,
cCommand_KeyPageDown_Sel,
cCommand_ColSelectLeft,
cCommand_ColSelectRight,
cCommand_ColSelectUp,
cCommand_ColSelectDown,
cCommand_ColSelectPageUp,
cCommand_ColSelectPageDown,
cCommand_ColSelectToLineBegin,
cCommand_ColSelectToLineEnd,
cCommand_KeyBackspace,
cCommand_KeyDelete,
cCommand_KeyEnter,
cCommand_KeyTab:
Result:= true;
else
Result:= false;
end;
end;
Consider to remove too:

袧邪褔邪谢芯 / Inception 鈾撅笍
no, we must config hotkey for it!
@JairoMartinezA @halfbrained @kvichans
beta update!
API updated for Editor.__eq__
important fix!
Jairo, it was the bug.
Jairo, it was the bug.
What bug? This #3162? Because I am don't seeming any change.
I mean this bug
https://github.com/Alexey-T/CudaText/issues/3117
seems solved?
I will test in a few hours. The power supply is gone in my region :(
released 1.125.0.