+12
A method to prompt for build arguments?
Hi, is there any way to have a variant of the build command to prompt for build arguments?
I'd like to be able to do this to start a build for a particular target.
E.g. F7 -> runs make
Shift + F7 -> prompt so I can run "make clean" or "make my_target"
I'd like to be able to do this to start a build for a particular target.
E.g. F7 -> runs make
Shift + F7 -> prompt so I can run "make clean" or "make my_target"
+1
Oktay Acikalin 14 år siden
Have you tried to write a plugin which first asks for user input with the default build command pre populated and than executes it in the console view?
Kundesupport af UserEcho