#10951
Stefan
Participant

 
 
WOW great work again Yutaka!

And you even minimize the size of the EE files even more on every release it seems ;-)

Here are my first test from top to down on new features.
I only mention what I just have seen on my tests.

#######################################################

“Multiple Selection Editing”
Great feature!!!

But it selects no line enders?
Test:
– select a few lines
One
Two
Three
One
Four
One
– copy to clipboard
– past in new doc,
>>> all are on one single line? >>> OneOneOne

Solution:
you have to do the selections including the line enders.
F.ex. it works as I wants if I select a whole line by clicking at the line number gutter
or by triple clicking the line.
One
One
One

It doesn’t include line enders if I only just select the line from start till end.
That’s normal, it’s indented, but one have to think on it ;-)

#######################################################

“Add Next Occurrence”, “Select All Occurrences”

Hmm, Ctrl+R / C+S+A don’t work on
One
Two
Three
One
Four
One

Solution:
that shortcuts are not “registered”
Search > Add Next Occurrence
Search > Select All Occurrences
(Luckily we have Help > Keyboard Map… ;-) )

Now it works.

But it have no option to match “Whole word” only?
F.ex.:
Fun
Work
Fun
Party
Function one()
Function two()

I think there should be such an option.
Or one have to be very careful an using this feature.
Especial on renaming a variable name.

#######################################################

“Switch Starting Point and Ending Point command (SHIFT+F8)”

I had to register this shortcut too.

Now I can’t see who it should work… have to try more!

—-
(I was only able to freeze the current document view one time
by doing an non-zero-width selection at the end
and pressing Shift+F8.
But now I can’t reproduce it again)
EDIT:
now I had this “freeze” again on doing an block selection
by holding Alt-key and drawing an rectangle with left mouse button
and then pressing Del-key.
This document and most parts of EE are frozen and I had to kill EE.
——-

EDIT:

I think I got it now:

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 to the right side of this selection.
See:
– 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 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 on this other thread
> http://www.emeditor.com/modules/newbb/viewtopic.php?topic_id=831&forum=4&post_id=7232#forumpost7232

Or did I miss something here?

Here is how I had in mind how it should work:
https://www.youtube.com/watch?v=yz1NoXnjzPo

———————

Tested again:

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.

#######################################################

“The Find All button was added to the Find dialog box”
Very welcome and nifty.

#######################################################

“Skip Empty Lines” and “Restart Numbering after Empty Lines” check boxes
were added to the “Insert Numbering” dialog box

Work as wanted, thanks.

For them who don’t know how to use:
– do an zero-width selection in front or at the end (or even in the middle) of the lines you want to add numbers on.
(e.g.: hold Alt-key, press left mouse-key and draw a tiny line down)

– press At+N to open the “Insert Numbering” dialog box, made your settings and click at OK, the numbers are inserted.

Extra tip: you can even enter leading zeros into the ‘First Line’ field >>> [ 001 ]

You may want to add additional signs like ‘.) ‘ after the numbers?
Then just do that after the insertion, but while still in selection mode. Just type it!

Or do an another zero-width selection and add the signs at an second step.
(you will have to remove this additional signs from the beforehand empty lines in between, if any, though)

###################################

“Quick Launch”

Can be found under “Tools > All Commands… > Tools”
or via “Help > Keyboard Map…” and search for ‘quick’.
I have assigned Alt+Q as shortcut.

Now I am able to press Alt+Q to open “Quick Launch” and start typing an command
I am interested in, e.g. ‘chm’ or ‘exe’ to see a list of my external tools.

Or ‘delete’ to see a list of all available delete commandos.

Don’t works for every single setting in the properties dialog, but to open
the main settings dialog it works well. Test it: ‘wrap pro’ or try ‘cust’

But it work e.g. to re-open recent opened files: ‘txt’ or ‘recent’

It seems not to work to navigate in current doc like
jumping to line ‘n’ or to first line containing ‘foobar’.
Me means something like “Type ‘?’ to search within the
file, or ‘:’ to go to a line number.” Idea? ;-)

Like [ ?funct ] will jump to next function line,
and [ :11 ] will jump to line 11.
Would also be nice to have a joker sign like ‘*’ to match even on un-complete strings,
like [ *licenetxt ] would match on “LicenCe.txt” or “LicenSe.txt”

###################################

“Block Comments”

The Comment/Uncomment commands now work as begin/end comments
(for example, /* … */) in addition to line comments.
EmEditor will choose begin/end comments when the middle of a line is selected.

This come in handy too.

How-to:
to add an block comment on whole lines,the selection must not start at pos 1.
Just add one space there and select from column 2 on.
For the end there is no such work around needed.

On the other hand, if you start at column 1,
a line comment is added for each single line.

#############

Well done. Congratulations.

to be continued…