Search found 120 matches
- Wed Mar 21, 2018 5:48 am
- Forum: Enhancement Suggestions
- Topic: Broken URL in Help File regarding Registration
- Replies: 0
- Views: 3360
Broken URL in Help File regarding Registration
I'm running TextPad 8.1.2 (32-bit Edition) on an older 32-bit Win7 PC Click TextPad's Help menu, Update License, then click the Help Button The Help File displays the section "Register TextPad Dialog Box" Note that you cannot input your TextPad 3.x license using this dialog box. Please see http ...
- Mon May 17, 2004 5:57 am
- Forum: Java
- Topic: DOS slams shut
- Replies: 1
- Views: 1041
Try adding cmd /k to the beginning of your command. This tells the "DOS" console to carry out the specified command but remain open. In fact, you can click Start, Run and type in cmd /k cmd /? to get more information :) Sometimes you even need cmd /k start "" added to the beginning as mentioned in ...
- Sat May 15, 2004 3:56 am
- Forum: General
- Topic: winhlp32 - how does it work?
- Replies: 2
- Views: 525
You can try KeyHH which provides this ability for most recent help files. Ironically, the documentation about how to install and run the program is poor, so here are some tips: 1) The stetup program creates "C:\WINDOWS\KeyHH.exe" and "C:\Program Files\KeyWorks\KeyHH.its" (Setup never tells you this ...
- Tue May 11, 2004 5:28 am
- Forum: General
- Topic: Not Printing Underscores (_)
- Replies: 2
- Views: 542
Re: Not Printing Underscores (_)
Click on "Yes" .... It's a link to http://textpad.com/forum/viewtopic.php? ... nderscoresAnd let me add: Does anyone have a solution?
- Sun May 09, 2004 3:06 am
- Forum: General
- Topic: file name in title bar of window
- Replies: 2
- Views: 567
I've seen this asked but never solved .... Here are possible workarounds: 1) View > Document tabs. Each tab should contain a file name. 2) If you usually work with files from one folder, you can use VSubst to assign a virtual drive letter to that long path. For eamples, "C:\Documents and Settings ...
- Thu May 06, 2004 8:47 pm
- Forum: General
- Topic: Visual Page Break Marco?
- Replies: 2
- Views: 584
- Fri Apr 16, 2004 5:47 am
- Forum: General
- Topic: Getting Tool Parameters
- Replies: 1
- Views: 468
You need to use a scripting language such as AutoIt v3 to do that. Here's one way: Command: AutoIt3.exe foo.au3 Parameters: $Sel Initial Folder: $FileDir ;Contents of foo.au3 ; Only run your tool if $SEL or the text the user provides is not null $text = $CmdLine[1] $text = "" Then $text = InputBox ...
- Sat Apr 03, 2004 8:57 pm
- Forum: Enhancement Suggestions
- Topic: Major Incredible Feature Omission !!!
- Replies: 16
- Views: 10380
See this thread for alternative methods.
Follow the "Updated Versions" link in one of my posts. One of these days I'll get around to finalizing and submitting these tools to the TextPad add-ons....
Follow the "Updated Versions" link in one of my posts. One of these days I'll get around to finalizing and submitting these tools to the TextPad add-ons....
- Thu Apr 01, 2004 2:22 am
- Forum: Enhancement Suggestions
- Topic: TextPad for Linux
- Replies: 20
- Views: 5599
You may want to look at SciTE http://www.scintilla.org/SciTE.html
It's free for Windows and Linux and offers features such as intellisense-like autocomplete and the collapsing/folding of code blocks.
However, it uses a long text config file instead of Preference Dialog windows.
It's free for Windows and Linux and offers features such as intellisense-like autocomplete and the collapsing/folding of code blocks.
However, it uses a long text config file instead of Preference Dialog windows.
- Thu Apr 01, 2004 2:16 am
- Forum: General
- Topic: Search for something NOT there
- Replies: 4
- Views: 811
If the files in question contain only one line, could you filter them by file size? Otherwise, If you are comfortable with command-line tools here are some ideas: FINDSTR comes with at least Windows XP and has two switches that might help: /V Prints only lines that do not contain a match. /M Prints ...
- Fri Mar 26, 2004 9:45 pm
- Forum: Enhancement Suggestions
- Topic: Use Textpad as your e-mail editor?
- Replies: 1
- Views: 618
- Fri Mar 26, 2004 9:41 pm
- Forum: General
- Topic: How to make the current cursor line top of the screen
- Replies: 2
- Views: 577
- Fri Mar 26, 2004 8:45 pm
- Forum: Enhancement Suggestions
- Topic: Open new window even if "multiple instances" false
- Replies: 2
- Views: 1106
- Fri Mar 26, 2004 8:33 pm
- Forum: General
- Topic: Run from Flash/USB drive?
- Replies: 1
- Views: 666
- Fri Mar 19, 2004 11:27 pm
- Forum: Enhancement Suggestions
- Topic: Copy About Box and other message dialog boxes
- Replies: 4
- Views: 962
Hey, I just learned on another forum that Ctrl+C works for most text boxes. It captures text that looks like the following: --------------------------- TextPad --------------------------- Save changes to Document1? --------------------------- Yes No Cancel --------------------------- Seems to work ...