Page 1 of 1

Is there a way to improve gams graphical interface

Posted: Mon May 07, 2018 4:15 pm
by mfirouzin
Hi all
GAMS is a very strong Optimization Tool but It does not look good :D
for example, you cant see your codes in a clean way with good colors and option cant do this for you
I have a Problem
Is There any way to eliminate this line in GAMS Window?
The Picture attached

Re: Is there a way to improve gams graphical interface

Posted: Mon May 07, 2018 4:31 pm
by Fred
Hi,

You can disable that line via File --> Options --> Editor --> Right margin position, if you enter 0 in the corresponding field.

Please note that as of Version 25.1 which is currently available as beta version (https://www.gams.com/beta/), GAMS ships a new cross platform IDE called GAMS Studio (see https://www.gams.com/25.1/docs/RN_251.html#g2510_STUDIO).

I hope this helps!

Best,
Fred

Re: Is there a way to improve gams graphical interface

Posted: Wed Nov 13, 2019 4:53 pm
by achristensen
If you use the Atom editor to write gams code (and run things in the terminal) there is some nice syntax highlighting built into the language_gams package (https://github.com/xhokir/atom-language-gams). it doesn't get everything but I find it really helpful.
-- adam