-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8af9e0
commit 47957b1
Showing
1 changed file
with
20 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,25 @@ | ||
Version 0.12.1 | ||
Version 0.12.2 | ||
=================== | ||
## General | ||
- changed focus main editor shortcut to CTRL+E (there was a collision on macOS) | ||
- added file associations and icons for .gms and .gdx files on macOS | ||
- fixed potential issue with doubled entries in project explorer on windows systems (#1053) | ||
- added dialog for GAMS return code 110 (too many scratch dirs) (#254) | ||
- added menu entry to delete scratch directories in current working directory (#254) | ||
|
||
## Solver Option Editor | ||
- fixed crash when using one of the following shortcuts: CTRL+C, CTRL+A or CTRL+F | ||
|
||
## GDX Viewer | ||
- performance improvements for GDX Viewer table view adjust columns (#1034) | ||
- fixed possible crash related to table view (#1048) | ||
## General | ||
- renamed Option Editor to Parameter Editor to better distinguish solver options and gams parameters | ||
- fixed bug where not all scratch directories where deleted | ||
- disabled unused default menu entries on macOS | ||
- added save of command line parameters when exiting studio | ||
- improved behavior of focussing main editor (CTRL+E) for gdx, lxi, opt, ref files | ||
- improved keyboard navigation when using CTRL+J, -E, Arrow Keys, Tab, and Enter to jump around widgets and make selections | ||
- changed default file filter for open and save dialogs (#1035) | ||
- improved wording and logic for new file dialog (#1080) | ||
- improved discovery of online help documentation for gams version used | ||
|
||
## Code Editor | ||
- fixed issue where error highlighting would not update when clicking on the scrollbar (#1056) | ||
## Search | ||
- fixed search gets stuck in solver option editor when using Find Next/Prev (#1074) | ||
- fixed cursor jumping behavior when using "Replace" | ||
|
||
## Search | ||
- fixed crash in search dialog when pressing return the first time (#1058) | ||
## Solver Option Editor | ||
- removed message box when there is a problem opening solver option file | ||
- improved select all action in solver option editor | ||
- fixed Studio menu entry "Select All" not working for solver option editor | ||
- selectAll table view when tree view is in focus | ||
- fixed capitalization for context menu | ||
|