On 4 June 2012 17:07, מתן הרשקוביץ <[email protected]> wrote: > Fellows, > > > I was thinking of the following feature: when executing a script from Geany, > it should detect if any parameters from the command prompt (@ARGV) are > required and if the answer is yes, Geany will query for those parameters. > > > What do you think?
Hi, You can ask for extra parameters for the command run by geany by configuring it as the second non-filetype command (default make custom). Otherwise this should be a plugin that is specific to the shell filetype. You may need some way of passing data back to the command, ask on this ML when you know what you need. Cheers Lex > > > Matan > > ________________________________ > Walla! Mail - Get your free unlimited mail today > > _______________________________________________ > Geany mailing list > [email protected] > https://lists.uvena.de/cgi-bin/mailman/listinfo/geany > _______________________________________________ Geany mailing list [email protected] https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
