--- gigedit/trunk/ChangeLog 2016/05/01 21:17:42 2898 +++ gigedit/trunk/ChangeLog 2016/07/01 14:09:25 2928 @@ -23,6 +23,19 @@ source code. * Script Editor: Show a question dialog to the user when the editor is to be closed and the script changes have not been applied yet. + * Script Editor: Added status bar at the bottom of the script editor + window showing the amount (if any) of errors and warnings. + * Script Editor: Added menu bar and two initial entries: "Apply" (Ctrl-S) + and "Close" (Ctrl-Q). + * Script Editor: if editor is used in live-mode, inform the sampler that + it needs to automatically reload the script after the script has been + altered and applied with the script editor. + * Added setting to main menu "View" -> "Auto Restore Window Dimension" + (disabled by default since it causes issues on some machines). + * Fixed crash after changing a dimension type with the dimension manager + dialog. + * Script Editor: Fixed editor which did not appear on some systems due + to missing icons (using now lists of alternative icon names). Version 1.0.0 (2015-07-17)