Cudatext: release 1.125

Created on 14 Feb 2021  路  8Comments  路  Source: Alexey-T/CudaText

All 8 comments

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:

image

袧邪褔邪谢芯 / Inception 鈾撅笍

no, we must config hotkey for it!

@JairoMartinezA @halfbrained @kvichans
beta update!

API updated for Editor.__eq__
important fix!

  • add: on window resizing, editor keeps "index of top line"
  • fix: if "wrap_mode" is set, app could not correctly restore "index of top line" for session files

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Alexey-T picture Alexey-T  路  5Comments

rhinolophus picture rhinolophus  路  5Comments

Alexey-T picture Alexey-T  路  5Comments

JairoMartinezA picture JairoMartinezA  路  5Comments

Alexey-T picture Alexey-T  路  4Comments