--- gigedit/trunk/ChangeLog 2016/04/26 17:42:26 2891 +++ gigedit/trunk/ChangeLog 2016/05/03 14:08:34 2903 @@ -17,6 +17,19 @@ backend for displaying parser errors and warnings directly within 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)