Search found 4 matches

by matthewlock
Mon Apr 06, 2009 6:39 am
Forum: Enhancement Suggestions
Topic: Close file by middle click on tab
Replies: 3
Views: 723

I've "added" a middle click tab close to to Textpad using AutoHotkey like so: ~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.ph...
by matthewlock
Mon Mar 21, 2005 4:53 am
Forum: Enhancement Suggestions
Topic: FTP within Textpad?
Replies: 24
Views: 3466

Really? I never had any trouble with it. Anyway there's a similar competing product, that maps ftp to a windows drive, though I forget its name.
by matthewlock
Mon Mar 21, 2005 3:55 am
Forum: Enhancement Suggestions
Topic: FTP within Textpad?
Replies: 24
Views: 3466

I find this handy:

http://www.webdrive.com/index.php?pg=./ ... rive/index it lets you map an ftp drive to a Windows drive letter. Then I just use Textpad to edit the files, effectively letting Textpad edit the files directly on the ftp server.
by matthewlock
Mon Oct 04, 2004 3:51 am
Forum: Enhancement Suggestions
Topic: Incremental Search / Type-ahead Find
Replies: 13
Views: 4628

I would also like to cast my vote for incremental search. After using Visual Studio .NET and Firefox I can't live without it!