--- gigedit/trunk/ChangeLog 2016/04/15 13:45:12 2877 +++ gigedit/trunk/ChangeLog 2016/05/01 21:17:42 2898 @@ -7,6 +7,22 @@ * synthesis paremeter page tabs are now scrollable (fixes an issue with GTK 3: default theme uses huge tabs which breaks the overall layout on average window sizes) + * Automake: set environment variable GCC_COLORS=auto to allow GCC to + 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. Version 1.0.0 (2015-07-17)