Search found 7 matches

by 1ND1G0
Wed Jan 15, 2014 8:37 am
Forum: General
Topic: Select numbers greater/less than?
Replies: 11
Views: 1483

You are right.
My mistake was that when I copied your RegEx I picked up a trailing 'space' character which caused the malfunction.

It seems to be a quirk of the Forum that it allows you to pick up a 'space', that shouldn't actually be there, when you copy a line!
Thanks for your quick response!
by 1ND1G0
Wed Jan 15, 2014 5:23 am
Forum: General
Topic: Something VERY wrong with Macro Function!
Replies: 0
Views: 1662

Something VERY wrong with Macro Function!

Using Version 7.09 (32 bit) of TextPad, I created a Macro to Search for the Video URLs in a YouTube Channel page. I copied the Source HTML and pasted it into TextPad and then did the following: Ctrl-Home Find: ^\s+href="(/watch\?v=.+)" Mark all (Bookmark line) Search > Bookmark > Inverse B...
by 1ND1G0
Wed Jan 15, 2014 3:49 am
Forum: General
Topic: Select numbers greater/less than?
Replies: 11
Views: 1483

Solution updated for Numbers falling at the end of a line!

ben_josephs' solutions work fine EXCEPT when the numbers fall at the end of a line. \< and \> anchor the expression to the start and end of a word but this FAILS at the end of a line. Hence we need the following: \<0*(20[1-9]|2[1-9][0-9]|[3-9][0-9]{2}|[1-9][0-9]{3,})($|\>) to accommodate this possib...
by 1ND1G0
Wed Aug 22, 2012 3:37 am
Forum: General
Topic: Link Error
Replies: 0
Views: 167

Link Error

I was reporting a bug in the Portable Wizard and thus situated at: http://www.textpad.com/support/textpad.php When I clicked on the link to the Forums, I was taken to: http://www.textpad.com/forum/index.php The lack of an 's' at the end of the word 'forum' meant I was greeted with a 404 error page!...
by 1ND1G0
Fri Dec 05, 2008 10:43 am
Forum: Enhancement Suggestions
Topic: Registry Editor EXPOSES GLARING TextPad UNICODE issue
Replies: 5
Views: 919

Thanks for pointing out the solution to this problem - although it would seem more sensible for TextPad to default to saving files with a Byte-order Mark and having an option to relinquish it. The issue for me is that you have a file that conforms to an accepted standard and TextPad overrides it by ...
by 1ND1G0
Fri Dec 05, 2008 8:07 am
Forum: Enhancement Suggestions
Topic: COPY should not replace SEARCH-FOR string
Replies: 2
Views: 304

Workaround

there's no workaround (except to re-type the text you'd searched for previously).
Of course there is a very, very easy workaround that you have missed in your exasperation!
Just click on the "Find what" drop-down box and there is a list of the 10 previously searched-for strings!
by 1ND1G0
Fri Dec 05, 2008 7:55 am
Forum: Enhancement Suggestions
Topic: Registry Editor EXPOSES GLARING TextPad UNICODE issue
Replies: 5
Views: 919

Registry Editor EXPOSES GLARING TextPad UNICODE issue

When you use TextPad to open a *.reg file in the Unicode Format, and save it (even without any editing) then the Registry Editor refuses to entertain it thereafter because it now sees it as a binary file. The following is a typical error report: The specified file is not a registry script. You can ...