EmEditor (text editor) Forum Index EmEditor Core Enhancement Suggestions
Suggestioin on box-editing | Register To Post |
| Threaded | Newest First | Previous Topic | Next Topic | Bottom |
| Poster | Thread |
|---|---|
| negedge | Posted on: 9/14/2008 5:34 am |
Just popping in ![]() ![]() Joined: 9/13/2008 From: Posts: 7 |
Suggestioin on box-editing I am very happy to see the box-editing feature (text changes applies to every line selected by the user) in the latest alpha version, but I think the functionality is not good enough. It's better for the editor to stay in box-editing mode unless user press up or down cursor or escape key; that means backspace should delete one character, not all the whole changes made since box-editing began and ctrl-z should not cancel box-editing mode. The power column mode in Boxer text editor is really good (I think it's better than ultraedit) and maybe you can take it as an example.
|
| zhouzh2 | Posted on: 9/14/2008 6:05 am |
Just can't stay away ![]() ![]() Joined: 7/27/2008 From: Posts: 89 |
Re: Suggestioin on box-editing Quote:
backspace should delete one character, not all the whole changes made +1 |
| Yutaka | Posted on: 9/24/2008 10:34 am |
Webmaster ![]() ![]() Joined: 9/28/2006 From: Redmond Posts: 2401 |
Re: Suggestioin on box-editing Quote:
In Version 8.00 beta 1, Undo and Backspace will not cancel the Vertical Selection mode (box mode). Thanks!
|
| negedge | Posted on: 9/26/2008 9:14 pm |
Just popping in ![]() ![]() Joined: 9/13/2008 From: Posts: 7 |
Re: Suggestioin on box-editing Bravo! You do the job very well! How about persisting box-editing mode when the user presses LEFT or RIGHT key? If the user presses LEFT or RIGHT, just move the vertical selection(grey vertical line) to the new position. I don't know how useful this will be to the others, but this saves a lot of time when editing a highly sturctured text file, like verilog or VHDL. I'm a verilog coder and I like every text editor to have this function.
|
| Stefan | Posted on: 5/7/2012 2:48 am |
Home away from home ![]() ![]() Joined: 7/14/2008 From: Germany, EU Posts: 263 |
Re: Suggestioin on box-editing 1.)
I would also like to be able to move the zero-width vertical selection ( | ) with the left/right arrow keys to modify several columns without the need to do an selection again and again. One,| Two= Three. One,| Two= Three. One,| Two= Three. One Two=| Three. One Two=| Three. One Two=| Three. One Two Three.| One Two Three.| One Two Three.| One Two Three One Two Three One Two Three Would be nice if even Pos1- and End-keys would be working and move the vertical selection to begin or end of the line. Where i then can use the arrow keys to move the vertical selection. Quote: EmEditor Professional 8 New Features 2.) Improved Vertical Selection Editing: Quote: EmEditor Professional 10 New Features Nice and useful feature! But how can make an vertical selection at the right without getting this new effect? IOW: how can i add vertical align text to the right as before? Never mind. Found it: Make an normal vertical column block selection (Ctrl+Shift+F8) Thank you. |
| Stefan | Posted on: 5/16/2012 5:18 am |
Home away from home ![]() ![]() Joined: 7/14/2008 From: Germany, EU Posts: 263 |
vertical zero-width selection column editing mode If you will implement this improvement (Arrow and Home/End keys can move vertical line) for the zero-width selection mode... ...then i have an another suggestion to make the creating of that vertical selection line more easy (for handicapped users) - make an normal line selection - press an hotkey like Ctrl+Shift+L (or use an menu command) to switch to zero-width selection mode That way there is an zero-width selection created at pos. 0 on all before selected lines. Now we can use the arrow or end -key to move the vertical line. . |
| Stefan | Posted on: 4/8/2013 2:48 am |
Home away from home ![]() ![]() Joined: 7/14/2008 From: Germany, EU Posts: 263 |
Re: Suggestioin on box-editing Hi Yutaka, did you have found some time to look into this issue? Can this feature become improved please? Quote:
|
| Yutaka | Posted on: 4/16/2013 11:27 am |
Webmaster ![]() ![]() Joined: 9/28/2006 From: Redmond Posts: 2401 |
Re: Suggestioin on box-editing Hello,
This will be possible on v13. The new Switch Starting Point and Ending Point command (SHIFT + F8) will allow you to move the cursor position to the starting point, and move the starting positions by SHIFT + LEFT/RIGHT keys. Thanks!
|
| Stefan | Posted on: 4/18/2013 10:06 pm |
Home away from home ![]() ![]() Joined: 7/14/2008 From: Germany, EU Posts: 263 |
move the zero-width selection line to other column "Switch Starting Point and Ending Point command (SHIFT+F8)" Quote: Posted on: 4/17/2013 1:12 am Thank you Yutaka, please let me try: That shortcuts is not "registered" in the beta download. Luckily we have "Help > Keyboard Map... " Or now tThe new Quick Launch command) Just search for 'point' and add Shift+F8 as shortcut. To let it work you have to make a selection first, than you can switch the current working point by pressing (SHIFT+F8) For example, if you had done a selection to the left, pressing (SHIFT+F8) will move the working point (Me means the zero-width selection line) to the right side of this selection. Try: - make a zero-width selection first. - hold Shift and press L/R arrow keys to create an selection, even one column will do. - press (SHIFT+F8) - hold Shift and press L/R arrow keys, now you can resize the selection from the other end of that selection. Nifty to move to the wanted column: - make a zero-width selection somewhere near the wanted column. - hold Shift and press L/R arrow keys to create an selection till to the wanted column. - press (SHIFT+F8) - hold Shift and press L/R arrow keys, now resize the selection till you get a zero-width selection again. - - This will work at start of line or in the middle, but not at the end of line (?). At the end of line I can't make a selection to the left. I also can't move the working point (the zero-width selection line) anymore after I have typed something, i.e. you can't move the zero-width selection from column to column to do several modifications. But that was what I have tried to suggest above. Or did I miss something here? I think it would work as I suggested if not this would happen: >> "I also can't move the working point anymore after I have typed something, " But after I typed something I can't move the working point to another column. OK, it's because we are still in editing mode. Pressing (SHIFT+F8) don't help here anymore More on this if I may? * Backspace, to delete to the left, works on EOL only, not in the middle of the line. * Del, to delete to the right, works nowhere with an zero-width selection only. For both we can do a selection to the left or right first, and then press Del to remove the signs. Here I found an example of this zero-width selection moving: https://www.youtube.com/watch?v=yz1NoXnjzPo Maybe that video can better explain what I had in mind . |
| Stefan | Posted on: 5/14/2013 9:18 pm |
Home away from home ![]() ![]() Joined: 7/14/2008 From: Germany, EU Posts: 263 |
Re: move the zero-width selection line to other column Hi Yutaka, I see no response from you? Are you able to improve the zero-width column manipulation? Should I provide better explanation or demo videos? Stefan |
| (1) 2 » | |
| Threaded | Newest First | Previous Topic | Next Topic | Top |
| Register To Post | |







