Search found 24 matches

by David Haslam
Wed Apr 16, 2008 2:52 pm
Forum: General
Topic: replace blocks of words starting and ending with x and y
Replies: 17
Views: 2011

I agree that using star plus gave the same bug

I agree.

Code: Select all

START.+END
gave same symptoms even in TP 4.7.3
by David Haslam
Wed Apr 16, 2008 2:49 pm
Forum: General
Topic: replace blocks of words starting and ending with x and y
Replies: 17
Views: 2011

Version

I am using v4.7.3 and have no plan to upgrade to version 5.2
by David Haslam
Wed Apr 16, 2008 2:44 pm
Forum: General
Topic: replace blocks of words starting and ending with x and y
Replies: 17
Views: 2011

This works for your example

This works for your example:

Code: Select all

START.*END

Code: Select all

1234 START more words END 123 
1234 START xyz END 123 
textpad is fun START abc END la la la
became

Code: Select all

1234  123 
1234  123 
textpad is fun  la la la
You could easily follow it with find two spaces and replace by a single space.
by David Haslam
Wed Apr 16, 2008 2:32 pm
Forum: General
Topic: Change date format
Replies: 2
Views: 493

It would be easy to do this using DataMystic TextPipe

Such a task would be ideally suited to DataMystic TextPipe.
by David Haslam
Mon Apr 14, 2008 10:46 am
Forum: General
Topic: Replace double quotes within double quotes
Replies: 4
Views: 722

Try DataMystic TextPipe instead

Might I suggest that you consider using DataMystic TextPipe for such a task?I've been using TextPipe Standard for several years, and have been very pleased with it.
by David Haslam
Wed Mar 19, 2008 4:12 pm
Forum: General
Topic: Notepad++ Find dialog has a Count button, why not TextPad?
Replies: 2
Views: 472

Status bar

Yes - I knew that (as a long term Textpad user) - but it ain't as neat, and not nearly so obvious to the rookie user.
by David Haslam
Wed Mar 19, 2008 4:10 pm
Forum: General
Topic: TextPad website home page still shows 5.1 (not 5.2)
Replies: 3
Views: 450

You were right about the cache

In IE use {Shift F5} to refresh works.

It surprised me that the page I had not recently visited was still cached.
by David Haslam
Wed Mar 19, 2008 11:37 am
Forum: General
Topic: Notepad++ Find dialog has a Count button, why not TextPad?
Replies: 2
Views: 472

Notepad++ Find dialog has a Count button, why not TextPad?

The Notepad++ Find dialog has a Count button, so why not add such a feature to TextPad?

Knowing how many occurrences there are for your search string can be very useful feedback (and error check) before you move on to perform a search and replace.
by David Haslam
Wed Mar 19, 2008 11:33 am
Forum: General
Topic: TextPad website home page still shows 5.1 (not 5.2)
Replies: 3
Views: 450

TextPad website home page still shows 5.1 (not 5.2)

The TextPad home page still advertises the latest version as 5.1 rather than 5.2
by David Haslam
Wed Mar 19, 2008 8:41 am
Forum: Enhancement Suggestions
Topic: Unicode Conformance
Replies: 25
Views: 15193

I do a lot of work with Unicode files

During the past 12 months I have worked a lot with Unicode files. Anyone needing further tips on Unicode compatible editors could find useful information by searching the Go Bible Forums . See http://jolon.org/vanillaforum/ I currently use Notepad++ and SC Unipad for most needs, but EditPad Lite ...
by David Haslam
Wed Mar 19, 2008 8:36 am
Forum: Enhancement Suggestions
Topic: Unicode Conformance
Replies: 25
Views: 15193

Even Notepad guesses wrongly about Unicode files

If you search the internet for the phrase

Code: Select all

Bush hid the facts
you will find amusing tales of how Notepad guesses wrong about whether the text file it is opening is Unicode or not.

See http://www.datamystic.com/forums/viewtopic.php?p=1610
by David Haslam
Mon Jun 13, 2005 6:23 pm
Forum: General
Topic: Find and Replace with a delete
Replies: 1
Views: 311

strip out all the COMMAS

What's wrong about {F8} with Find="," and Replace="" ? (without the quotes!) Or do you want the CSV fields aligned in columns? Try Replace="\t" with Regular Expression ticked. You can adjust the tab spacing for a [new] document class. I once made my own document class called "Tab Separated Variables ...
by David Haslam
Fri Jun 10, 2005 7:44 pm
Forum: General
Topic: How to view file details when opening a file
Replies: 2
Views: 319

File save / file open dialogs in Windows - a solution?

You might consider Filebox eXtender from http://www.hyperionics.com/

Not exactly what you wanted - but useful nonetheless.

Have you made use of Textpad Workspaces?
by David Haslam
Fri Jun 10, 2005 7:36 pm
Forum: General
Topic: Multiple item - single search
Replies: 2
Views: 369

Parsing log file data

Off-topic as regards Textpad, but you might wish to consider DataMystic TextPipe for parsing log files.I found TextPipe Standard was a ready made solution to process CSV files that had more than 256 fields, so that I could open them using Excel.