-
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.
Merge branch 'develop' into 'master'
Develop See merge request devel/studio!283
- Loading branch information
Showing
22 changed files
with
878 additions
and
424 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,13 +1,7 @@ | ||
Version 0.11.1 | ||
Version 0.11.2 | ||
======================== | ||
|
||
## General | ||
- improved picking of default editor font on macOS and Linux | ||
- forced light application theme on macOS | ||
- fixed possible crash related to About GAMS dialog | ||
- performance improvements when writing log to disk | ||
|
||
## Editor | ||
- performance improvements for syntax highlighting | ||
- fixed search in files with non-default codec | ||
- several minor bugfixes related to the search | ||
# General | ||
- **added Drag and Drop in GDX Table View** | ||
- fixed performance issue with very long lines (see #1008) | ||
- fixed shortcut ctrl+shift+home not working as expected (see #1009) |
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,5 +1,14 @@ | ||
# Contributing to GAMS Studio | ||
# How to submit your own improvements | ||
|
||
We highly appreciate contributions to the GAMS Studio project! To submit your improvements please use GitHub to collaborate. | ||
Your contributions to the GAMS Studio project are highly appreciated! Depending on | ||
your type of improvement you may want to [create an issue](https://help.github.com/en/articles/creating-an-issue) | ||
or [fork GAMS Studio](https://guides.github.com/activities/forking/), to make a pull | ||
request when your changes are ready. | ||
|
||
t.b.d. | ||
## Requirements | ||
|
||
To get started with the development you need a system which provides the following. | ||
|
||
* A C++14-standard-compliant compiler | ||
* [Qt](https://www.qt.io/) 5.12.x LTS | ||
* The latest [GAMS](https://www.gams.com/download/) release |
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
Oops, something went wrong.