Skip to content

Releases: GAMS-dev/studio

v1.25.4

Choose a tag to compare

@0x17 0x17 released this 25 Jun 16:34
  • Fixed color theme reset on Windows.
  • Fixed a bug in the GDX Viewer where saving and restoring value filters for equation and variable attributes incorrectly caused all subsequent filters to mirror the configuration of the first active filter.
  • Fixed an error with continuous Quick Find (F3 or Shift+F3) to stop responding in large files.
  • Improved performance of Quick Find.
  • Fixed initial default font size and font size ratio between the editor and the table view.
  • Fixed missing log on a GAMS job with lo=2.
  • File dialogs now use the system's native style instead of the application color theme.
  • Compilation errors in shared files are now isolated to the specific project context that triggered them, preventing markers from appearing in unaffected projects.

This version of GAMS Studio requires GAMS 54. To download GAMS, please visit https://www.gams.com/latest/. To learn more about GAMS Studio, please visit https://www.gams.com/latest/docs/T_STUDIO.html

v1.25.3

Choose a tag to compare

@0x17 0x17 released this 15 Jun 10:40
  • Fixed crash when activating "Find" (Ctrl+F) on "What's New in GAMS".

This version of GAMS Studio requires GAMS 54. To download GAMS, please visit https://www.gams.com/latest/. To learn more about GAMS Studio, please visit https://www.gams.com/latest/docs/T_STUDIO.html

v1.25.2

Choose a tag to compare

@0x17 0x17 released this 12 Jun 15:58
  • Fixed initialization issue that causes a crash.
  • Pressing ESC now clears the selection in the symbol view of the GDX Viewer.
  • Fixed a bug in the GDX Viewer where large data was hidden instead of being truncated to the maximum display limit.
  • Allow F hotkey to switch to full precision in the precision spin box of the GDX Viewer.
  • Added missing disabled states for General Colors Settings.

This version of GAMS Studio requires GAMS 54. To download GAMS, please visit https://www.gams.com/latest/. To learn more about GAMS Studio, please visit https://www.gams.com/latest/docs/T_STUDIO.html

v1.25.1

Choose a tag to compare

@0x17 0x17 released this 10 Jun 13:22
  • Remember the recent filter and tab in the Model Library Explorer during active Studio session.
  • Fixed endless license check loop for some license cases.
  • Improved tooltip when the license couldn't be checked.
  • Enhanced the GDX Viewer symbol view with additional meta data (symbol name and explanatory text).
  • Added a new visibility toggle to the GDX Viewer symbol view to easily hide the search bar and symbol info panel.
  • Introduced an unified cross-platform look and feel with four new custom themes:
    1. Distinct - light: a specialized theme with colorblind-friendly colors for all users.
    2. Dracula - dark: a high-contrast, dark theme with bright colors for higher readability.
    3. Solarized - light: a low-contrast, eye-friendly light theme for bright environments.
    4. Solarized - dark:- a low-contrast, dark background for dim environments.

This version of GAMS Studio requires GAMS 54. To download GAMS, please visit https://www.gams.com/latest/. To learn more about GAMS Studio, please visit https://www.gams.com/latest/docs/T_STUDIO.html

v1.25.0

Choose a tag to compare

@0x17 0x17 released this 27 May 10:18
  • Added double-click action to open a gdx file reference from within a symbol table in GDXViewer.
  • Added MIRO Connector and Secure Module information to license dialog.
  • Added the current license state to the status bar.
  • Added markers to the scrollbar for find and search matches, breakpoints, errors, and bookmarks.
  • Added warning when dropping more than 99 files to the project explorer.
  • The GDX Viewer export facility now truncates automatically determined sheet names exceeding 31 characters.
  • On adding multiple files, Studio doesn't open all files anymore.
  • On opening a project, Studio opens the main file if assigned. Otherwise the project options are opened.
  • Reimplemented the GDX filter dialogs which fixes several focus and keyboard shortcut bugs, especially on macOS.
  • Fixed short blocking behavior when using quick find in a huge file.
  • Fixed matches not being updated when clearing the term in quick find.
  • Fixed initial font size for GDX and reference viewer when the font size has been changed.
  • Fixed occasional crash when updating project base path.
  • Fixed automatic numbering for projects or files with the same name in the Project Explorer that sometimes assigned the same number twice.
  • Fixed: The command line parameter filestem has been ignored for the log-file name.
  • Fixed an issue on Windows where an opt file couldn't be saved under a different suffix, e.g. .op2.
  • Upgraded to Qt 6.11.1

This version of GAMS Studio requires GAMS 54. To download GAMS, please visit https://www.gams.com/latest/. To learn more about GAMS Studio, please visit https://www.gams.com/latest/docs/T_STUDIO.html

v1.24.3

Choose a tag to compare

