Search found 5 matches

by danglund
Wed Mar 29, 2006 10:16 pm
Forum: General
Topic: Enable both mod_php4 and mod_php5 in your .htaccess
Replies: 0
Views: 565

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 ...
by danglund
Wed Oct 20, 2004 11:24 am
Forum: HOW-TOs
Topic: Executing Perforce commands from TextPad
Replies: 1
Views: 2671

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 ...
by danglund
Wed May 12, 2004 11:02 am
Forum: General
Topic: Reformat breaks HTML/XML tags
Replies: 1
Views: 522

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 ...
by danglund
Mon May 10, 2004 2:17 pm
Forum: General
Topic: Reformat breaks HTML/XML tags
Replies: 1
Views: 522

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 ...
by danglund
Fri Aug 29, 2003 11:38 am
Forum: General
Topic: Changing read only flag with macro not immediately detected
Replies: 0
Views: 284

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 ...