Search found 3 matches

by Jonathan_Taylor
Thu May 13, 2004 2:33 pm
Forum: General
Topic: Delete duplicates
Replies: 1
Views: 501

The option is "delete duplicate LINES".

When the file:-

a1
b1
a2

is sorted by TextPad on key from character 1, length 1, it results in

a2
a1
b1

TextPad seems to have reversed the order of "a1" and "a2". This is acceptable - I have not specified what order the second character (which is not ...
by Jonathan_Taylor
Thu May 13, 2004 2:15 pm
Forum: General
Topic: Corrupting files when converting from Unix
Replies: 3
Views: 378

Are the files saved onto a UNIX computer from you PC using a SAMBA drive at any point? I occassionally get this problem when doing this (and I'm not usually converting between PC <-> UNIX format, so this is probably irrelevant).
by Jonathan_Taylor
Wed May 05, 2004 4:56 pm
Forum: General
Topic: Replace text in certain columns
Replies: 2
Views: 618

Alternatively, block select the area of the file in question.

(This can be done using by selecting text while block select mode is on (Configure->Block Select mode) or pressing the Alt key when selecting).

If you want to change the four characters in EVERY line, then right-click->Fill Block will ...