@0x17 0x17 released this 17 Apr 15:25
  • Fixed an issue where search-in-selection disappeared after scrolling in the LST viewer.
  • Improved position and timeout of tooltip in the Reference viewer.
  • Fixed interrupt of a GAMS process couldn't terminate gracefully on Linux and macOS.
  • Added detection for externally canceled GAMS Engine jobs.
  • Fixed GAMS Engine processing of models containing # in the model name.
  • Fixed an issue where the syntax completer opened unexpectedly when typing closing % characters.
  • Fixed the tab navigation sequence for input elements.
  • Fixed a missing link after a MIRO deployment.
  • Fixed the update checker to be independent of the GAMS update build order.
  • Fixed lost command line parameters after switching from the Welcome Page to another tab.
  • Fixed issues in Quick Find:
    • Added confirmation dialog for Replace All.
    • Fixed a missing initial value when starting replace with Ctrl+R.
    • Fixed a bug that broke the "continue" function in Replace.
    • Corrected several tooltips.
  • Fixed an issue where the Search matches would incorrectly reappear when pressing F4 after it had been closed with Esc.
  • Fixed a bug where the Search dialog failed to respond to navigation keys (< or >) after the Search Result View was closed.
  • Updated the Search Result View title to be more descriptive and user-friendly.
  • Fixed ESC handling in Search. First ESC hides the Search dialog, the second closes and resets the search data.

This version of GAMS Studio requires GAMS 53. To download GAMS, please visit https://www.gams.com/latest/. To learn more about GAMS Studio, please visit https://www.gams.com/latest/docs/T_STUDIO.html

v1.24.2

Choose a tag to compare

@0x17 0x17 released this 13 Mar 11:20
  • Fixed missing matched markers in code editor after scrolling.
  • Fixed file selection mismatch on 'Replace All' for multiple files which included read-only files.
  • Fixed table height of second table in Settings > Workspace.
  • Fixed last line not being removed with Edit > Advanced > Remove Line.
  • Fixed first file from Model Library always got a .gms suffix resulting in an empty file when having a different suffix.
  • Fixed search behavior for This File scope, that jumped back to the previous file when pressing F4.
  • Fixed F4 and Shift+F4 in search, that opened the current dropdown box instead of continuing the search.
  • Fixed an issue where user-selected GAMS directory was ignored when starting studio from within a GAMS installation.
  • Changed behavior when pressing F1 on non-reserved words and non-dollar command options from code editor, jumping to document search page instead of index page.
  • Added check for a valid GAMS installation when Studio starts and show a message box on failure.
  • Added a warning if a higher GAMS version is available when starting Studio with the selected GAMS directory.

This version of GAMS Studio requires GAMS 53. To download GAMS, please visit https://www.gams.com/latest/. To learn more about GAMS Studio, please visit https://www.gams.com/latest/docs/T_STUDIO.html

v1.24.1

Choose a tag to compare

@0x17 0x17 released this 06 Feb 16:14
  • Fixed search and replace in Folder. Before, all files unknown to Studio have been ignored by the replace.
  • Fixed several minor bugs of the new quick-find feature.
  • Added quick-find to Process Log, GAMS Release Notes, and Studio Changelog.
  • Added the search and replace configuration to the settings and restore the configuration when Studio is started.
  • Improved settings field for GAMS System Directory.
  • Renamed 'Remove Project' to 'Close Project' in the Project Explorer context menu.
  • Upgraded to Qt 6.10.2

This version of GAMS Studio requires GAMS 53. To download GAMS, please visit https://www.gams.com/latest/. To learn more about GAMS Studio, please visit https://www.gams.com/latest/docs/T_STUDIO.html

v1.24.0

Choose a tag to compare

@0x17 0x17 released this 26 Jan 15:38
  • Fixed the path to the main file when running MIRO. Before, the main file path always corresponded to the working directory.
  • Fixed enable MIRO menu. Before, the MIRO menu was not enabled in some cases although a correct path has been configured.
  • Fixed wildcard matching for the Model Library dialog, i.e. when wildcard matching was enabled not all models matching the pattern were listed.
  • Improved search and replace dialog selection behavior. Now the result selection is removed when the dialog is closed and no search result list is open.
  • Ensure closing lst files on the file system when the corresponding tab is closed.
  • Improved behavior of --integrated-help=on/off command line option, to ensure the Help View is not unexpectedly disabled when started.
  • Show the LST line number in debug mode when the execution is paused. The information is visible at the very bottom of the debugger.
  • Changed the start directory of the file open dialog to the base directory of the current project.
  • Improved search and replace file pattern, i.e. the default pattern has been changed from * to *.gms. The change is applied to all the cases where a file pattern can be configured.
  • Added GAMS system directory configuration to settings dialog to switch between different GAMS installations.
  • Translate UNC path to a local path for the license dialog, i.e. when the Documents folder on Windows has been moved to a server.
  • Added a quick-find to the bottom of text editors for searching in the current file, called "find".
    • The quick "find" is evoked with Ctrl + F and uses F3 / Shift + F3 to find next / previous.
    • The complex "search" dialog is now evoked with Ctrl + Shift + F and uses F4 / Shift + F4 to search next / previous.

This version of GAMS Studio requires GAMS 53. To download GAMS, please visit https://www.gams.com/latest/. To learn more about GAMS Studio, please visit https://www.gams.com/latest/docs/T_STUDIO.html

v1.23.3

Choose a tag to compare

@MrMontag MrMontag released this 19 Dec 10:23
  • Fixed a GDX Viewer bug where very large symbol data would not load properly.
  • Fixed a crash in the context menu of the Project Explorer, when projects were removed and added.
  • Improved behaviour of the search and replace result, i.e. results within complex editors are no longer shown because they can not be selected or jumped to.

This version of GAMS Studio requires GAMS 52. To download GAMS, please visit https://www.gams.com/latest/. To learn more about GAMS Studio, please visit https://www.gams.com/latest/docs/T_STUDIO.html