Search found 5 matches

by bill2009
Thu Mar 31, 2022 3:27 pm
Forum: General
Topic: keyboard shortcut to start a custom tool
Replies: 2
Views: 873

ben_josephs wrote:Configure | Preferences | Keyboard | Categories: Tools | Commands: Your command | Press any shortcut key: ... | Assign | OK
Wow - excellent - thanks very much
by bill2009
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?
by bill2009
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 ...
by bill2009
Thu Aug 16, 2012 4:04 pm
Forum: General
Topic: passing file names to bat files
Replies: 1
Views: 642

***********OK****************

I understand the behavior now. This will happen with any bat file substitution. If I change the content of the file I'm editing, $BaseName substitutes ok. If I have not changed the file it does not.

for example:
echoer.bat
echo %1

works once when the file is changed ...
by bill2009
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 ...