Search found 25 matches

by Lostgallifreyan
Wed Feb 23, 2005 7:36 pm
Forum: General
Topic: copy and paste from Outlook
Replies: 6
Views: 661

Curious.. Sounds like tabs converted to spaces on pasting, possibly, then on saving, the trailing spaces may be stripped. All this would depend on your settings for TextPad, and I can't remember what the defaults are. Also, copies from HTML rendered in the browser or any app that uses the browser en...
by Lostgallifreyan
Wed Feb 23, 2005 1:40 pm
Forum: General
Topic: copy and paste from Outlook
Replies: 6
Views: 661

ok.. I'm not sure what the best fix is, but I think what I'd do to remove momentary annoyance is to click in the position I want to work from, then press the Enter key to make a newline or two, then when I click back to the working point I can type without it misbehaving. Then delete newlines lines ...
by Lostgallifreyan
Tue Feb 22, 2005 4:17 pm
Forum: General
Topic: copy and paste from Outlook
Replies: 6
Views: 661

Typing at the end, or in the body of text? If the end, I don't know, but if it's in the bulk of the text, it's probably just the wordwrap being made to constantly revise the best point to break a line as you add more to it. Also, the presence of tab characters (Hex 09) might have a dramatic effect o...
by Lostgallifreyan
Tue Feb 22, 2005 4:09 pm
Forum: General
Topic: Colum Mode alternative?
Replies: 12
Views: 1553

Or drag select, then Tab. :) xus, I take your point about UltraEdit, and the column fill, but the thing with TextPad is that although things like this are usually a couple more clicks away, the power is great. It's the difference between having lots of dedicated functions, and having a simple syntax...
by Lostgallifreyan
Tue Feb 22, 2005 3:46 pm
Forum: General
Topic: "Select Cancel" working only on second request
Replies: 4
Views: 382

One possible cause is the Alt key has been pressed, and has either not been re-pressed, or has not been followed up with a keyboard shortcut that would have used it. To check for this, look at the cursor, which would be an arrow and not an 'I beam' if poised over the editing area. Either a re-press,...
by Lostgallifreyan
Sun Feb 20, 2005 8:36 am
Forum: General
Topic: Search/Replace autoupdate during macro execution?
Replies: 5
Views: 497

thanks. I voted in that one now. :) About the Ctrl + F, it won't do it, unless you prime it with the use of Ctrl + F before the macro is called. It's not enough to highlight the string, you must do at least one Ctrl + F before calling the repeating Ctrl + F macro. This pump priming trick will NOT wo...
by Lostgallifreyan
Sun Feb 20, 2005 8:04 am
Forum: Enhancement Suggestions
Topic: binary file improvements
Replies: 5
Views: 1263

Bump :twisted:

Thanks for the head's up, s_reynisson, I just backed this in full.
by Lostgallifreyan
Sat Feb 19, 2005 9:50 pm
Forum: General
Topic: Search/Replace autoupdate during macro execution?
Replies: 5
Views: 497

Thankyou. My searching wasn't too good today, I got too few results, or too many, either way I missed that thread. And, it basically confirms what I said. :) I knew about Ctrl + F, but the number of lines with a given subject string is arbitrary, so I never considered it as part of a strict repeatin...
by Lostgallifreyan
Sat Feb 19, 2005 3:57 pm
Forum: General
Topic: Search/Replace autoupdate during macro execution?
Replies: 5
Views: 497

Search/Replace autoupdate during macro execution?

I have a sorted list, a forum archive with posts formatted to one line each, lines sorted by subject into blocks. I need to insert blank lines between blocks to ease further work. I'd have the source data file open, and also one empty document to receive data from it. My idea is to build a macro tha...
by Lostgallifreyan
Sat Feb 19, 2005 10:48 am
Forum: General
Topic: Problem with search & replac on selected text
Replies: 3
Views: 479

There's an easy and very fast way round this one. Select lines. While holding Ctrl, press C N V Home. Press F8, do the manual search/replace you want, then press Esc to close the dialog. While holding Ctrl, press A C Tab V. If you do this a lot you might want to close temporary documents to avoid gr...
by Lostgallifreyan
Sat Feb 19, 2005 10:09 am
Forum: General
Topic: Stable Sorting Algorithm Needed.
Replies: 14
Views: 1934

Keith, I've decided to mess with sorting stuff outside of this issue now, as my interest is hooked, but I've found the answer to the problem, one I (and others) already mentioned, but I didn't see the significance until my efforts gave me insights into (lack of) ease and (lack of) speed. (Lua was ve...
by Lostgallifreyan
Fri Feb 18, 2005 6:38 pm
Forum: General
Topic: Cursor offset
Replies: 3
Views: 267

Tedious workround: Select string starting at byte of interest, make string big enough to avoid likely dupes in file. Copy to clipboard. Avoid newlines if possible. Close app, rename file with binary filetype extension, rightclick to open in TextPad, then use Find on clipboard contents. The first byt...
by Lostgallifreyan
Fri Feb 18, 2005 5:56 pm
Forum: General
Topic: Colum Mode alternative?
Replies: 12
Views: 1553

There are several fast tricks that can help with making columns, using TextPad's block select. One is setting tabs to a large value, then replacing the seperator (comma) with a tab, using RexExp replace \t to do it. Then block select any surplus space after converting tabs to space (most easily done...
by Lostgallifreyan
Fri Feb 18, 2005 12:07 pm
Forum: General
Topic: Stable Sorting Algorithm Needed.
Replies: 14
Views: 1934

ty Drxenos, I like that post. :) What I'm working on is a Lua thing with merge-sort, and swap-sort once a threshold of sub table size is reached. It's simple, and offers the chance to choose a scalable way to reduce memory use at the expense of slower performance. (And it might also solve the ineffi...
by Lostgallifreyan
Fri Feb 18, 2005 11:51 am
Forum: General
Topic: Colum Mode alternative?
Replies: 12
Views: 1553

TextPad's block mode rocks! :) Remember the shortcut: Hold the Alt key then click and drag. (If you are already in block mode, same move momentarily enters line mode). I think I can guess what that 'competing text editor' might be... Well, if it's UltraEdit, it wasn't as easy and fast as it is in Te...