thegooglecodearchive / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 1 forks source link

[launch] Allow several placeholders #200

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Plugin: Launch

I'd like to have several placeholders in launch, so that one can provide the 
executed programs with more information.

E.g. it would be very nice, if I could tell gcc to compile a file named 
"file.c" to a binary named "file" (without the -c switch). For that to be 
possible, one needs placeholders for the whole filename and the filename 
without extension. Other options would also be nice.

Original issue reported on code.google.com by martin.s...@nerdluecht.de on 20 Nov 2011 at 9:40

GoogleCodeExporter commented 9 years ago
I am planning to add a template system to future version that should handle 
this by using replaceable param keywords.

Original comment by CodyPrec...@gmail.com on 18 Dec 2011 at 5:55