Search found 26 matches

by melvers
Tue May 21, 2019 2:24 pm
Forum: General
Topic: 8.1.2: Find in files: regex multiline never matches
Replies: 2
Views: 987

8.1.2: Find in files: regex multiline never matches

Is there a way to do a multi-line find using the find-in-files feature? I have tried a number of find expressions and nothing works. Some examples of find text are:

some text\n more text
some text[^m]+
some text\n *more

All of these work within a single file, but not in the find-in-files dialog.
by melvers
Thu Jul 06, 2017 2:02 pm
Forum: General
Topic: 8.1.2: Find in files: regex multiline never matches
Replies: 1
Views: 606

8.1.2: Find in files: regex multiline never matches

Is there a way to do a multi-line find using the find-in-files feature? I have tried a number of find expressions and nothing works. Some examples of find text are: some text\n more text some text[^m]+ some text\n *more All of these work within a single file, but not in the find-in-files dialog.
by melvers
Wed Mar 09, 2016 3:31 pm
Forum: General
Topic: Main window size reduced on closing
Replies: 1
Views: 564

Main window size reduced on closing

I noticed that TextPad 7.6.2 had a fix for the following problem "The height of the main window was reduced on restart, if the bottom was close to the taskbar". I had 7.6.1 and was experiencing this so I installed 7.6.2. However, I still have the same problem (although it is not exactly th...
by melvers
Wed Jan 06, 2016 2:17 pm
Forum: General
Topic: Can't set 'case insensitive' as the default in sort
Replies: 1
Views: 297

Can't set 'case insensitive' as the default in sort

I recently installed TextPad 7.5.1 (64-bit Edition) on Windows 8.1. I noticed a change in that, it no longer remembers the setting for case sensitivity on the Sort dialogue. Previously, I would select 'case insensitive' (my usual setting) and this selection would be remembered the next time I opened...
by melvers
Tue Oct 20, 2015 6:43 pm
Forum: General
Topic: Conditional expressions and replacement
Replies: 2
Views: 1974

Conditional expressions and replacement

I have tab-delimited text. Certain columns have YES or NO values. I am trying to replace the YES or NO values with 1 or 0. There are too many columns to do all the permutations of YES or NO in the find expression. I was looking at using the conditional expressions but I just can't understand the Tex...
by melvers
Wed Apr 16, 2014 12:22 pm
Forum: General
Topic: Regular Expression stack space error (bug??)
Replies: 3
Views: 767

Are you associated with TextPad? If not, do you know how to report this? Like I said, I already sent this to them via e-mail and didn't hear back if it is a bug or not.
by melvers
Tue Apr 15, 2014 3:39 pm
Forum: General
Topic: Regular Expression stack space error (bug??)
Replies: 3
Views: 767

Regular Expression stack space error (bug??)

I think this is a bug. I sent it to TextPad but didn't hear anything back, so I thought I would get opinions from Forum members. I have the following two lines of text in a file: "Field-1","Field-2","Field-3","Field-4","Field-5","Field-6",&...
by melvers
Fri Sep 20, 2013 12:44 pm
Forum: General
Topic: Syntax highlighting won't find hyphenated keywords
Replies: 2
Views: 479

Syntax highlighting won't find hyphenated keywords

The problem with that is it makes the hyphen part of all words, which I don't want. I just want the syntax highlighting to match the keyword as entered (case-insensitive in this case). Since I am providing the explicit keywords, it shouldn't be using any word matching rules other than 'is this the s...
by melvers
Thu Sep 19, 2013 8:00 pm
Forum: General
Topic: Syntax highlighting won't find hyphenated keywords
Replies: 2
Views: 479

Syntax highlighting won't find hyphenated keywords

Does anyone know how to make the syntax highlighting find keywords with hyphens in them. I have some keywords like Font-Bold. I enter them into a syntax file, but those terms do net get highlighted (colored text) even though all the non-hyphenated keywords do.
by melvers
Fri May 04, 2012 1:02 pm
Forum: Enhancement Suggestions
Topic: Initialize Find TextBox with word at cursor location
Replies: 7
Views: 1412

Its been a while since I posted this, but my suggestion was only to initialize the Find dialog when opening the dialog, not to replace text that is already in an open dialog.
by melvers
Mon Feb 20, 2012 9:39 pm
Forum: Enhancement Suggestions
Topic: When finding selected text, make the text literal.
Replies: 1
Views: 377

When finding selected text, make the text literal.

When I have selected text and I click on the the Find (or Replace) button, the text is entered into the Find dialog as is. However, if the find text contains a string like 'variable[value]', the brackets are treated as the special class expression rather than the literal brackets I would like. It wo...
by melvers
Thu May 12, 2011 2:58 pm
Forum: Enhancement Suggestions
Topic: Compare File settings should be remembered
Replies: 2
Views: 320

If that is something that can be changed, then consider this an enhancement request to remember the settings.
by melvers
Thu May 12, 2011 1:58 pm
Forum: Enhancement Suggestions
Topic: Compare File settings should be remembered
Replies: 2
Views: 320

Compare File settings should be remembered

I don't know if this is an enhancement or a bug. I just started using Windows 7. I installed TextPad 5.4.2 and I noticed when I do a file compare and I check the boxes to ignore idifference due to case and spaces, the next time I do a file compare (after closing and restarting TextPad) that the chec...
by melvers
Fri Apr 22, 2011 1:41 pm
Forum: Enhancement Suggestions
Topic: Exclude directories from 'Find in Files'
Replies: 0
Views: 252

Exclude directories from 'Find in Files'

I would like to be able to create a list of directories to exclude from the 'Find in Files' search. In my particular case, I would like it to exclude the directory and all sub-directories, as well. Although, I could see that being an optional selection.
by melvers
Thu Oct 29, 2009 8:15 pm
Forum: General
Topic: Finding non-code page characters
Replies: 2
Views: 410

Finding non-code page characters

I have a couple of files that I get the standard character not on the cod page 1252 ... will be converted to the system characters. I am fine with that. However, I would like to find the characters that were replaced and put some other character(s) there that can be displayed. Does anyone know how t...