Search found 683 matches: command*

Searched query: command*

by AmigoJack
Fri Aug 02, 2024 7:16 am
Forum: Enhancement Suggestions
Topic: Command line switch to execute a macro on startup
Replies: 6
Views: 2976

Re: Command line switch to execute a macro on startup

In the future (or on other boards) you may want to make more than one attempt, since commandline and parameter* do find posts (the asterisk finds not only "parameter" but also words starting with that, like "parameter s " - likewise searching for command* does find posts, too, but you can use the ...
by bbadmin
Thu Jun 27, 2024 5:15 pm
Forum: General
Topic: Issues with SVG files, and opening from File Explorer
Replies: 26
Views: 4258

Re: Issues with SVG files, and opening from File Explorer

@MrSpock: to allow for spaces in file pathnames, put the %1 in the registry in quotes. Assuming that was not an issue, if TextPad is started with the name of a file in its parameters, it will either open it, or ask if you want to create it. Try it for yourself by running these commands in a command ...
by BruceMarriott
Mon May 27, 2024 4:19 pm
Forum: General
Topic: EditLowerCase command not working in a bigger Macro?
Replies: 2
Views: 1940

EditLowerCase command not working in a bigger Macro?

I have written a macro with these commands in it: EditLowerCase # SearchReplace Replace = " ", "-", MatchCase, InSelection DoReplaceAll the idea is that if I select text like this in a line: a Test of Making all lc with no Spaces and run the macro I should get: a-test-of-making-all-lc-with-no-spaces ...
by AmigoJack
Fri Feb 09, 2024 9:14 pm
Forum: Enhancement Suggestions
Topic: Ctrl-F to bring up find dialog when nothing highlighted
Replies: 3
Views: 1925

Re: Ctrl-F to bring up find dialog when nothing highlighted

window menu Configure > Preferences in the treeview on the left select Keyboard in Categories select "Search", in Commands select "SearchFind" in Current keys select its "F5" entry, then click Remove button in Press new shortcut key press literally what you want, then click Assign button Likewise ...
by AmigoJack
Sat Jan 06, 2024 11:07 am
Forum: General
Topic: My menu bar vanished
Replies: 4
Views: 3225

Re: My menu bar vanished

I tried all the function keys By default F10 should highlight the window menu in any program (not just TextPad). So does pressing (and releasing) Alt only. To get to the Preferences dialog window press (and release) Ctrl+Q and then P . In there click on the Keyboard node in the treeview on the left ...
by ben_josephs
Wed Jan 03, 2024 9:09 am
Forum: General
Topic: macro language reference
Replies: 2
Views: 3168

Re: macro language reference

If you search the help for "edit macros" you will be directed to a page entitled How to Edit Macros that is also accessible from the help contents page as How To... | Use keystroke macros | Editing You can produce a list of commands with C onfigure | P references | Keyboard | C ategories: All | L ...
by bbadmin
Thu Aug 24, 2023 4:31 pm
Forum: HOW-TOs
Topic: How to silently install TextPad with a multi-user license
Replies: 2
Views: 15945

How to silently install TextPad with a multi-user license

Assumptions: Knowledge of Windows Command Prompt commands and environment variables . Your download folder is at C:\Users\ your-login-id \Downloads. (i.e. %HOMEPATH%\downloads) If you prefer, you can drag and drop the files using File Explorer, rather than using the command prompt copy and move ...
by bbadmin
Thu Aug 03, 2023 8:55 am
Forum: General
Topic: Save as and save all buttons not in the standard toolbar
Replies: 7
Views: 2243

Re: Save as and save all buttons not in the standard toolbar

Drag them from where they are in the list of commands on the Customize dialog box, and drop them where you want them on the standard toolbar.
by AmigoJack
Wed Aug 02, 2023 11:35 pm
Forum: General
Topic: Save as and save all buttons not in the standard toolbar
Replies: 7
Views: 2243

Re: Save as and save all buttons not in the standard toolbar

A rightclick on any toolbar or the window menu to then select "Customize" doesn't work anymore? In its tab "Commands" you can drag anything to your toolbars, or remove it from them. Hence you're unbound to existing toolbars and what they carry.
by AmigoJack
Wed Jun 14, 2023 7:40 am
Forum: Enhancement Suggestions
Topic: Macro playback enhancement
Replies: 1
Views: 3009

Re: Macro playback enhancement

if during a macro playback all external TextPad input is ignored It's difficult to judge if input comes from the program's own windows or from elsewhere. As a result one wouldn't be able to pause/stop a macro anymore, should input be disabled. to not touch anything else on Windows i.e. changing ...
by AmigoJack
Tue Apr 25, 2023 11:10 pm
Forum: General
Topic: User Macro
Replies: 3
Views: 1734

Re: User Macro

Do you want to reassign a macro to an existing menu item? Or do you want to change its keyboard shortcut? In the latter case: Configure > Preferences > Keyboard > Categories: Macros > Commands: [your macro] Current keys: [select currently assigned shortcut] > Remove Press new shortcut key: [what you ...
by bbadmin
Mon Jan 30, 2023 7:13 pm
Forum: General
Topic: Textpad 9.0.1: Bugs in the Windows toolbar
Replies: 3
Views: 941

Have you turned on document tabs? If so, have a look at the Windows menu to see which commands are valid.
by john1857
Sat Apr 16, 2022 4:29 pm
Forum: Enhancement Suggestions
Topic: UTF-8 problems with RTL languages
Replies: 1
Views: 2991

UTF-8 problems with RTL languages

I'm trying to prepare property files for internationalising a Java application, and I've noticed some issues with Textpad's UTF-8 support for right-to-left languages (Arabic, Hebrew). The issues I'm seeing are: 1) A sequence of words is displayed left-to-right rather than right-to-left, even though ...
by MudGuard
Thu Feb 17, 2022 5:00 pm
Forum: General
Topic: Previous Macro Not Working As Expected
Replies: 3
Views: 591

without knowing the macro it's hard to say what goes wrong.

Go to Configure -> Preferences, then Macros, select the macro for your list conversion, and press Edit.

Then copy the stuff from "commands" to here. Preferably in a code block.
by MudGuard
Fri Jan 28, 2022 8:01 pm
Forum: Enhancement Suggestions
Topic: Want "Word" vertical bloc selection
Replies: 8
Views: 4635

Go to preferences, Keyboard, select Zoom in Categories, then one of the three commands, set focus in "Press key" field, then press the combination you want to assign, then click Assign.

You can assign more than one combination to a command ...