Search found 7 matches
- Wed Sep 08, 2004 12:27 am
- Forum: Tips
- Topic: Cscript-hosted VBScript Execution: Another technique
- Replies: 4
- Views: 2308
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 macros $File ...
- Wed Sep 08, 2004 12:26 am
- Forum: Tips
- Topic: Integrating RegJump as a TextPad tool
- Replies: 2
- Views: 8583
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 ...
- Thu Jul 15, 2004 4:50 am
- Forum: Enhancement Suggestions
- Topic: "Dock Lock" feature
- Replies: 0
- Views: 340
"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 ...
- Sat Feb 14, 2004 6:37 pm
- Forum: General
- Topic: Assign a keystroke to a user tool
- Replies: 3
- Views: 362
- Sat Feb 14, 2004 6:30 pm
- Forum: Enhancement Suggestions
- Topic: InstallationDirectory Parameter under HKLM\Helios?
- Replies: 3
- Views: 979
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\
HKLM\SOFTWARE\Helios\TextPad\
- Sat Feb 14, 2004 4:29 pm
- Forum: Tips
- Topic: Cscript-hosted VBScript Execution: Another technique
- Replies: 4
- Views: 2308
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 ...
- Sat Feb 14, 2004 4:18 pm
- Forum: Tips
- Topic: Tip on how to Run/Debug VBScript code from Textpad
- Replies: 1
- Views: 2548
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.