- AuthorPosts
- May 15, 2018 at 8:15 am #23186LTTParticipant
Issue 1:
In UltraEdit we can remove one of the selections by Ctrl+clicking it.
Such an operation is a must-have for Multiple Selection Editing.
Suppose we contiguously use “Add Next Occurrence” command and added a wrong one…Issue 2:
When starting using Ctrl+clicking to make multiple points, the current cursor position should be included as the first one.
Or please add such an option.Issue 3:
“Switch Starting Point and Ending Point” command seems not working for multiple selections.Issue 4:
Select a long text.
Use “Select All Occurrences” command.
I can delete all at once by pressing Del key.
But if I press Backspace key instead (by mistake), it will go into delete-char-by-char mode.
Hope there’s a way to revert to the delete-all-at-once mode.Issue 5:
Select some text.
Use “Select All Occurrences” command.
Press Backspace key.
Then press Del key several times. For sure these steps did nothing. But they are added into the Undo/Redo history.May 16, 2018 at 3:24 pm #23201Yutaka EmuraKeymasterWe fixed Issue 3 and 5 on v17.7.0. We will think about other issues in the future.
Thanks!October 14, 2018 at 9:03 pm #23849Yutaka EmuraKeymasterv18.3.0 beta 1 (v18.2.91) will address all these issues.
As for Issue 4, you will be able to press Ctrl + Z (Undo) after you accidentally press Backspace, and then press Delete to delete all selections when v18.2.91 becomes available.November 15, 2018 at 12:58 pm #23966LTTParticipantThank you for all the enhancements!
As for Issue 4, you will be able to press Ctrl + Z (Undo) after you accidentally press Backspace, and then press Delete to delete all selections when v18.2.91 becomes available.
Another example:
Select a string.
Use “Select All Occurrences” command.
Shift+Home.
Backspace.
Can I revert to delete-all-at-once mode now?December 26, 2018 at 12:24 pm #24070LTTParticipant+ Suggestion:
UltraEdit supports inserting newline characters in multi-caret mode.Currently in EmEditor, pressing Enter key does nothing. But issue 5 occurs.
December 27, 2018 at 6:37 pm #24076Yutaka EmuraKeymasterThe next version will allow you to press Enter key to insert a newline.
January 2, 2019 at 2:08 am #24100LTTParticipant+ Suggestion 2:
Is it possible to make Drag-and-Drop also available for multiple selections?
For instance, move/copy multiple (incontiguous) cells to another position relatively.January 10, 2019 at 1:16 am #24134LTTParticipant> Inserting newline characters in multi-caret mode
The newlines (inserted with Enter key) should match to the method used at the current line, like SplitLines/InsertNewlineCharacters commands do.
And also hope the three commands below can be used:
Insert CR.
Insert LF
Insert CR and LF.January 12, 2019 at 7:21 pm #24177Yutaka EmuraKeymasterThe issue with newline characters not matching to the current line will be fixed on the next version.
The Insert CR, Insert LF, and Insert CR+LF commands will be supported on the next version.March 3, 2019 at 2:40 am #25458LTTParticipantA:
Enable “Keep selections while typing in multiple selections”.Text:
xx oo
oo xxSelect all “xx” (or “oo”, to see different result).
(Press Esc once, to see different result.)
Press Enter (or use “Insert CR/LF/CR+LF” command) 2+ times.
** Extra spaces appear in the selections.
** And note the difference (in length of selection) when using “Insert CR+LF” command.BTW,
You use “CR+LF” in other places. So how about also changing the “Insert CR and LF” command name?—————
B:
Make multiple selections.
Type a letter.
Undo. (The multiple selections persist.)
Switch to another wrap mode.
** The multiple selections are canceled.
(Redo doesn’t has the issue.)—————
C:
Make 2 selections in the same line.
Use Shift+Left/Right to extend the selections.
** The 1st selection will collapse once either cursor goes into the other selection.
In UltraEdit, they merge as one. But I don’t see why/when we should use it this way.
I think an “ideal” fix (if possible) could be: Prevent the cursor from moving any further once it touches the neighbor selection, in order to keep the existing selections individual, in case one still wants to change them (e.g. move the cursors back).—————
D:
In UltraEdit, Ctrl+Click can remove a 0-width point when in multiple-selection/point mode.
** In EmEditor, I have to extend it before removing it. (Though “Deselect Top/Bottom Selection from Multiple Selections” command doesn’t has the issue.)—————
+ Suggestion 3:
In UltraEdit, Left/Right key also can be used to move the multiple cursors among the lines. (Shift+←↑↓→ to extend multiple selections)
Actually, in UltraEdit, every cursor in multiple-cursor mode behaves unconfinedly and naturally, just as the single cursor.—————
Issue 5:+
Select All Occurrences.
Press Home (or End).
Pressing Backspace (or Del) key does nothing, but is added into the Undo history.March 23, 2019 at 1:55 pm #25542Yutaka EmuraKeymasterA, B, C, D, and Issue 5 will be fixed on the next version (v18.7.0 or v18.6.95 if released).
July 3, 2019 at 9:07 am #25937LTTParticipant▲ #23966 +:
Make a vertical selection among the lines.
Backspace.
** I think 1 character should be deleted with this step.Now the selection is divided into multiple selections.
** Hope the selection can revert with Ctrl+Z.Actually I hope delete-char-by-char mode can be converted to delete-all-at-once mode at any time.
—————
A+:
Enable “Keep selections while typing in multiple selections”.Text:
xx oo
oo xxSelect all “xx” (or “oo”, to see different result).
(Press Esc once, to see different result.)
Use “Insert CR+LF” command 2+ times.
** Note the length of the selections.July 4, 2019 at 2:33 pm #25943LTTParticipantC+:
… str1 str2 …Make 2 selections in the same line: “str1” and “str2”.
Use Shift+Right 3 times.Compare the result with below:
Make 2 selections in the same line: “str1” and “str2”.
Switch Starting Point and Ending Point.
** Use Shift+Left 3 times.—————
E:
No Wrap.
Make 2 selections in 2 lines.
Hold Shift+Right/Left.
The cursors stop at the end/start of the lines.
** But the cursor markers in the ruler and the vertical scrollbar go further. - AuthorPosts
- You must be logged in to reply to this topic.