Search found 59 matches

by HerNameWasTextPad
Tue Apr 29, 2008 7:24 pm
Forum: General
Topic: three-digits format in replaced form
Replies: 4
Views: 344

I'm sure WildEdit could do it (he says with a wink). Try this: - Search for all {text} literals and Mark All - Edit -> Copy Other -> Bookmarked lines - Paste into a new document - Take the word wrap off the new document, if it's not already off, using Ctrl+Q, W - Configure -> Block Select Mode - Sel...
by HerNameWasTextPad
Tue Apr 29, 2008 5:24 am
Forum: General
Topic: How to specify number of lines per page?
Replies: 5
Views: 294

- Before running the macro, don't forget to take the word wrap off manually (Ctrl+Q, W), for each file that is to be processed - When recording the macro, don't forget to press "Home" after inserting the Page Break character, so that the cursor will be ready for the macro's succeeding iter...
by HerNameWasTextPad
Tue Apr 29, 2008 4:46 am
Forum: General
Topic: How to highlight a sequence of line nos eg 8. 16, 24, 32...?
Replies: 1
Views: 231

You might do something like this: (1) Open the appropriate file, if it's not already open (2) Turn the file's word wrap off, if it's not already off, using Ctrl+Q, W (3) Ctrl+Shift+F2 to clear all bookmarks, if the file is not already clear of bookmarks (4) Ctrl+Home to get the cursor to the top of ...
by HerNameWasTextPad
Fri Apr 25, 2008 8:39 pm
Forum: General
Topic: How to specify number of lines per page?
Replies: 5
Views: 294

ben_josephs wrote:WildEdit . . . can do it.
Right . . . but at the moment "unwatched" appears to be in need of a quick TextPad solution, so "macros to the rescue!"
by HerNameWasTextPad
Fri Apr 25, 2008 6:44 pm
Forum: General
Topic: How to specify number of lines per page?
Replies: 5
Views: 294

A crude solution . . . would be to write a macro to move down 25 lines and insert a page break (Edit - Insert - Page Break). With all due respect, ACRobin, yours is not a crude solution. It is an intelligent solution and, in fact, THE solution, as this is not a job for regular expressions. It is no...
by HerNameWasTextPad
Fri Apr 25, 2008 5:02 am
Forum: General
Topic: Automatically reopen last files?
Replies: 9
Views: 525

. . . not the files you saved as a Workspace. Almost: . . . not the files that you ORIGINALLY saved as a particular workspace, but those that you AUTOMATICALLY saved, whether you realized it, at the time of your closing the instance, by your actively closing the instance. Had you not closed the ins...
by HerNameWasTextPad
Thu Apr 24, 2008 7:55 pm
Forum: General
Topic: Search results: keyboard up/down arrow keys don't work
Replies: 10
Views: 368

First, I should say that I'm running 4.7.3, so maybe I shouldn't comment on issues that concern 5.X.X. However, what has sparked my curiosity is your use of Alt+Tab to switch windows. Try some other means of switching windows, say, Ctrl+F6 (and Ctrl+Shift+F6). Of course I am assuming that Ctrl+F6 is...
by HerNameWasTextPad
Thu Apr 24, 2008 7:13 pm
Forum: General
Topic: Automatically reopen last files?
Replies: 9
Views: 525

Don't worry: After a while, your head's spin will begin to slow to something manageable and your mouth will say things like, "I love this program," "I am now a true power user," "My text editor can do everything yours can and more," and "TextPad to the rescue!"...
by HerNameWasTextPad
Tue Apr 22, 2008 8:00 pm
Forum: General
Topic: I need help to find the solution to find a ";"
Replies: 12
Views: 539

Can we be reasonably certain that all ILLEGITIMATE semicolons in your code ARE preceded by spaces? In other words, could there be any that are NOT preceded by spaces? If some of the illegitimate semicolons are preceded by characters other than spaces, then can we be reasonably certain as to what tho...
by HerNameWasTextPad
Mon Apr 21, 2008 8:45 pm
Forum: General
Topic: Selecting from ... to ... across many lines
Replies: 3
Views: 565

TextPad can do it, in a macro, using regular expressions, with or without the help of bookmarks. First do it manually, so that you can get an idea of what the macro will need to do. The use of bookmarks is recommended for manual execution, because they offer some visual assistance and comfort. Since...
by HerNameWasTextPad
Sun Apr 20, 2008 5:52 am
Forum: General
Topic: Automatically reopen last files?
Replies: 9
Views: 525

If you're still not fully satisfied, do this:

Configure -> Preferences... -> General

[x] Reload last workspace at startup

Since I'm always launching multiple instances of TextPad, I prefer to keep this box unchecked and open workspaces manually. . . .
by HerNameWasTextPad
Sat Apr 19, 2008 6:41 am
Forum: General
Topic: Automatically reopen last files?
Replies: 9
Views: 525

Unless I'm missing what you're saying, the answer is very simple: Just define a workspace called "LastBunch." Open and close, in this workspace, whatever files you want, whenever you want. Whenever you close an instance of TextPad in which the LastBunch workspace is open, TextPad will auto...
by HerNameWasTextPad
Sat Apr 19, 2008 5:37 am
Forum: General
Topic: Upgrading from TextPad 4 to 5 is not a pleasant experience!
Replies: 16
Views: 1816

Before installing TextPad 5.X.X, did you first entirely uninstall TextPad 4.X.X? Once, I tried to install 4.7.2 alongside 4.5, because I didn't want to lose 4.5's preferences and reinstall 4.5 if 4.7.2 turned out to be something other than what I wanted--or something like that. Strange behavior ensu...
by HerNameWasTextPad
Fri Apr 18, 2008 5:55 am
Forum: General
Topic: Document Selector in 5.2.0
Replies: 3
Views: 464

- Try putting the "Tile Horizontally" toolbar button (or the one of your choice) on a toolbar so that you can retile with just a single click. - Try "floating" the Document Selector instead of docking it. Does that eliminate the problem of the Document Selector's modifying the ti...