Search found 12 matches

by Peter Wone
Sat Apr 19, 2003 3:26 pm
Forum: General
Topic: TextPad or UltraEdit?
Replies: 47
Views: 9622

Editing via FTP?

Sounds like you're managing content on a website. I'm not convinced it is appropriate to try to mutate Textpad from a text editor into a site management tool. If you want site management integrated with a syntax colouring editor, such beasties abound. MS FrontPage, for example, already does this ...
by Peter Wone
Wed Apr 09, 2003 8:49 pm
Forum: General
Topic: TextPad or UltraEdit?
Replies: 47
Views: 9622

If you'll forgive me for a deliberate misquote,
Ask not what God has to do with selling you an editor, but what an editor has to do with selling you God.
Religion is a pathological meme. It is [sic] catholic in its choice of vector.
by Peter Wone
Wed Apr 09, 2003 11:42 am
Forum: General
Topic: TextPad or UltraEdit?
Replies: 47
Views: 9622

Permit me to clarify two points. Mutability of specification does not, in and of itself, make it impossible to deliver a product of high quality. However, mutable specs are most often coupled with immutable budgets and timeframes, and this combination does significantly degrade the end result ...
by Peter Wone
Tue Apr 08, 2003 9:04 pm
Forum: General
Topic: TextPad or UltraEdit?
Replies: 47
Views: 9622

Why do we build such crap?

Why don't we build great software? Nebulous specifications. Mutable specifications. Limited budgets. Design by committee. Limited (absurd) time-frames. We don't really understand the problem domain. The last item is key to understanding the success of Textpad. Programmers have a very clear and ...
by Peter Wone
Tue Apr 08, 2003 11:58 am
Forum: General
Topic: TextPad or UltraEdit?
Replies: 47
Views: 9622

In 1993 I started using Textpad in conjunction with ISQL which was conceptually equivalent to ISQL/W but with a real editor. In 1997 I worked at a place where they used UltraEdit in a similar role. UltraEdit kept flaking out on me so I downloaded Textpad and installed it. I'm not sure what annoyed ...
by Peter Wone
Thu Mar 27, 2003 10:21 pm
Forum: General
Topic: Preserve Capitalization in Find / Replace
Replies: 2
Views: 436

Although I understand the request and the motivation, I can't agree that it's a reasonable request. As the RE engine stands: It can do what is required. Its behaviour is orthogonal. Its behaviour is simple. Key to understanding my objection is the fact that we are discussing the behaviour of a ...
by Peter Wone
Wed Mar 26, 2003 2:24 am
Forum: General
Topic: wishlist - resizable Find/Replace dialog
Replies: 3
Views: 486

wishlist - resizable Find/Replace dialog

Some of my regexes are quite long. It would be very handy to be able to widen the Find/Replace dialog. Even handier would be the ability to dock this dialog to the top or bottom of the document parent window. Better yet, how about doing this so that Find/Replace, the Command window and the Search ...
by Peter Wone
Tue Mar 25, 2003 11:38 pm
Forum: General
Topic: Does TextPad have the ability to match C braces like Vi
Replies: 7
Views: 911

What do you mean by "folding" ?
(yummy - TP is THIS close to folding :wink: )
by Peter Wone
Wed Mar 19, 2003 8:59 pm
Forum: General
Topic: Hyperlinking Microsoft SQL errors
Replies: 3
Views: 654

Match the whole line

For the record, Mud-guard was correct. When hyperlinking errors from the results page your regex must match the whole line.

The simplest way to check this is to exercise the expression in the search dialog. It should highlight a whole line.
by Peter Wone
Thu Mar 13, 2003 5:48 am
Forum: General
Topic: Using TextPad with RC files
Replies: 1
Views: 406

Using TextPad with RC files

Borland supplies a command line resource compiler BRCC32.EXE with Delphi and C++Builder. RC files are just text files, so TextPad is ideal for preparing them. You can install BRCC32 in the Tools menu and use TextPad as a resource workshop. These were the settings on my system: Command: C:\Program ...
by Peter Wone
Tue Mar 11, 2003 9:07 pm
Forum: General
Topic: Hyperlinking Microsoft SQL errors
Replies: 3
Views: 654

No filename

You're quite right about no filename but that's ok, I just want it to refer to the most recent edit buffer. That part I can get to work.

I shall try your suggestion of matching the whole line.
by Peter Wone
Tue Mar 11, 2003 6:06 am
Forum: General
Topic: Hyperlinking Microsoft SQL errors
Replies: 3
Views: 654

Hyperlinking Microsoft SQL errors

I'm trying to get hypertext linking of compiler errors from Microsoft SQL Server. Here's the RE: Line \([0-9]+\) and here's a sample of the text I'm trying to match Msg 207, Level 16, State 1, Server DEBTOR0003, Line 1 Invalid column name 'DL_C_BAILIFF_FEE_CLIENT_TOTAL_PAYABLE'. Msg 207, Level 16 ...