-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '0.12.8-rc' into 'master'
0.12.8 See merge request devel/studio!356
- Loading branch information
Showing
20 changed files
with
186 additions
and
63 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,9 +1,14 @@ | ||
Version 0.12.7 | ||
Version 0.12.8 | ||
======================== | ||
- added dialog to create license file (pops up when a license is in the user's clipboard and the "About GAMS" is opened) | ||
- disabled top dockwidget area for all widgets as it should be used solely by the extended parameter editor | ||
- fixed behavior of jumping to matching parenthesis ([Shift+]F8) | ||
- fixed missing parenthesis highlighting for variables | ||
- reduced flickering when minimizing/maximizing Studio | ||
- removed online version check on Studio startup | ||
|
||
# General | ||
- fixed Studio not popping up for warning when drag'n'droping many files | ||
- disabled GoTo dialog for all non-applicable widgets | ||
- fixed crash when opening files with certain parenthesis constructs | ||
- added fullscreen mode (win/linux: ALT+Return, macos: META+CMD+F) | ||
- fixed accidental closing of log tab when closing results page | ||
|
||
# Reference Viewer | ||
- added auto resize when opening | ||
- added context menu to let users auto resize after doing manual changes | ||
|
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
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
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
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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -363,4 +363,5 @@ OTHER_FILES += \ | |
../jenkinsfile \ | ||
../jenkinsfile-ci \ | ||
../gamsstudio.desktop \ | ||
../CHANGELOG \ | ||
../version |
Oops, something went wrong.