Wow - excellent - thanks very muchben_josephs wrote:Configure | Preferences | Keyboard | Categories: Tools | Commands: Your command | Press any shortcut key: ... | Assign | OK
Search found 5 matches
- Thu Mar 31, 2022 3:27 pm
- Forum: General
- Topic: keyboard shortcut to start a custom tool
- Replies: 2
- Views: 873
- Thu Mar 31, 2022 1:00 pm
- Forum: General
- Topic: keyboard shortcut to start a custom tool
- Replies: 2
- Views: 873
keyboard shortcut to start a custom tool
is there a way to start one of my custom tools from the keyboard instead of using the mouse to click on its button?
- Sun May 26, 2013 5:42 pm
- Forum: General
- Topic: REgular Expression for assembler output
- Replies: 0
- Views: 1134
REgular Expression for assembler output
My assembler's error messages look like the following > > >wiznetwebolduino.asm(20) CCALL(2): error: symbol undefined (wiznetolduino.asm is the filename and 20 is the line number)
I've developed the following RE which works with find/replace ^> > >([a-z]+\.asm)\(([0-9]+)
i.e. if i replace the RE ...
I've developed the following RE which works with find/replace ^> > >([a-z]+\.asm)\(([0-9]+)
i.e. if i replace the RE ...
- Thu Aug 16, 2012 4:04 pm
- Forum: General
- Topic: passing file names to bat files
- Replies: 1
- Views: 642
- Tue Aug 14, 2012 1:45 pm
- Forum: General
- Topic: passing file names to bat files
- Replies: 1
- Views: 642
passing file names to bat files
I have two bat files set up to run as external tools. Both were added as Dos commands and the definitions look the same. in each case there's a single parameter $BaseName that gets subbed into a command in the bat file via %1. One of these (cca.bat) always works fine. The other, avdv.bat often fails ...