EmEditor (text editor) Forum Index
   Questions and Answers about Macros
     How to set configuration properties in a macro
Register To Post

Flat Previous Topic | Next Topic
Poster Thread
Yutaka
Posted on: 8/19/2010 10:09 am
Webmaster
Joined: 9/28/2006
From: Redmond
Posts: 2398
Re: How to set configuration properties in a macro
Hello Derek,

Here is the macro to toggle between no wrap and wrap by window.


if( editor.QueryStatusByID( 4210 ) & eeStatusLatched ){
	editor.ExecuteCommandByID( 4208 );  // no wrap
}
else {
	editor.ExecuteCommandByID( 4210 );  // by window
}


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

Flat Previous Topic | Next Topic


Subject Poster Date
   How to set configuration properties in a macro dw7832 9/14/2009 7:48 am
     Re: How to set configuration properties in a macro Yutaka 9/14/2009 3:49 pm
       Re: How to set configuration properties in a macro Dino 9/18/2009 10:23 pm
         Re: How to set configuration properties in a macro Yutaka 9/19/2009 8:04 am
           Re: How to set configuration properties in a macro derekcohen 5/24/2010 10:05 pm
             Re: How to set configuration properties in a macro Yutaka 5/24/2010 10:25 pm
               Re: How to set configuration properties in a macro derekcohen 8/16/2010 11:53 pm
               » Re: How to set configuration properties in a macro Yutaka 8/19/2010 10:09 am
                   Re: How to set configuration properties in a macro derekcohen 8/22/2010 1:30 am
                     Re: How to set configuration properties in a macro Yutaka 8/22/2010 9:04 am

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