Search found 10 matches
- Sun Nov 19, 2006 6:21 am
- Forum: General
- Topic: TextPad doesn't seem to honor Unix file endings only
- Replies: 6
- Views: 712
then your php "application" is broken. each line is to be terminated with \n (unix) or \r (mac) or \r\n (windows). and terminating a line properly has nothing to do with "unix file endings". i know of compilers that bitch if you have your last line unterminated... your original post sounded like ...
- Sun Nov 12, 2006 8:03 pm
- Forum: General
- Topic: TextPad doesn't seem to honor Unix file endings only
- Replies: 6
- Views: 712
- Sun Nov 12, 2006 5:21 pm
- Forum: General
- Topic: TextPad doesn't seem to honor Unix file endings only
- Replies: 6
- Views: 712
- Wed Nov 08, 2006 8:24 pm
- Forum: General
- Topic: TextPad doesn't seem to honor Unix file endings only
- Replies: 6
- Views: 712
TextPad doesn't seem to honor Unix file endings only
I have all my configurations set for Unix files. Yet, no matter what I try, TP always adds an extra line at the bottom of the file. What's the trick to making it work correctly?
- Wed Nov 08, 2006 8:15 pm
- Forum: Enhancement Suggestions
- Topic: Enhance The Mark All functionality
- Replies: 0
- Views: 134
Enhance The Mark All functionality
It would be a real help if you could maybe mark/highlight in the document selector window, all the files that had bookmarked lines. In other words, you might have 100 files in the document window and you do a Mark All in All Documents. Maybe only 10 of those documents were marked but you have to ...
- Thu Oct 12, 2006 5:43 am
- Forum: General
- Topic: Bug: Syntax highlighting gets confused with < operator
- Replies: 0
- Views: 162
Bug: Syntax highlighting gets confused with < operator
TextPad v4.7.3 32 bit Place the following PHP code in TextPad and you would expect to see this: echo " x < y "; echo " Hello "; echo " y > x "; Instead you will see this: <?php echo " x < y "; echo " Hello "; echo " y > x "; ?> TextPad appears to be mistaking the < (less than operator) for an ...
- Wed Jul 13, 2005 8:05 am
- Forum: General
- Topic: Browse Button Fails To Launch Web Browser
- Replies: 4
- Views: 453
- Thu Feb 03, 2005 3:58 pm
- Forum: Enhancement Suggestions
- Topic: Disregard quote match in comments
- Replies: 0
- Views: 112
Disregard quote match in comments
I'm just speaking for PHP code. Textpad gets confused if a quote is used in a comment. Example:
PHP Code ...
// This doesn't get handeled correctly
PHP Code
Textpad gets a migraine and its matching algorithm is always off. Since PHP only uses 3 types of comments, it shouldn't be hard to fix this.
PHP Code ...
// This doesn't get handeled correctly
PHP Code
Textpad gets a migraine and its matching algorithm is always off. Since PHP only uses 3 types of comments, it shouldn't be hard to fix this.
- Tue Nov 18, 2003 5:49 pm
- Forum: General
- Topic: Default new document template
- Replies: 4
- Views: 448
- Tue Nov 18, 2003 5:07 pm
- Forum: General
- Topic: Default new document template
- Replies: 4
- Views: 448
By modifying the registry according to MS instructions, I have associated a template file in winnt\shellnew with the folder->New right mouse click. However, when I click "PHP Template" (that's what I call the new document type), Textpad just opens with a new textpad .php document. I know I can do ...