Search found 7 matches

by elcaro
Fri Aug 30, 2013 5:18 pm
Forum: General
Topic: Find lines that begin with certain string/words
Replies: 4
Views: 503

Thanks again ben_josephs!
by elcaro
Fri Aug 30, 2013 4:27 pm
Forum: General
Topic: Find lines that begin with certain string/words
Replies: 4
Views: 503

Thanks much ben_josephs!

Would \h take care of tabs too?
by elcaro
Fri Aug 30, 2013 2:01 pm
Forum: General
Topic: Find lines that begin with certain string/words
Replies: 4
Views: 503

Find lines that begin with certain string/words

Using Textpad 7.0.9 (32-bit)

I want to find lines that begin with certain string/words. There might be white spaces or tabs before that string but nothing else. Basically if that lines begins with that string, I want to find it. I thought '^' will work, but it didn't :-(
by elcaro
Fri Dec 14, 2012 8:26 pm
Forum: Enhancement Suggestions
Topic: "Textpad" option in context menu - Win64
Replies: 3
Views: 1483

Click Configure > Preferences . On the General tab, under Put shortcuts to TextPad on , select Context menu . A lot of people have trouble getting this to work on Windows 7, so don't be surprised if you are among them. I have this option checked but still it does not show when I right click in ...
by elcaro
Wed Jul 25, 2012 3:39 pm
Forum: General
Topic: Beautify SQL
Replies: 1
Views: 609

Beautify SQL

Hi, Let me start with praising Textpad! I use this so extensively and for everything (most of the work). I wish it had code/sql beautifier. Is there any add-on or external utility that I can use with Textpad to beautify the selected sql code/query? I found some online options like this which I use ...
by elcaro
Tue May 29, 2012 2:10 pm
Forum: General
Topic: Mark/Delete all lines between 2 character strings
Replies: 2
Views: 716

ak47wong - thank you so much. your solution works like a charm.
by elcaro
Fri May 25, 2012 9:45 pm
Forum: General
Topic: Mark/Delete all lines between 2 character strings
Replies: 2
Views: 716

Mark/Delete all lines between 2 character strings

Hi,

I have a large XML document and I want to delete a section which begins with <LIST_LINEDATA> and ends with </LIST_LINEDATA>.

How do I mark/delete all lines between these 2 tags?

Thanks in advance.