- AuthorPosts
- May 27, 2013 at 11:13 pm #11085Yutaka EmuraKeymaster
Today, we are releasing EmEditor Professional v13 beta 12 (12.9.12).
Updates from beta 11 include:
– /ff and /mc command line options allow you to find a string in an opened document.
– Fixed other bugs.Please see EmEditor Professional v13 New Features.
http://www.emeditor.com/modules/feature1/rewrite/tc_41.html=== To Download ===
Please click one of the links below to download. The Update Checker is not available for beta versions.
http://www.emeditor.com/pub/emed32_12.9.12.exe (32-bit installer)
http://www.emeditor.com/pub/emed64_12.9.12.exe (64-bit installer)
http://www.emeditor.com/pub/emed32_12.9.12_portable.zip (32-bit portable)Notes:
Since this is a beta version, there might be some bugs left, and that is normal. Only English and Japanese user interfaces are up-to-date. The Help is not up-to-date.
This beta release can be tried with a registration key for v12. Registration keys for v13 will be different from the keys for v12. When v13 is released, some customers will need to purchase upgrades. If you purchase v12 now, you will receive a free key for v13 when v13 is released.
To change from EmEditor Professional to EmEditor Free, select the Quick Launch (CTRL+Q) on the Tools menu, type “downgrade”, and press Enter twice. To change from EmEditor Free to EmEditor Professional, select the Quick Launch (CTRL+Q) on the Tools menu, type “upgrade”, and press Enter twice.
Thank you for continue using EmEditor!
May 31, 2013 at 8:39 am #11097CaptainFlintParticipant1.
Confirm the fix with double “Makefile*” mask in the Open/Save dialog.2.
Ctrl+click+drag is not fixed: it still selects by characters if any selection is present.May 31, 2013 at 10:00 am #11100urlwolfMember‘check for updates’ doesn’t work for betas, why?
May 31, 2013 at 12:09 pm #11107StefanParticipanturlwolf wrote:
‘check for updates’ doesn’t work for betas, why?I guess because there is no update of the current version.
Only betas for a future newer version (upgrade).
And therefore a successfully ‘check for updates’
would not be a awaited result for most of the users..
May 31, 2013 at 3:35 pm #11111Yutaka EmuraKeymasterFlint wrote:
2.
Ctrl+click+drag is not fixed: it still selects by characters if any selection is present.Some users still want to be able to make multiple selections by using CTRL + click + drag, therefore, this is a combination of both good features. If you CTRL + Click + drag, it will select by character. However, if you CTRL + Click (No drag), it will select by words.
May 31, 2013 at 3:49 pm #11112CaptainFlintParticipantIf you CTRL + Click + drag, it will select by character. However, if you CTRL + Click (No drag), it will select by words.
Wait a minute, if I Ctrl+click+drag and there is no selection yet, EE selects by words already! It’s only when selection is present, it selects by characters. It looks a bit inconsistent to me.
May 31, 2013 at 3:58 pm #11113Yutaka EmuraKeymasterFlint wrote:
If you CTRL + Click + drag, it will select by character. However, if you CTRL + Click (No drag), it will select by words.
Wait a minute, if I Ctrl+click+drag and there is no selection yet, EE selects by words already! It’s only when selection is present, it selects by characters. It looks a bit inconsistent to me.
Yes, that’s correct.
May 31, 2013 at 4:14 pm #11114CaptainFlintParticipantI see…
OK then, what about adding a new command for toggling the option “Enable Multiple Selections”? It would be very useful for users who mostly use Ctrl+click+drag for selecting by words and who don’t want to lose multi-select feature completely. With such command it would be possible to assign a hotkey and switch between modes very quickly, rather than going through the dialogs and tabs.June 4, 2013 at 12:39 am #11127Yutaka EmuraKeymasterHi Flint,
I will consider this in future versions. Can I write a macro to toggle this for you?
Thanks!
June 4, 2013 at 9:15 am #11132CaptainFlintParticipantThank you, it would be helpful. I didn’t think about such possibility.
BTW, how do you access these options? I don’t see them in the reference. Or did you mean a macro that will send specific keypresses for opening the dialog and ticking the checkbox?
June 4, 2013 at 10:15 am #11133AndreasParticipantAt the moment, Edit -> Bookmarks -> This Group -> Next Bookmark does wrap-around at the end of the document, whereas Edit -> Bookmarks -> This Document -> Next Bookmark does not wrap-around. This is inconsistent. In other editors, e.g. UltraEdit, “Next Bookmark” always wraps around, because this is more convenient for the user. EmEditor should do the same.
June 4, 2013 at 4:33 pm #11134Yutaka EmuraKeymasterFlint wrote:
Thank you, it would be helpful. I didn’t think about such possibility.BTW, how do you access these options? I don’t see them in the reference. Or did you mean a macro that will send specific keypresses for opening the dialog and ticking the checkbox?
Hi Flint,
I thought it was possible by doing this:
n = editor.GetProfileInt( eeRegCommon, "", "EnableMultiSel", 1 );
editor.WriteProfileInt( eeRegCommon, "", "EnableMultiSel", !n );
But this code doesn’t work actually. It is because EmEditor has to be refreshed with new Registry values.
I might add a feature to refreh EmEditor or ability to toggle the Mulitple Selection option in future versions.
Thanks!
June 4, 2013 at 4:46 pm #11135Yutaka EmuraKeymasterHello Andreas,
I see. I believe some users still want the current behavior, so I will have to add new commands. I will add these new commands in future versions.
Thank you,
June 4, 2013 at 4:47 pm #11136CaptainFlintParticipantI might add a feature to refreh EmEditor or ability to toggle the Mulitple Selection option in future versions.
OK, I’ll have to wait then. Thanks for your effort anyway!
June 6, 2013 at 3:33 pm #11137CaptainFlintParticipantWhile editing one HTML document from Opera cache, I got EmEditor crashes. I uploaded the created text dumps here:
http://flint-inc.ru/Temp/ee/Error_13b12.rar - AuthorPosts
- You must be logged in to reply to this topic.