Search found 1516 matches

by Bob Hansen
Wed Oct 14, 2009 1:26 am
Forum: General
Topic: need help with a search then compare then replace string
Replies: 1
Views: 164

No time to dig into this right now, but I suspect that can be done with RegEx. May take more than one pass, but they could be combined with a macro....
by Bob Hansen
Wed Oct 14, 2009 1:22 am
Forum: General
Topic: How Can I Insert the Simple File Name Into a Document?
Replies: 2
Views: 274

Create a macro toboth insert the full name, and then use a RegEx to reduce it to the basic name.
by Bob Hansen
Mon Oct 12, 2009 6:26 pm
Forum: General
Topic: Textpad always prints landscape
Replies: 4
Views: 615

When making configuration changes I find it best to follow these steps, especially for any changes in Classes: 1. Close all other copies of TextPad. 2. Close all open documents, INCLUDING THE DEFAULT NEW BLANK DOCUMENT. 3. Make the changes you want: Configure/Preferences/...... 4. Apply and OK your ...
by Bob Hansen
Thu Oct 08, 2009 7:59 pm
Forum: General
Topic: Macro Editing Reverse Engineering
Replies: 6
Views: 894

About four or five years ago, a group of about five of us started to undertake that as a project. We had made some progress, but ran into some roadblocks that really needed Helios input, but we could not get what we needed. I don't recall the issues that caused us to stop, but it seemed to be ...
by Bob Hansen
Fri Oct 02, 2009 1:09 am
Forum: Enhancement Suggestions
Topic: Keeping a list of favorite documents
Replies: 2
Views: 200

Make a maco to add the current file (a Favorite) to a text document list. Actually use a Library Clip vs. a text document. Macro to add current document to the Clip Library clip.
by Bob Hansen
Tue Sep 29, 2009 10:34 pm
Forum: Enhancement Suggestions
Topic: Classpath feature
Replies: 1
Views: 204

Have you tried using Tools to run the command lines? Macros calling paths from the Clip Library, and calling the Tools may do what you want.
by Bob Hansen
Tue Sep 29, 2009 10:28 pm
Forum: General
Topic: Using clipboard history in macros?
Replies: 2
Views: 204

Unfortunately when you record a macro in TextPad, the clipboard values are hard coded into the macro. You cannot use the macro process using different clipboard values each time. TextPad macros also cannot be edited. I use Macro Scheduler to do tasks like that. I use both Macro Scheduler and TextPad ...
by Bob Hansen
Sat Sep 26, 2009 4:13 pm
Forum: General
Topic: Can we search and replace in multiple files?
Replies: 3
Views: 506

A hot key cannot do S/R without knowing the S/R values. Must do this manually. Could make into a macro if need the same process repeatedly. Open the files that need the S/R From the Main Menu, click on Search, click on Replace In the Replace window: 1. fill in the Find what string 2. Fill in the ...
by Bob Hansen
Fri Sep 25, 2009 12:14 am
Forum: General
Topic: Using Textpad from Excel
Replies: 1
Views: 305

I use Macro Scheduler for tasks like that. The macros in Macro Scheduler can call a TextPad macro or perform the TextPad keystrokes itself. And the macros can be edited. Info available here: http://www.mjtnet.com/macro_scheduler_pro.htm TextPad and Macro Scheduler are my two "cannot live without ...
by Bob Hansen
Thu Sep 17, 2009 8:46 pm
Forum: General
Topic: Replace first character on fourth line in every file
Replies: 4
Views: 397

Thanks for looking over my shoulder, Ben. :oops:
You are right, of course, I misread the specs.
by Bob Hansen
Thu Sep 17, 2009 6:05 pm
Forum: General
Topic: Replace first character on fourth line in every file
Replies: 4
Views: 397

This works in TextPad: Search for: (.*)\n(.*)\n(.*)\n1 Replace with: \1\n\2\n\3\n5 The strings above changes from this: line 1 line 2 line 3 1 line 4 line 5 line 6 line 7 1 line 8 line 9 line 10 line 11 1 line 12 line 13 line 14 To this: line 1 line 2 line 3 5 line 4 line 5 line 6 line 7 5 line 8 ...
by Bob Hansen
Sun Sep 13, 2009 3:41 am
Forum: General
Topic: Using custom default colors for document classes?
Replies: 2
Views: 285

Does this help? When making configuration changes I find it best to follow these steps, especially for any changes in Classes: 1. Close all other copies of TextPad. 2. Close all open documents, INCLUDING THE DEFAULT NEW BLANK DOCUMENT. 3. Make the changes you want: Configure/Preferences/...... 4 ...
by Bob Hansen
Fri Sep 11, 2009 11:15 pm
Forum: General
Topic: restore custum settings
Replies: 1
Views: 299

Are you getting BOTH registry files?

Need CURRENT_USER and LOCAL_MACHINE values.
by Bob Hansen
Mon Sep 07, 2009 1:13 am
Forum: General
Topic: Save As dialog box pops up frequently
Replies: 2
Views: 171

Is auto backup set? Configure/Preferences/Backup is where the settings are. If file has never been saved with a file name you will be prompted for a name. Once it has a name this will backup silently in the background. I generally use the name temp.txt so I always know it is OK to overwrite it, and ...
by Bob Hansen
Fri Sep 04, 2009 1:03 am
Forum: Enhancement Suggestions
Topic: Search / Replace Features
Replies: 2
Views: 736

You can create a POLL when you first create a new subject. Here is an example: http://forums.textpad.com/viewtopic.php?t=3775&highlight=macro+editor Here are some guidelines that were suggested many years ago (2003) when Jeffy was doing summaries of suggestions: For consistency with ranking, we ...