Hi all
GAMS is a very strong Optimization Tool but It does not look good
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
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
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