SublimeFortran icon indicating copy to clipboard operation
SublimeFortran copied to clipboard

User preferences?

Open klonuo opened this issue 8 years ago • 3 comments

Maybe there should be setting preferences, like most ST plugins have?

For example, for setting gfortran executable?

On my system gfortran is not on PATH. So I either have to put the folder on my PATH (which I don't want to do, as I dont want to expose all programs from mingw/bin folder just like that) or manually change lines where gfortran is referenced.

klonuo avatar Jul 05 '16 00:07 klonuo

As far as I know this is not possible in the build system. I've tried using ${fortran_gfortran_executable:gfortran} as the executable, but only certain variables are allowed. You can already configure the executable and path for the linter using SublimeLinter's settings.

315234 avatar Jul 05 '16 09:07 315234

You are right... I should just wrap gfortran in batch file and put it on path.

klonuo avatar Jul 05 '16 12:07 klonuo

I'll put in an API request for this.

315234 avatar Jul 05 '16 12:07 315234