Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6151
    zhouzh2
    Participant

    Please paste the following Strings to a blank file in Emeditor:

    b	this is a line
    B works fine until this line
    cx oops...

    Now I want to incert a “Tab” after each “Tab”. So i put the cursor before “this is a line”, hold alt and select to line “oops…”, you may notice Emeditor highlight all the “Tab”s. i hit “Tab” and expecting the result :

    b		this is a line
    B works fine until this line
    cx oops...

    However, I got this:

    bt	his is a line
    Bw orks fine until this line
    cx oops...

    if there is no “cx”, this function works fine.

    #6155
    Yutaka Emura
    Keymaster

    zhouzh2 wrote:
    Please paste the following Strings to a blank file in Emeditor:

    b	this is a line
    B works fine until this line
    cx oops...

    Now I want to incert a “Tab” after each “Tab”. So i put the cursor before “this is a line”, hold alt and select to line “oops…”, you may notice Emeditor highlight all the “Tab”s. i hit “Tab” and expecting the result :

    b		this is a line
    B works fine until this line
    cx oops...

    However, I got this:

    bt	his is a line
    Bw orks fine until this line
    cx oops...

    if there is no “cx”, this function works fine.

    This will be fixed in the next alpha or beta version. Thanks!

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