Search found 12 matches
- Sat Apr 19, 2003 3:26 pm
- Forum: General
- Topic: TextPad or UltraEdit?
- Replies: 47
- Views: 10165
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 ...
- Wed Apr 09, 2003 8:49 pm
- Forum: General
- Topic: TextPad or UltraEdit?
- Replies: 47
- Views: 10165
- Wed Apr 09, 2003 11:42 am
- Forum: General
- Topic: TextPad or UltraEdit?
- Replies: 47
- Views: 10165
- Tue Apr 08, 2003 9:04 pm
- Forum: General
- Topic: TextPad or UltraEdit?
- Replies: 47
- Views: 10165
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 ...
- Tue Apr 08, 2003 11:58 am
- Forum: General
- Topic: TextPad or UltraEdit?
- Replies: 47
- Views: 10165
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 ...
- Thu Mar 27, 2003 10:21 pm
- Forum: General
- Topic: Preserve Capitalization in Find / Replace
- Replies: 2
- Views: 452
- Wed Mar 26, 2003 2:24 am
- Forum: General
- Topic: wishlist - resizable Find/Replace dialog
- Replies: 3
- Views: 524
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 ...
- Tue Mar 25, 2003 11:38 pm
- Forum: General
- Topic: Does TextPad have the ability to match C braces like Vi
- Replies: 7
- Views: 954
- Wed Mar 19, 2003 8:59 pm
- Forum: General
- Topic: Hyperlinking Microsoft SQL errors
- Replies: 3
- Views: 685
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.
The simplest way to check this is to exercise the expression in the search dialog. It should highlight a whole line.
- Thu Mar 13, 2003 5:48 am
- Forum: General
- Topic: Using TextPad with RC files
- Replies: 1
- Views: 423
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 ...
- Tue Mar 11, 2003 9:07 pm
- Forum: General
- Topic: Hyperlinking Microsoft SQL errors
- Replies: 3
- Views: 685
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.
I shall try your suggestion of matching the whole line.
- Tue Mar 11, 2003 6:06 am
- Forum: General
- Topic: Hyperlinking Microsoft SQL errors
- Replies: 3
- Views: 685
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 ...