EmEditor (text editor) Forum Index
   EmEditor Core Enhancement Suggestions
     no tabs
Register To Post

Threaded | Oldest First Previous Topic | Next Topic | Bottom
Poster Thread
derekcohen
Posted on: 7/16/2010 3:29 am
Not too shy to talk
Joined: 5/22/2010
From:
Posts: 38
Re: no tabs
hmmm. So I create a macro so that with my 30 open documents I can just select them with the document list on the left and do away with the tabs.

Great! I end up with 30 separate document windows. Not what I either expected or wanted. I'd assumed that

editor.EnableTab = false;

would just hide the tabs.
Yutaka
Posted on: 7/12/2010 4:08 pm
Webmaster
Joined: 9/28/2006
From: Redmond
Posts: 2397
Re: no tabs
Hi Maria,

To enable or disable the Tabs, you can use the EnableTab property of Editor object.


editor.EnableTab = true;



To find if OpenDocuments.dll is checked, please use the following code:


function IsPluginChecked( sPluginName )
{
	for( nID = 5632; nID <= 5632 + 255; nID++ ){
		str = editor.QueryStringbyID( nID );
		if( str == sPluginName ){
			nStatus = editor.QueryStatusByID( nID );
			if( nStatus & eeStatusLatched ) {
				return true;
			}
			break;
		}
	}
	return false;
}

alert( IsPluginChecked( "OpenDocuments.dll" ) );


Please let me know if you have further questions. Thanks!


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

MariaK
Posted on: 7/12/2010 3:45 pm
Quite a regular
Joined: 2/3/2009
From: Germany
Posts: 43
Re: no tabs
What’s with a macro to diasable/enable the ”Tab” function if the plug-in ”OpenDocuments” is active/inactive?
Yutaka
Posted on: 7/8/2010 9:35 am
Webmaster
Joined: 9/28/2006
From: Redmond
Posts: 2397
Re: no tabs
Hi Derek,

Unfortunately not.
Thank you for using EmEditor!


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

derekcohen
Posted on: 7/8/2010 1:21 am
Not too shy to talk
Joined: 5/22/2010
From:
Posts: 38
no tabs
I use the document selector on the left. I may have 15-20 documents open at once. Is it possible to have an option that when the document selector is in use the tabs are not displayed at the top? As it is I have three rows of tabs and never use them - they just take up space.

thanks

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


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