EmEditor (text editor) Forum Index
   EmEditor Core Enhancement Suggestions
     macro focus
Register To Post

Threaded | Oldest First Previous Topic | Next Topic | Bottom
Poster Thread
derekcohen
Posted on: 6/3/2010 11:11 pm
Not too shy to talk
Joined: 5/22/2010
From:
Posts: 38
Re: macro focus
thanks - that's very useful

Derek
Yutaka
Posted on: 6/3/2010 9:35 am
Webmaster
Joined: 9/28/2006
From: Redmond
Posts: 2399
Re: macro focus
Hello Derek,

Thank you for using EmEditor Professional!

Some commands (like Close command) work differently depending on where the focus is. To avoid this problem, you can first run "Active Pane" command to keep the focus from custom bars. So, please try adding the following line before the top of your macro.

editor.ExecuteCommandByID(4409);


Therefore, your "Close All" macro will become:

editor.ExecuteCommandByID(4409);
editor.ExecuteCommandByID(4384);
editor.ExecuteCommandByID(4117);


If you have further questions, please let me know.
Thank you!


----------------
Yutaka Emura
Developer of EmEditor
http://www.emeditor.com/

derekcohen
Posted on: 6/2/2010 11:47 pm
Not too shy to talk
Joined: 5/22/2010
From:
Posts: 38
macro focus
macros don't seem to work unless the cursor is in the active document (I think).

This is irritating. For example if I select a document from the document selector on the left hand side and want to run a macro on it I have to click into it first.

If I want to close all open documents using a macro then the same thing is true.

Do any macros work on the document selector?

Could it be that by default macros work on the current document even if the cursor is not in the document?

thanks

Derek
Threaded | Oldest First Previous Topic | Next Topic | Top


Register To Post
 
English čeština Deutsch español français italiano 日本語 한국어 Русский 简体中文 繁體中文