--- gigedit/trunk/ChangeLog 2016/05/02 16:10:56 2901 +++ gigedit/trunk/ChangeLog 2016/07/01 14:09:25 2928 @@ -26,7 +26,16 @@ * 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-X). + 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)