Page 1 of 1

Close file by middle click on tab

Posted: Wed Mar 26, 2008 2:09 am
by brodie
Please add similar tab handling features to Textpad as exist in IE and FireFox.

close button on tab
middle click closes tab

I second the middle click on Tab request

Posted: Thu Mar 05, 2009 2:00 am
by cooperscreek
This is becoming a standard - not just on FF and IE ... also Safari, Pidgin, Visual Studio, SQL Server Management Studio, the list goes on.

Even the competition (notepad++) supports middle-click to close a tab.

Posted: Mon Apr 06, 2009 6:39 am
by matthewlock
I've "added" a middle click tab close to to Textpad using AutoHotkey like so:

Code: Select all

~MButton::
MouseGetPos, , , id, control

If( control = "MDIClient1" ) {	
	Send {LButton}	
	Sleep 100
	Send ^{f4}
}
return
http://www.autohotkey.com/

also see this thread http://forums.textpad.com/viewtopic.php ... autohotkey

Re: Close file by middle click on tab

Posted: Sat Apr 03, 2010 10:48 pm
by Julesomega
[quote="brodie"]Please add similar tab handling features to Textpad as exist in IE and FireFox.

close button on tab
middle click closes tab[/quote]

.. and I'd welcome "CTRL+W" to close a tab