Search found 120 matches

by CyberSlug
Thu Jan 22, 2004 7:43 pm
Forum: Enhancement Suggestions
Topic: Add "Save Copy As..." to File Menu
Replies: 3
Views: 482

I see two options: 1) Backup the clilpboard to a temporary document buffer and restore it after completing the operation you descripbed: Ctrl+N //new blank doc (buffer) Ctrl+V //paste clipboard Ctrl+Tab //go back to original doc Ctrl+A, Ctrl+C, Ctrl+N, Ctrl+V, Ctrl+S Ctrl+Tab (twice?) to get back to ...
by CyberSlug
Thu Jan 08, 2004 2:33 am
Forum: General
Topic: Redirecting output to a text file in Textpad?
Replies: 3
Views: 268

cmd /c start "" java Hello > output.txt
Might work for Windows 2000/XP (use command for Windows 9x)

as far as printing.... maybe
copy filename lpt1 /b

Someone more familiar with DOS/Batch command probably knows!
by CyberSlug
Thu Jan 08, 2004 12:34 am
Forum: General
Topic: Compiling multiple documents (using the document selector)
Replies: 1
Views: 193

That's not the way it works, but I agree that it should work your way....

See: http://www.textpad.com/forum/viewtopic.php?t=4918
by CyberSlug
Tue Jan 06, 2004 9:16 pm
Forum: Enhancement Suggestions
Topic: Pass all selected files as command-line arguments
Replies: 3
Views: 426

I have a program that might help: It launches a window that allows you to select files, and then runs a program using the selected files. (So it's like an external document selector).

If you could post the command line of your tool, I can configure and post the program.
by CyberSlug
Fri Jan 02, 2004 2:09 am
Forum: General
Topic: Macro to partially fill Find box
Replies: 4
Views: 478

This can be accomplished with a third-party scripting program such as AutoIt version 3 ; Tested with English version TextPad 4.72 and AutoIt 3.0.84 ; WinMenuSelectItem("TextPad", "", "&Search", "&Find...") WinWaitActive("Find") Send("C:") I think I posted more info about how to use AutoIt tools here ...
by CyberSlug
Sun Dec 21, 2003 7:14 am
Forum: General
Topic: Macro Toolbar.exe
Replies: 10
Views: 1226

CrisCia, try http://students.cec.wustl.edu/~plg1/MacroToolbarItalian.exe Italian and English versions of TextPad were different.... I hope I fixed the problem. In this moment I have only 1 tool but on the tools bar it have the number 4 look at Configura > Strumenti > Preferenze If you only see one ...
by CyberSlug
Sat Dec 20, 2003 7:32 pm
Forum: General
Topic: Inserting yesterday's date - more specific date functions.
Replies: 2
Views: 362

See the AutoIt program I mentioned in your other post :) EDIT : Revised code again. Hope it's bug free! ; AutoIt script to insert yesterday's date ; ;; MONTHS--full names $month = StringSplit("January,February,March,April,May,June,July,August,September,October,November,December", ",") ;; COUNT ...
by CyberSlug
Sat Dec 20, 2003 6:54 pm
Forum: General
Topic: Getting user input during macro.
Replies: 3
Views: 432

Not to my knowledge.

However, there are third-party scripting tools which can be used instead.
I like AutoIt. See downloads and support forum

For a few examples of how AutoIt can be integrated with TextPad, see here:
http://www.textpad.com/forum/viewtopic.php?t=4721

Hope that helps
by CyberSlug
Fri Dec 19, 2003 6:36 am
Forum: General
Topic: Macro Toolbar.exe
Replies: 10
Views: 1226

Bob Hansen wrote:What is Macro Toolbar.exe and where can it be located?
Always interested in new utilities.
http://www.textpad.com/forum/viewtopic.php?t=4823
by CyberSlug
Thu Dec 18, 2003 8:25 pm
Forum: General
Topic: Problem pasting from word
Replies: 7
Views: 582

Also, what font(s) do you use in Word and TextPad?

Some fonts do not have glyphs--I think that's the term--defined for each symbol.
by CyberSlug
Thu Dec 18, 2003 5:53 pm
Forum: General
Topic: Macro Toolbar.exe
Replies: 10
Views: 1226

1) Write down the name of the macro. 2) Configure > Preferences > Tools > Add > Program 3) Point it to "Macro Toolbar.exe" > Apply 4) Configure the tool: Parameter: is the name of the macro in quotes. Initial Folder: $FileDir 5) View > Toolbars > Customize > add the tool icon/button Hope that helps ...
by CyberSlug
Wed Dec 17, 2003 10:53 am
Forum: General
Topic: Macro Toolbar.exe
Replies: 10
Views: 1226

You cannot change toolbar buttons unless you hack the TextPad.exe file, and that may be against the license... Anyway I see you've got my tool :D http://www.textpad.com/forum/viewtopic.php?t=4823 My program works by (1) finding a macro on the macro toolbar and then (2) sending automated keystrokes ...
by CyberSlug
Wed Dec 17, 2003 10:45 am
Forum: General
Topic: How edit and modify macros?
Replies: 2
Views: 165

You cannot :-(

This is one of the top three requested features, and I hope TextPad gets this feature soon.
by CyberSlug
Wed Dec 17, 2003 7:00 am
Forum: Enhancement Suggestions
Topic: Syntax Files - Dynamic Keywords
Replies: 13
Views: 2911

is also useful for a language that uses lots of labels for routines. Highlighting all words that end in colons is not currently possible, as far as I know. (Something like ^.+:$ or ^.+:[[:blank:]]*$ might work). Also, the simulation language Simscript uses a dotted notation so all of its functions ...
by CyberSlug
Sun Dec 14, 2003 5:23 am
Forum: General
Topic: A minor annoyance, the select program dialog box.
Replies: 9
Views: 677

In conclusion, it's not the same start for TP, from a shortcut on my desktop or directly from the Start menu. Anyone care to take a stab at that one? I went to the properties of the TextPad shortcut on my Start Menu and the "Start in" field was blank! When you try to manually create a shortcut for ...