Search found 323 matches

by jeffy
Tue Aug 13, 2013 11:07 am
Forum: General
Topic: Find dialog bug?
Replies: 9
Views: 718

Honestly, I've not yet tried the uninstall-reinstall-upgrade as you suggested. However, I did find a related problem. When you're outside of the find dialog and trigger the "RegexSet" command, then you open the find dialog; if there happens to be a bogus regex command in it, you get the mo...
by jeffy
Tue Aug 13, 2013 2:10 am
Forum: Enhancement Suggestions
Topic: Document classes and Clip library
Replies: 2
Views: 1010

I don't understand what you want. Could you please explain a little more?
by jeffy
Tue Aug 13, 2013 2:07 am
Forum: General
Topic: RE Deleting Every Other Line Instead of Every Line
Replies: 6
Views: 890

ben_josephs wrote:So using (^)\t.*\n solves the problem.
Nice find.
by jeffy
Thu Aug 01, 2013 11:47 am
Forum: General
Topic: Find dialog bug?
Replies: 9
Views: 718

Still happening after a computer restart, in 7.0.9.
by jeffy
Thu Aug 01, 2013 2:17 am
Forum: General
Topic: Find dialog bug?
Replies: 9
Views: 718

7.0.8 was privately given to me and some others who were experiencing a specific problem. What I said is correct. It happened in 7.0.8, and is WAS happening in 7.0.9...consistently up until right now. I can't reproduce it at the moment, which is the first time that it's NOT happening. I'll try it ag...
by jeffy
Wed Jul 31, 2013 5:35 pm
Forum: General
Topic: Find dialog bug?
Replies: 9
Views: 718

7.0.8.

I just upgraded to 7.0.9 and it still happens.
by jeffy
Sun Jul 28, 2013 4:52 pm
Forum: General
Topic: Find dialog bug?
Replies: 9
Views: 718

Happens consistently with me. Including after a computer-restart.

:(

No one else?
by jeffy
Sat Jul 27, 2013 7:25 pm
Forum: General
Topic: REGEX works okay, but macro using it does nothing
Replies: 3
Views: 467

If anyone gets a chance to try this, please let me know.
by jeffy
Sat Jul 27, 2013 7:23 pm
Forum: General
Topic: Find dialog bug?
Replies: 9
Views: 718

Find dialog bug?

Try this: Type '\' (no quotes) into the find-dialog. Click regular expression. It's an invalid regex, because it's an unescaped escape character. Click find-next and you'll get an error. Now, leave the slash there and close the dialog. Select some text (within a single line), and re-open the dialog....
by jeffy
Fri Jul 26, 2013 11:43 pm
Forum: General
Topic: Dialogs inaccessible, outside of viewable window
Replies: 2
Views: 252

Perfect. Wish TextPad knew that the current dialog coordinates were out of the viewable area, but this is a great workaround.

Thanks!
by jeffy
Fri Jul 26, 2013 3:16 pm
Forum: General
Topic: Dialogs inaccessible, outside of viewable window
Replies: 2
Views: 252

Dialogs inaccessible, outside of viewable window

I am having a problem with dialogs. When I make TextPad really small, like very thin at the bottom of the screen, and then I open the find or replace or find in files dialogs, they ARE open (I can type a search term and press enter and they DO do the search), but I can't see the dialog. It far below...
by jeffy
Fri Jul 19, 2013 1:17 am
Forum: Enhancement Suggestions
Topic: Need a ParaEnd "command"
Replies: 4
Views: 1414

ParaEnd and ParaStart, as well as ParaStartExtend and ParaEndExtend would be wonderful additions.
by jeffy
Fri Jul 19, 2013 1:06 am
Forum: Enhancement Suggestions
Topic: Multi Line Regex
Replies: 4
Views: 1171

Version 7 now uses Perl regex, so this is now a non-issue.
by jeffy
Fri Jul 19, 2013 12:55 am
Forum: Enhancement Suggestions
Topic: More Regular Expression examples in the Help needed
Replies: 5
Views: 1810

Re: More Regular Expression examples in the Help needed

Aeneas wrote:2) match string "the" but exclude if it is "their"
3) match either "function_A(" or "function_A ("
etc.
2) search non-regex whole-word for "the", or regex "\<the\>"
3) Regex: "function_A[ ]{0,1}\("
by jeffy
Fri Jul 19, 2013 12:48 am
Forum: Enhancement Suggestions
Topic: Keyboard shortcuts for Find & Find/Replace
Replies: 5
Views: 1372

I use F3 for find, F4 for find-next, F2 for find-previous, F5 for replace, and shift+F5 for replace-next.

I also use shift+F2/F4 for find-prev/next, so I don't have to let go of the shift when running through multiple replacements, and want to skip some.