- AuthorPosts
- August 13, 2017 at 9:10 pm #22216skyParticipant
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.August 14, 2017 at 11:37 am #22217Yutaka EmuraKeymasterHello,
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?
August 14, 2017 at 5:32 pm #22239skyParticipantTested 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.August 15, 2017 at 9:29 am #22243Yutaka EmuraKeymasterHello,
I reproduced this issue, and it will be fixed on the official release of v17.1.0.
Thank you! - AuthorPosts
- You must be logged in to reply to this topic.