|
1 | | -Version 1.24.0 * |
| 1 | +Version 1.24.0 |
2 | 2 | ================== |
3 | | -- Added Show the LST line number in debug mode when the execution is paused. The information is visible at the very button of the debugger. |
| 3 | +- Fixed the path to the main file when running MIRO. Before, the main file path always corresponded to the working directory. |
| 4 | +- Fixed enable MIRO menu. Before, the MIRO menu was not enabled in some cases although a correct path has been configured. |
| 5 | +- Fixed wildcard matching for the Model Library dialog, i.e. when wildcard matching was enabled not all models matching the pattern were listed. |
| 6 | +- 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. |
| 7 | +- Ensure closing lst files on the file system when the corresponding tab is closed. |
| 8 | +- Improved behavior of `--integrated-help=on/off` command line option, to ensure the Help View is not unexpectedly disabled when started. |
| 9 | +- Show the LST line number in debug mode when the execution is paused. The information is visible at the very bottom of the debugger. |
4 | 10 | - Changed the start directory of the file open dialog to the base directory of the current project. |
5 | 11 | - 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. |
6 | | -- Add GAMS system directory configuration to settings dialog, i.e. to switch between different GAMS installations. |
| 12 | +- Added GAMS system directory configuration to settings dialog to switch between different GAMS installations. |
7 | 13 | - 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. |
8 | 14 | - Added a quick-find to the bottom of text editors for searching in the current file, called "find". |
9 | | - - The "find" is evoked with `Ctrl + F` and uses `F3` / `Shift + F3` to find next / previous. |
| 15 | + - The quick "find" is evoked with `Ctrl + F` and uses `F3` / `Shift + F3` to find next / previous. |
10 | 16 | - The complex "search" dialog is now evoked with `Ctrl + Shift + F` and uses `F4` / `Shift + F4` to search next / previous. |
11 | 17 |
|
12 | | -Version 1.23.4 * |
13 | | -================== |
14 | | -- Fixed the path to the main file when running MIRO. Before, the main file path always corresponded to the working directory path. |
15 | | -- Fixed enable MIRO menu. Before, the MIRO menu was not enabeld in some cases although a correct path has been configured. |
16 | | -- Fixed wildcard matching for the Model Library dialog, i.e. when wildcard matching was enabled not all models matching the pattern were listed. |
17 | | -- 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. |
18 | | -- Ensure closing lst files on file system when corresponding tab is closed. |
19 | | -- Improved behavior of `--integrated-help=on/off` command line option, to ensure the Help View is not unexpectedly disabled when started. |
20 | | - |
21 | 18 | Version 1.23.3 |
22 | 19 | ================== |
23 | 20 | - Fixed a GDX Viewer bug where very large symbol data would not load properly. |
|
0 commit comments