Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20957
    KamilZ
    Participant

    Hello,
    EmEditor x64 16.1.0, behaviour on the picture (2) is bug or feature? If feature then can i disable it? I think that correct behaviour is on the picture (3).
    Kamil

    Example

    #20958
    Yutaka Emura
    Keymaster

    Hello KamilZ,

    This is the correct behavior. If multiple lines are selected, the Tab key behaves as the “Indent”.

    If you really want the Tab behaves as inserting the Tab, you can write a macro:

    document.selection.Text="\x09";

    and assign this macro as the Tab key.

    #20959
    KamilZ
    Participant

    Hello Yutaka,

    thank you for explain and workaround. It’s good solution.

    Kamil

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.