Skip to content

v0.0.8-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@chrispahm chrispahm released this 20 Oct 12:09
· 8 commits to main since this release
eebf086

New Features

GAMS Model tree view

The GAMS Model tree view provides an overview of all included GAMS files in the current model. It's a tree representation of the Include File Summary. The GAMS Model tree view is located at the bottom of the "File Explorer" sidebar.

image

By clicking on a file entry, the location where the file is included in the GAMS code will be opened in the current editor.
The types of includes that are shown in the tree structure (e.g. INCLUDE, BATINCLUDE, etc.) can be toggled:
image

Individual files can also be removed from the Model tree view by clicking the "Hide file from tree view" icon at the right of a file entry.
image

Hidden files can be reset by clicking the "Reset hidden files" in the navigation bar of the GAMS Model Tree view
image

Bugfixes