Search found 120 matches

by CyberSlug
Fri Mar 19, 2004 6:37 am
Forum: Enhancement Suggestions
Topic: Copy About Box and other message dialog boxes
Replies: 4
Views: 808

Agreed!

Because a lot of software has the same issue you describe, I use the program Copy Text.
by CyberSlug
Sat Mar 13, 2004 1:44 am
Forum: General
Topic: Find dialog in a macro, strange, again :roll:
Replies: 7
Views: 529

Just gave that script a quick run, it does not work. I probably should have warned you script was untested because I don't use TextPad keystroke compatibility and "Changing the emulation [would kill] all custom key assignments." The AutoIt help file (AutoIt.chm) is a really good place to ...
by CyberSlug
Thu Mar 11, 2004 8:51 pm
Forum: General
Topic: Find dialog in a macro, strange, again :roll:
Replies: 7
Views: 529

Might try AutoIt

Code: Select all

; AutoIt v3.0.100 sample script
Send("{Home}+{End}^c")
Send("^{Tab}^{Home}")
Send("{F5}")
WinWaitActive("Find")
Send("^v")
Send("!m{Esc}")
Send("^{Tab}{Home}{Down}")
by CyberSlug
Fri Mar 05, 2004 9:23 pm
Forum: General
Topic: HotKeys for Tools stopped working
Replies: 4
Views: 201

Do you have any hotkey programs that might be setting a global Ctrl+1 hotkey?

You might try reassigning Ctrl+Shift+1 or Alt+Ctrl+1 to see if those work.
by CyberSlug
Sat Feb 28, 2004 5:13 am
Forum: Enhancement Suggestions
Topic: Find and Replace - Grand Unification Theory
Replies: 32
Views: 14255

I agree :!:

Also, make the window dockable (like the Document Selector and Clip Library)!
by CyberSlug
Wed Feb 25, 2004 12:50 am
Forum: Enhancement Suggestions
Topic: Syntax highlighting for Matlab
Replies: 4
Views: 552

Try this:

Code: Select all

[Syntax]
CommentStartAlt = )'
Configure the Comments2 color to be the same as the Brackets color.
by CyberSlug
Tue Feb 24, 2004 7:31 pm
Forum: General
Topic: AutoIt Context Sensitive Help
Replies: 2
Views: 186

I was really confused, too, when I ran the installer a few weeks ago. For me, the file installed to c:\windows\keyHH.exe By the way, keyHH might not be needed. Trids, who is a memeber of both TextPad's and AutoIt's forums, posted the keyHH info for use with an older version of TextPad. Trids said he...
by CyberSlug
Mon Feb 23, 2004 11:16 pm
Forum: Enhancement Suggestions
Topic: Larger fields for Search/Replace
Replies: 4
Views: 498

I thought I had seen instructions posted on how to "hack" TextPad to change the font, but couldn't find them when I searched the forum.
by CyberSlug
Mon Feb 23, 2004 10:13 pm
Forum: General
Topic: Can my SYNTAX DEFINITION file hilight the following . . .?
Replies: 3
Views: 349

The bad news: SyntaxStart= and SyntaxEnd= are only useful for HTML files, sorry. SingleCommentCol = and SingleCommentColAlt = are only useful in conjunction with the other strings, so they are also out. StringStart=, StringEnd=, CharStart=, CharEnd=, StringAlt= do not help either. They can only be ...
by CyberSlug
Mon Feb 23, 2004 9:50 pm
Forum: General
Topic: Blank line
Replies: 11
Views: 965

i guess i got it running, but when autoit sees a "()" gives an error, saying cant parse the file! can you hlp pls? 1) Make sure you have the lastest AutoIt version 2) Copy the code exactly and save it with the file extension .au3 3) Make sure TextPad is running 4) Double click the .au3 fi...
by CyberSlug
Mon Feb 23, 2004 5:07 am
Forum: Enhancement Suggestions
Topic: Improving Find / Replace
Replies: 8
Views: 1127

Fix for #1 using the free scripting tool AutoIt . Visit its friendly support forum Code can be modified for desired behavior.... ; AutoIt 3.0.100 Script ; Automatically gets rid of "Cannot Find" dialogs in TextPad ; and puts the info in TextPad's statusBar. ; This script automatically term...
by CyberSlug
Mon Feb 23, 2004 4:55 am
Forum: General
Topic: Can my SYNTAX DEFINITION file hilight the following . . .?
Replies: 3
Views: 349

Not possible, sorry. One idea is to do something like this (change symbols if you want...): [Syntax] CommentStart = DIR CommentEnd = @ CommentStartAlt = DENTAL CommentEndAlt = # SingleComment = // However, you'd need to type the lines slightly differently: DIR — 2 BAY AREA @ DENTAL DIR — C — B...
by CyberSlug
Mon Feb 23, 2004 4:50 am
Forum: General
Topic: Blank line
Replies: 11
Views: 965

The scripting language AutoIt can let you simulate two Enter keypresses. AutoIt's Support Forum link ; AutoIt 3.0.100 Script ; When run, the Enter key in TextPad inserts two lines. ; Script automatically terminates when TextPad is closed. ; Opt("TrayIconHide", 0) ;0=show, 1=hide HotKeySet(...
by CyberSlug
Thu Feb 19, 2004 2:00 am
Forum: General
Topic: Single key Comment/uncomment
Replies: 3
Views: 366

a collection of tools I need to update which included "Bookmark replace" It limits a replace operation to bookmarked lines. If regular expressions are used, something like this might achieve your goal (untested): Find What: ^ Replace with: ' & I'll keep your request in mind when I get...
by CyberSlug
Tue Feb 17, 2004 1:31 am
Forum: General
Topic: Tools are grayed out when an error occurs when using a tool.
Replies: 1
Views: 94

this program re-enables grayed out buttons/checkboxes/menus.

Use it to access the tools via the tools menu; I don't know if icons on the toolbar can be re-enabled.