Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22216
    sky
    Participant

    I had created many TSV files for data replacement via using EmEditor normal mode.
    Recently, I found “Select All” behavior was different in CSV mode.
    Ex.

    on	aa	bb	C
    on	cc	dd	

    (last column is empty, and without Newline Character.)

    In normal mode, press Ctrl+A is able to select the last line.
    But in CSV mode, press Ctrl+A is Not able to select the last line, so user may lose the last line data during copy/paste if the file contains lines more than one screen.

    If the last column is not empty, press Ctrl+A is able to select the last line in CSV mode.
    Ex.

    on	aa	bb	C
    on	cc	dd	C

    Please check if need to change the behavior.
    Thanks.

    #22217
    Yutaka Emura
    Keymaster

    Hello,

    There is a difference in the selection between the Normal mode (or Non-CSV cell selection mode) and the CSV cell selection mode. However, I can’t reproduce the issue where the last line (with partial columns) can’t be selected. Which version of EmEditor are you using?

    #22239
    sky
    Participant

    Tested on EmEditor v17.0.2 and v17.1.0 beta 5.

    Normal mode is able to select the last line, OK.
    CSV cell selection mode the last line (with partial columns) can’t be selected.
    Non-CSV cell selection mode is able to select the last line, OK.

    Select

    #22243
    Yutaka Emura
    Keymaster

    Hello,

    I reproduced this issue, and it will be fixed on the official release of v17.1.0.
    Thank you!

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