+11

A method to prompt for build arguments?

Matt Long fa 13 anys updated by Oktay Acikalin fa 13 anys 1
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"
+1
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?