Search found 3 matches

by peterl
Fri Nov 30, 2007 4:24 am
Forum: General
Topic: Can Textpad fill numbers?
Replies: 3
Views: 1043

Grab youself perl from http://www.activestate.com/solutions/perl/
Then try this:

Code: Select all

type originalfile.txt | perl -ne "s/RPT(\d{3})/sprintf('H%03i',$1-1)/e;print" > newfile 

Peter
by peterl
Tue Jul 24, 2007 12:08 am
Forum: General
Topic: Current Line coloring = Removing dashed line above and below
Replies: 5
Views: 1086

I don't think the issue is actually setting the color, rather the issue is setting of the dashed line. I think the original poster wants the line highlighting color, but without the dashed line above and below the current line.

Try setting the current line color foreground and background to the ...
by peterl
Mon Jul 23, 2007 11:21 pm
Forum: General
Topic: Current Line coloring = Removing dashed line above and below
Replies: 5
Views: 1086

Not that I know of.
Seems like there's a bug here.

When you choose current line highlighting, (under Configure, Preferences, View, untick 'Highlight the line containing the cursor') then it will use the colors defined in (Configure, Preferences, Document Classes, (the class you want to change ...