this whole "textpad 5.0" issue is a textbook example of how NOT to treat your users. i mean, the helios guys must have known how we'd react.
it's almost like they counted on us reacting the way we did... but why?
Search found 13 matches
- Sat Mar 24, 2007 4:56 am
- Forum: General
- Topic: Textpad 5.0 discussion
- Replies: 54
- Views: 17808
- Thu Mar 22, 2007 9:52 am
- Forum: General
- Topic: Textpad 5.0 discussion
- Replies: 54
- Views: 17808
i'm disappointed. a minor UI brushup? don't say you took all of 2.5 years for that. it's not even a rewrite. you added some eye-candy and easy to implement features that aren't at the top of anybody's wishlist. and it's buggy, which translates to "useless", which translates to "doesn't exist" for ...
- Sat Dec 16, 2006 3:41 pm
- Forum: General
- Topic: syntax folding
- Replies: 2
- Views: 630
why would you need that?
if you want to hide code, hide it in abstractions and swap it out into different files.
edit: did you search before posting? http://forum.textpad.com/viewtopic.php?t=3764
if you want to hide code, hide it in abstractions and swap it out into different files.
edit: did you search before posting? http://forum.textpad.com/viewtopic.php?t=3764
- Sun Nov 19, 2006 3:42 am
- Forum: General
- Topic: TextPad doesn't seem to honor Unix file endings only
- Replies: 6
- Views: 739
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 you ...
- Sat Nov 04, 2006 6:08 pm
- Forum: Tips
- Topic: c function call hyper-links
- Replies: 8
- Views: 11834
http://findtag.sourceforge.net/
the instructions there work fine. maybe you have an older version of findtag?
the instructions there work fine. maybe you have an older version of findtag?
- Sun Oct 29, 2006 3:41 pm
- Forum: General
- Topic: New TextPad Version?
- Replies: 12
- Views: 4081
- Sun Oct 22, 2006 2:53 am
- Forum: General
- Topic: New TextPad Version?
- Replies: 12
- Views: 4081
- Fri Jan 21, 2005 8:38 pm
- Forum: Enhancement Suggestions
- Topic: handling large text / log files
- Replies: 1
- Views: 283
I would like this feature too. Maybe up to, say, 10 MB are loaded into memory, files beyond are not. This would require you to set such files as read-only, track modifications and apply these when saving or apply modifications instantly. If you decide to implement this feature, and decide to track ...
- Sat Nov 20, 2004 8:21 am
- Forum: General
- Topic: Parenthesis/bracket balancing?
- Replies: 4
- Views: 587
Thanks, but that sounds not quite like what I was looking for. I did a perfunctory search for "plug in" in hope of maybe finding some way of writing a plug in that does the "parenthesis balancing" at real-time, so I don't need to press any keys (except for the opening parenthesis) to activate the ...
- Fri Nov 19, 2004 11:07 pm
- Forum: General
- Topic: Parenthesis/bracket balancing?
- Replies: 4
- Views: 587
I decided to revive this thread because I can make use of that feature as well. I once had the opportunity to test the feature in another program and I liked it. It is really handy when you press an opening brace and the closing one appears after the cursor so you can keep in the flow and needn't ...
- Mon Oct 11, 2004 3:26 pm
- Forum: Tips
- Topic: c function call hyper-links
- Replies: 8
- Views: 11834
- Mon Oct 11, 2004 2:30 pm
- Forum: Enhancement Suggestions
- Topic: hypertext-like jumping to function definitions
- Replies: 2
- Views: 510
- Sun Oct 10, 2004 9:30 pm
- Forum: Enhancement Suggestions
- Topic: hypertext-like jumping to function definitions
- Replies: 2
- Views: 510
hypertext-like jumping to function definitions
Hi, i am also developing with Borland Delphi / Builder and have grown fond of one feature best described as "hypertext jumping". you have a function call and would like to see the function definition. so you hold down ctrl, click on the function call and then the editor jumps to the definition. you ...