Search found 4 matches

by bradleysmith
Mon Jul 11, 2005 2:57 pm
Forum: General
Topic: Regular Expression to Match Output
Replies: 1
Views: 286

Regular Expression to Match Output

I've added the comeau compiler to my list of tool. It's error output looks like this: "C:\scratch7\ART05-6533735\C1.h", line 13: error: identifier "privTypedef" is undefined const privTypedef p1 and I need the regexp so that Textpad can open the erroneous file at the right line number. The following ...
by bradleysmith
Fri Sep 03, 2004 1:58 pm
Forum: General
Topic: Synchronized scrolling broken for big files?
Replies: 1
Views: 154

Synchronized scrolling broken for big files?

I've got 2 "similar" files open in two windows side by side. I've got word wrap off and synchronized scrolling turned on. using the page up and down keys or the cursor keys everything seems to stay in synch. But, if I drag the scroll slider to the middle of the document the windows are out of synch ...
by bradleysmith
Wed Jun 09, 2004 11:23 am
Forum: Enhancement Suggestions
Topic: Display number of bytes into the file that the caret is at
Replies: 2
Views: 234

Workaround till it might be implemented in a more direct way: Preß Shift+Ctrl+Home to select from cursor position to beginning of file. Then preß Alt+Return to see document properties. On the "Document" tab you can see how many characters are selected... That's what I've been doing but the cha ...
by bradleysmith
Wed Jun 09, 2004 10:33 am
Forum: Enhancement Suggestions
Topic: Display number of bytes into the file that the caret is at
Replies: 2
Views: 234

Display number of bytes into the file that the caret is at

Subject says it all. Line and column info is great but it would be nice to have the option of displaying exactly (cr and lf included) how many bytes into the file the caret is.

Brad