Search found 6 matches

by Kaizyn
Tue Oct 16, 2007 5:55 pm
Forum: General
Topic: Why RE "137[^\x5d]" found pattern "137]"
Replies: 6
Views: 438

When to use hex codes for characters?

http://www.regular-expressions.info/quickstart.html

Basically, if you want to match a non-printable character use the hex codes. Otherwise, it's not needed.
by Kaizyn
Mon Aug 06, 2007 8:13 pm
Forum: General
Topic: Bug: Textpad's Find in Files dialog box
Replies: 2
Views: 275

Minor Bug

Absolutely, this is a minor bug. Textpad shouldn't have any bugs in it though, right?
by Kaizyn
Wed Aug 01, 2007 11:22 pm
Forum: General
Topic: Bug: Textpad's Find in Files dialog box
Replies: 2
Views: 275

Bug: Textpad's Find in Files dialog box

Description: When you are using the Find in Files dialog to do a lengthy search and you replace the text string in the "Find what" box before the search terminates, the pop-up message reporting that the search completed will display the new string you entered rather than the string searche...
by Kaizyn
Wed Aug 01, 2007 11:15 pm
Forum: General
Topic: find dialog box opening on wrong monitor
Replies: 2
Views: 161

dual monitor setup and textpad

Hello, A lot of times, video card drivers control the desktop settings. One of the options in my NVIDIA display driver(s) is to force children windows to open on the same monitor as the main application that spawned it. This is likely a graphics driver settings issue rather than an application-speci...
by Kaizyn
Tue Jul 31, 2007 8:08 pm
Forum: General
Topic: Find values not matching a pattern
Replies: 5
Views: 828

encleadus, are you looking for a pattern that behaves like this one?

^[^1][^0-3][^0-9][^PN][^0-9]{5}

(Also, if you're only matching one occurrence of something, there's no need for the {1} following that part of the pattern.)
by Kaizyn
Tue Jul 31, 2007 7:56 pm
Forum: General
Topic: BUG: Textpad's "Clear All" Clears out Document Con
Replies: 2
Views: 266

BUG: Textpad's "Clear All" Clears out Document Con

This is a bug report for version 5.03 of Textpad: Description: When you are performing an ongoing 'find-in-files' search, selecting "Clear All" from the Context Menu displayed for the Search Results buffer will 'clear' the current open document with focus. Steps to reproduce: 1) Open a doc...