Is there a way to improve gams graphical interface Topic is solved

Post Reply
mfirouzin
User
User
Posts: 1
Joined: 6 years ago

Is there a way to improve gams graphical interface

Post 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
Attachments
Capture.JPG
Fred
Posts: 372
Joined: 7 years ago

Re: Is there a way to improve gams graphical interface

Post 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
achristensen
User
User
Posts: 18
Joined: 4 years ago
Location: Fairfax, VA

Re: Is there a way to improve gams graphical interface

Post 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
Post Reply