--- gigedit/trunk/ChangeLog 2016/04/22 15:55:08 2886 +++ gigedit/trunk/ChangeLog 2016/05/02 16:10:56 2901 @@ -11,6 +11,22 @@ auto detect whether it (sh/c)ould output its messages in color. * NKSP Editor: Added support for liblinuxsampler's NKSP syntax highlighting backend. + * Script Editor: Some color tweaks (using now same text colors as on + the NKSP refrence documentation website). + * Script Editor: Added support for liblinuxsampler's NKSP parser + 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-X). Version 1.0.0 (2015-07-17)