Search found 10 matches

by crackwitz
Sat Mar 24, 2007 4:56 am
Forum: General
Topic: Textpad 5.0 discussion
Replies: 54
Views: 40061

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?
by crackwitz
Thu Mar 22, 2007 9:52 am
Forum: General
Topic: Textpad 5.0 discussion
Replies: 54
Views: 40061

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 ...
by crackwitz
Sat Dec 16, 2006 3:41 pm
Forum: General
Topic: syntax folding
Replies: 2
Views: 838

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
by crackwitz
Sun Nov 19, 2006 3:42 am
Forum: General
Topic: TextPad doesn't seem to honor Unix file endings only
Replies: 6
Views: 1113

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 ...
by crackwitz
Sat Nov 04, 2006 6:08 pm
Forum: Tips
Topic: c function call hyper-links
Replies: 8
Views: 21101

http://findtag.sourceforge.net/

the instructions there work fine. maybe you have an older version of findtag?
by crackwitz
Sun Oct 29, 2006 3:41 pm
Forum: General
Topic: New TextPad Version?
Replies: 12
Views: 5097

true :) i'd like that too

but down that road you'd get an editor completely made of scripts... emacs comes to mind. where's my neural interface?!?! :lol:
by crackwitz
Sun Oct 22, 2006 2:53 am
Forum: General
Topic: New TextPad Version?
Replies: 12
Views: 5097

a mailing list or feed announcing the new version would be great, once it's out. i want to check it out as soon as possible.

i wonder if helios can manage to keep the new textpad lean enough for it to load up in <.5 seconds, considering all the feature requests... i just hope that, if it comes ...
by crackwitz
Sat Nov 20, 2004 8:21 am
Forum: General
Topic: Parenthesis/bracket balancing?
Replies: 4
Views: 900

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 ...
by crackwitz
Fri Nov 19, 2004 11:07 pm
Forum: General
Topic: Parenthesis/bracket balancing?
Replies: 4
Views: 900

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 ...
by crackwitz
Mon Oct 11, 2004 3:26 pm
Forum: Tips
Topic: c function call hyper-links
Replies: 8
Views: 21101

to woho: how did you do this thing "<Alt><Left> takes me back where I came from"? useful to me as well...