Search found 1517 matches

by Bob Hansen
Tue Jan 19, 2010 7:47 pm
Forum: WildEdit
Topic: Is there an Option to obtain a VERBOSE log of changes?
Replies: 4
Views: 3526

Does TextPad's Tools/Compare Files not work for you?
by Bob Hansen
Sun Jan 17, 2010 1:28 am
Forum: General
Topic: Haiti contributions get free license to Macro Scheduler.
Replies: 0
Views: 141

Haiti contributions get free license to Macro Scheduler.

For many years I have recommended Macro Scheduler as a product to complement TextPad and provide Macro tools. Both products work very well together. Well, today they (MJT) announced free licenses to Macro Scheduler Lite for donations to a legitimate Haiti Fund. Here is an excerpt: If you donate at l...
by Bob Hansen
Fri Jan 15, 2010 12:35 pm
Forum: General
Topic: Line feeds inside a class expression
Replies: 1
Views: 167

TestPad RegEx does not handle unknown number of multiple \n codes. But there are two work arounds that seem to work. 1. Use WildEdit, which does handle the multiple lines. 2. Using TextPad: First replace all }\n" with an unused character like the tilde (~). Then, do your Search/Replace scanning...
by Bob Hansen
Wed Jan 13, 2010 3:06 am
Forum: General
Topic: insert and replace test
Replies: 4
Views: 406

This works for one or more leading digits : Search for: ^([0-9]+),, Replace with: 00\1 Per your example, using comma "," for spaces. Use the following settings: ----------------------------------------- [ X ] Regular expression Replace A ll ----------------------------------------- Configu...
by Bob Hansen
Wed Jan 13, 2010 1:58 am
Forum: General
Topic: insert and replace test
Replies: 4
Views: 406

Based on your description, this sounds doable. But, I am finding your explanation confusing. Could you provide a better example of Before and After strings? Use real examples vs. <character> and <zero>. It would be useful to use another char to represent the <space> so the count of spaces can be seen.
by Bob Hansen
Sun Jan 10, 2010 3:29 am
Forum: General
Topic: Is There A Way To Delete Unnecessary Hyphens?
Replies: 9
Views: 493

Ben's solution was neater than mine.

But I am curious if mine did not work for you?
by Bob Hansen
Sat Jan 09, 2010 6:54 pm
Forum: General
Topic: Is There A Way To Delete Unnecessary Hyphens?
Replies: 9
Views: 493

ak47wong did provide you with a solution that matched exactly what you requested: If I could search for a sequence where a hyphen/dash is inserted between two consonants . But now you have changed the specs. Here is a structure that you can complete: Search for (b)-(b)|(c)-(c)|(d)-(d)|.......|(z)-(z...
by Bob Hansen
Wed Jan 06, 2010 8:27 pm
Forum: General
Topic: Saving search / replace settings (regexp etc)
Replies: 2
Views: 245

Make a Clip Library for your Regex parameters. Then you can Copy/Paste into the string boxes.

You can also add notes to the individual clips to help explain anything that mght be confusing.
by Bob Hansen
Tue Jan 05, 2010 1:13 am
Forum: General
Topic: Edit TextPad Macros
Replies: 9
Views: 1301

I don't think any wounds have been opened.

I think this discussion did exactly what it should. Tried to provide a solution to a problem and clarified any misunderstandings.

Kudos to all.
by Bob Hansen
Mon Jan 04, 2010 4:52 am
Forum: General
Topic: haml syntax display
Replies: 6
Views: 434

From the TextPad HELP file: -------------------------------------- Syntax Definition Files Syntax definition files contain the information TextPad uses to highlight keywords in different colors. A standard set is provided for common programming languages, and contributed files are available from the...
by Bob Hansen
Mon Jan 04, 2010 1:43 am
Forum: General
Topic: haml syntax display
Replies: 6
Views: 434

From my first response: You just need to edit another syntax file and save it with a new name for haml syntax. What do you not understand? 1. Open an existing syntax file in TextPad. 2. Edit it to reflect the needs of the haml file, use the TextPad HELP. 3. Save the edited file as haml.syn. 4. Creat...
by Bob Hansen
Mon Jan 04, 2010 12:40 am
Forum: General
Topic: haml syntax display
Replies: 6
Views: 434

You just need to edit another syntax file and save it with a new name for haml syntax. Seach this forum for posts on "create syntax", include BOTH words. Also see the TextPad HELP section on "Syntax Definition Files". Once the syntax file is created, you need to associate that sy...
by Bob Hansen
Fri Jan 01, 2010 8:25 pm
Forum: General
Topic: Edit TextPad Macros
Replies: 9
Views: 1301

For Bruce: TextPad does not provide a tool to edit its macros, so a work around must be used. I have mentioned the solution that worked best for ME. Others have suggested other macro tools that are less expensive. I would not recommend another tool that I have not qualified. AutoIt v3 is a free macr...
by Bob Hansen
Fri Jan 01, 2010 5:07 am
Forum: General
Topic: Replace AlphaNumeric.anything
Replies: 2
Views: 397

Do you need to redefine your needs?

You did not mention it, but I suspect you also want to remove the space character after the period. If so, just add a space character after the period in benjosephs solution.
by Bob Hansen
Fri Jan 01, 2010 4:54 am
Forum: General
Topic: Print Syntax Highlights to html?
Replies: 4
Views: 375

I am using 4.73 and the feature is available in that version. Edit / Copy Other / As a HTML page is right there. But it will be greyed out if no text is selected. So, just do CTL-A to Select All, then use the Copy Other ... function. You could create a macro to do that, and assign a Hot Key to the m...