Search found 10 matches

by acessn
Tue Feb 24, 2009 8:35 am
Forum: Enhancement Suggestions
Topic: Search in all files
Replies: 4
Views: 793

The F2 solution only works in active document, but the find in files option is exactly what I needed. Thank you very much!
by acessn
Wed Feb 04, 2009 1:47 pm
Forum: Enhancement Suggestions
Topic: Search in all files
Replies: 4
Views: 793

Search in all files

Hi. Usinx textpad 5.2.0. When searching for text, using the "In All Documents" option, I can search for a string in multiple documents. It returns I.E. 13 occurences found, but the search result does not display, and I can't seem to find a way to see where these 13 occurences appears. http://www ...
by acessn
Thu Sep 20, 2007 6:27 am
Forum: General
Topic: Finding duplicate lines
Replies: 2
Views: 702

Thanks, I used that expression in another editor and it works fine.

Rgds,

Bjorn
by acessn
Wed Sep 19, 2007 11:22 am
Forum: General
Topic: Finding duplicate lines
Replies: 2
Views: 702

Finding duplicate lines

Hi. I need to search a file for duplicate entries. I don't need to replace them, just find them, as they need to be dealt with manually. The duplicate lines will probably be next to each other as in the example below. Example file ...
by acessn
Thu Aug 24, 2006 1:45 pm
Forum: General
Topic: Delete lines starting with # in selected text
Replies: 5
Views: 864

Great!

Thanks a lot.

-Bjorn
by acessn
Thu Aug 24, 2006 1:14 pm
Forum: General
Topic: Delete lines starting with # in selected text
Replies: 5
Views: 864

Another issue has come up...

How do I delete blank lines?

Code: Select all

Line1

Line 2

Line3

Should be 

Line1
Line2
Line3

Thanks,

Bjorn
by acessn
Thu Aug 24, 2006 1:00 pm
Forum: General
Topic: Delete lines starting with # in selected text
Replies: 5
Views: 864

I've got it

with

Code: Select all

^# .*$
Replaced with nothing
by acessn
Thu Aug 24, 2006 12:37 pm
Forum: General
Topic: Delete lines starting with # in selected text
Replies: 5
Views: 864

Delete lines starting with # in selected text

Hi.

I'd like to delete all lines starting with # within selected text.

Code: Select all

# Delete me
Keep me
#Delete me
Keep me

Would end up with 

Keep me
Keep me
I've tried find: ^#$
Replaced with "" but there's something wrong with the regular expression.

Thanks,

Bjorn
by acessn
Thu Jul 06, 2006 12:36 pm
Forum: General
Topic: Searching for lines with two "="
Replies: 2
Views: 478

Actually I just wanted to locate them. I have to handle the lines manually, because it's a messed up translation file I'm going through.

Thanks a million, this really made my day.

Regards,

Bjorn
by acessn
Thu Jul 06, 2006 12:30 pm
Forum: General
Topic: Searching for lines with two "="
Replies: 2
Views: 478

Searching for lines with two "="

I need to search through a document line by line and check if there are lines which contain the "=" character more than once.

Any ideas?

Thanks,

Bjorn