Please add similar tab handling features to Textpad as exist in IE and FireFox.
close button on tab
middle click closes tab
Search found 7 matches
- Wed Mar 26, 2008 2:09 am
- Forum: Enhancement Suggestions
- Topic: Close file by middle click on tab
- Replies: 3
- Views: 906
- Tue Nov 06, 2007 2:15 am
- Forum: General
- Topic: disallow multiple instances still allows multiple instances
- Replies: 2
- Views: 238
disallow multiple instances still allows multiple instances
I have "allow multiple instances" disabled so that all files open in the same instance. When I run the following command (to open all .php files in the current tree), it issues very quickly many "textpad file.php" calls. FOR /F "tokens=*" %G IN ('DIR /B /S *.php') DO textpad "%G" If Textpad is ...
- Thu Apr 01, 2004 12:46 am
- Forum: General
- Topic: textpad won't open when debugging
- Replies: 1
- Views: 228
textpad won't open when debugging
Hi, I'm experiencing a annoying problem with Textpad. When I have a VC.NET 2002 debugging session running, I can't start Textpad from explorer. This appears to happen when the program I am debugging has written files to the disk. The files that I try to open don't have anything to do with the ...
- Fri Feb 13, 2004 12:53 am
- Forum: Enhancement Suggestions
- Topic: Should "File change" check interval be adjustable?
- Replies: 4
- Views: 633
- Fri Feb 13, 2004 12:50 am
- Forum: Enhancement Suggestions
- Topic: Autoscroll-selecting in long lines
- Replies: 4
- Views: 564
agree
I experience the same problem, and as the solution agree 100% with cacycle. -> when selecting don't move the horizontal scroll unless it is in response to the user request, just like all other screen movements. Up, down and right scrolling is only in response to the user, left scroll should also be ...
- Wed Feb 11, 2004 3:19 am
- Forum: Enhancement Suggestions
- Topic: Open new window even if "multiple instances" false
- Replies: 2
- Views: 1107
Open new window even if "multiple instances" false
I work with Textpad in single window mode ("Allow multiple instances to run" == false) because I don't want large numbers of Textpad windows all over the place and I find the document selector very useful. However, when working with a workspace, I don't want newly opened files to open in that ...
- Fri Apr 11, 2003 4:57 am
- Forum: General
- Topic: WISH: don't mung unicode text
- Replies: 2
- Views: 636
WISH: don't mung unicode text
I hate how I can't use Textpad to edit files which contain unicode text outside the current code page. The best possible solution would to have it become a real unicode editor, i.e. no codepages, and all unicode text is editable. At the very least however, it would be good to be able to edit files ...