Search found 4 matches
- Mon Apr 06, 2009 6:39 am
- Forum: Enhancement Suggestions
- Topic: Close file by middle click on tab
- Replies: 3
- Views: 906
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.php?t=7993&highlight ...
- Mon Mar 21, 2005 4:53 am
- Forum: Enhancement Suggestions
- Topic: FTP within Textpad?
- Replies: 24
- Views: 5117
- Mon Mar 21, 2005 3:55 am
- Forum: Enhancement Suggestions
- Topic: FTP within Textpad?
- Replies: 24
- Views: 5117
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.
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.
- Mon Oct 04, 2004 3:51 am
- Forum: Enhancement Suggestions
- Topic: Incremental Search / Type-ahead Find
- Replies: 13
- Views: 5485