Sublime Forum

Console parameters like Geany

#1

The only reason I continue to use Geany instead of Sublime is that I can compile and run a file with just a push of a button, even with languages like C and C++ that require command line parameters because Geany allows you enter command line parameters for any language. Whereas Sublime only supports make files which you have to change every time you make a new file.

0 Likes

#2

You can always make a plugin that prompts for parameters and runs whatever build command you want.

0 Likes