Search found 7 matches

by Alex K. Angelopoulos
Wed Sep 08, 2004 12:27 am
Forum: Tips
Topic: Cscript-hosted VBScript Execution: Another technique
Replies: 4
Views: 1714

Re: Cscript-hosted VBScript Execution: Another technique

Going down to the middle, you may want to check "Save all documents first". I do this so I can just edit and run. For people who may not want to "save all documents" there is an option. The last note of TextPad's help topic Tool Parameter Macros states: If a tool uses any of the...
by Alex K. Angelopoulos
Wed Sep 08, 2004 12:26 am
Forum: Tips
Topic: Integrating RegJump as a TextPad tool
Replies: 2
Views: 3837

Integrating RegJump as a TextPad tool

Sysinternals have just released a commandline tool named RegJump that will jump to a registry path given as an argument. It makes a handy tool for use with TextPad, since you can use a $SEL macro on a registry key displayed in TextPad to immediately jump to the registry location. Here's one way to ...
by Alex K. Angelopoulos
Thu Jul 15, 2004 4:50 am
Forum: Enhancement Suggestions
Topic: "Dock Lock" feature
Replies: 0
Views: 228

"Dock Lock" feature

I never change the layout of my TextPad window other than occasionally sliding the separators back and forth (but keeping the same 3 panes - document view, clip library, and document selector - in the same arrangement). I regularly grab the window to move it and find that I have slipped and undocked...
by Alex K. Angelopoulos
Sat Feb 14, 2004 6:37 pm
Forum: General
Topic: Assign a keystroke to a user tool
Replies: 3
Views: 252

s_reynisson wrote:Configure->Preferences->Keyboard->Categories->Tools. HTH
Dang. I didn't know I could do that!
by Alex K. Angelopoulos
Sat Feb 14, 2004 6:30 pm
Forum: Enhancement Suggestions
Topic: InstallationDirectory Parameter under HKLM\Helios?
Replies: 3
Views: 745

InstallationDirectory Parameter under HKLM\Helios?

It would make some things a bit simpler for addins if TextPad would write a REG_SZ "InstallationDirectory" when it is installed, preferably under a version-independent key
HKLM\SOFTWARE\Helios\TextPad\
by Alex K. Angelopoulos
Sat Feb 14, 2004 4:29 pm
Forum: Tips
Topic: Cscript-hosted VBScript Execution: Another technique
Replies: 4
Views: 1714

Cscript-hosted VBScript Execution: Another technique

Below is a general walkthrough of setting up TextPad for flexible scripting use. It varies slightly from the previously posted Tip on how to Run/Debug VBScript code from Textpad in that it does the following: Allows supplying arbitrary arguments as selected code Allows jumping to error lines 1. ADD ...
by Alex K. Angelopoulos
Sat Feb 14, 2004 4:18 pm
Forum: Tips
Topic: Tip on how to Run/Debug VBScript code from Textpad
Replies: 1
Views: 2116

Re: Tip on how to Run/Debug VBScript code from Textpad

Minor erratum. The following is NOT true about MsgBox; MsgBox always calls an actual messagebox for display.
helios wrote: When using CScript, output from Msgbox and Wscript.Echo will be sent to the TextPad Command Results window.

Contributed by David Brown.