Search found 7 matches
- Wed Mar 29, 2006 10:16 pm
- Forum: General
- Topic: Enable both mod_php4 and mod_php5 in your .htaccess
- Replies: 0
- Views: 434
Enable both mod_php4 and mod_php5 in your .htaccess
I had a problem where I had loads of .htaccess files like these: <IfModule mod_php4.c> php_value include_path "phplib/:/usr/local/share/pear" php_value display_errors TRUE </IfModule> Of course the ISP eventually upgraded to php5 and broke all my .htaccess files. I couldn't simple search and replace ...
- Wed Oct 20, 2004 11:24 am
- Forum: HOW-TOs
- Topic: Executing Perforce commands from TextPad
- Replies: 1
- Views: 2170
Revert
To see open and open-and-changed files was useful. A tool for reverting files is covered in my previous post: http://www.textpad.com/forum/viewtopic.php?t=4058 Can anyone get Textpad to refresh after opening a file for edit? After opening file for edit, textpad locks the file as read only until ...
- Wed May 12, 2004 11:02 am
- Forum: General
- Topic: Reformat breaks HTML/XML tags
- Replies: 1
- Views: 412
Found the solution
I finally figured this out. I post my solution here for future reference. The problem was that my document class for XML and HTML only considered the letters [a-zA-Z0-9] and _ as being part of a word. To solve this I needed to add the letters </>="#. - Configure->Preferences - Document Classes->XML ...
- Mon May 10, 2004 2:17 pm
- Forum: General
- Topic: Reformat breaks HTML/XML tags
- Replies: 1
- Views: 412
Reformat breaks HTML/XML tags
In my Textpad 4.72 I have separate Document classes for C, XML and HTML with these settings. - Maintain indentation: yes - Word wrap long lines: no - Word wrapped text: Save with no breaks in lines - Word break at column number: 79 I frequently use the Ctrl-Shift-J (Edit->Reformat) command to create ...
- Wed Mar 24, 2004 2:10 pm
- Forum: Enhancement Suggestions
- Topic: Find/replace dialog Font
- Replies: 9
- Views: 2432
As a temporary solution you can try this . The Find in files dialog is under Dialog->28->1033. I did this for Find, Replace and Find in files, using Courier 10 in all cases. But take care if you want to try it, back up your original Textpad.exe. What can I say. Thank you very much. I use Courier ...
- Wed Mar 24, 2004 1:17 pm
- Forum: Enhancement Suggestions
- Topic: Find/replace dialog Font
- Replies: 9
- Views: 2432
Changing the dialog window size is just as important
The path field is way too narrow, even with the tiny fonts. My source tree is so deep that I hardly ever see the complete path.
I would like the "Find in files" dialog to be resizable.
I would like the "Find in files" dialog to be resizable.
- Fri Aug 29, 2003 11:38 am
- Forum: General
- Topic: Changing read only flag with macro not immediately detected
- Replies: 0
- Views: 213
Changing read only flag with macro not immediately detected
Textpad does not allow users to type anything to a read only file. This is a good feature in my opinion. However when I toggle the read only status of a file (i.e set the file either read only or writable) from a macro within TP, TP is not aware of this change until I refresh TP again by activating ...