Search found 686 matches: command*
Searched query: command*
- Fri Jan 03, 2025 8:02 am
- Forum: Java
- Topic: Textpad 9.6.2 issue with JDK 23
- Replies: 1
- Views: 740
Re: Textpad 9.6.2 issue with JDK 23
Have you read Compiling Java Works, Executing Java Doesn't ? the java SDK commands dropdown I don't think such a thing ever existed in TextPad - you basically just add your own Tools as Program to be executed: To compile Java code into a .class file you have to execute javac.exe with the .java file ...
- Wed Jan 01, 2025 3:37 am
- Forum: Java
- Topic: Textpad 9.6.2 issue with JDK 23
- Replies: 1
- Views: 740
Textpad 9.6.2 issue with JDK 23
Hi. I was using Textpad 9.6.2 for a java class at my school. I installed jdk23 before textpad and set my \jdk-23\bin directory in path, yet Textpad still can't detect it. I couldn't get the java SDK commands dropdown in Configure > Preferences > Tools > Add. Is there anything I should do to resolve ...
- Sat Nov 30, 2024 10:15 pm
- Forum: General
- Topic: Customizing TextPad for Enhanced Workflow – Need Advice
- Replies: 2
- Views: 714
Re: Customizing TextPad for Enhanced Workflow – Need Advice
I’ve tried using the “Document Tabs” feature, but I’m wondering if there are more advanced techniques or plugins available to enhance this. This sounds like ChatGPT scripted this text and these "requests" are pretty vague, especially with using the adjective "enhanced" - if "Document Tabs" doesn't f ...
- Fri Nov 08, 2024 9:35 pm
- Forum: General
- Topic: Capitalize - Ctrl+Shift+U not working V8.20
- Replies: 7
- Views: 1133
Re: Capitalize - Ctrl+Shift+U not working V8.20
Not sure what to advise. As you are W11 (like me) do you have anything that traps keyboard commands before TextPad sees it? I'm thinking Ctrl+Shift+U is something to do with a driver on your computer, graphics etc?
I was once caught out by a shortcut that turned the screen upside down.
I was once caught out by a shortcut that turned the screen upside down.
- Fri Aug 02, 2024 7:16 am
- Forum: Enhancement Suggestions
- Topic: Command line switch to execute a macro on startup
- Replies: 6
- Views: 8990
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 ...
- Thu Jun 27, 2024 5:15 pm
- Forum: General
- Topic: Issues with SVG files, and opening from File Explorer
- Replies: 26
- Views: 14033
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 ...
- Mon May 27, 2024 4:19 pm
- Forum: General
- Topic: EditLowerCase command not working in a bigger Macro?
- Replies: 2
- Views: 5506
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 ...
- Fri Feb 09, 2024 9:14 pm
- Forum: Enhancement Suggestions
- Topic: Ctrl-F to bring up find dialog when nothing highlighted
- Replies: 3
- Views: 5810
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 ...
- Sat Jan 06, 2024 11:07 am
- Forum: General
- Topic: My menu bar vanished
- Replies: 4
- Views: 4286
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 ...
- Wed Jan 03, 2024 9:09 am
- Forum: General
- Topic: macro language reference
- Replies: 2
- Views: 4374
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 ...
- Thu Aug 24, 2023 4:31 pm
- Forum: HOW-TOs
- Topic: How to silently install TextPad with a multi-user license
- Replies: 2
- Views: 20212
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 ...
- Thu Aug 03, 2023 8:55 am
- Forum: General
- Topic: Save as and save all buttons not in the standard toolbar
- Replies: 7
- Views: 3262
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.
- Wed Aug 02, 2023 11:35 pm
- Forum: General
- Topic: Save as and save all buttons not in the standard toolbar
- Replies: 7
- Views: 3262
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.
- Wed Jun 14, 2023 7:40 am
- Forum: Enhancement Suggestions
- Topic: Macro playback enhancement
- Replies: 1
- Views: 6572
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 ...
- Tue Apr 25, 2023 11:10 pm
- Forum: General
- Topic: User Macro
- Replies: 3
- Views: 4112
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 ...