--- gigedit/trunk/ChangeLog 2016/04/30 14:42:37 2895 +++ gigedit/trunk/ChangeLog 2016/05/03 14:08:34 2903 @@ -18,6 +18,18 @@ the source code. * User settings are now automatically saved and restored. * Automatically save & restore window size and position. + * Script Editor: Show precise parser error/warning messages as tooltip + when the mouse points over the respective location in the script's + 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. Version 1.0.0 (2015-07-17)