--- gigedit/trunk/ChangeLog 2017/05/25 10:50:08 3206 +++ gigedit/trunk/ChangeLog 2017/07/09 18:15:02 3300 @@ -101,6 +101,22 @@ by instrument. * Script Editor: Fixed Gtk crash while entering a variety of ill formed code like unterminated string literals. + * Assigned more useful default dimensions (and default position) for various + windows and dialogs (if auto-restore of user's own custom window + dimensions is disabled). + * Mac fix: Make sure app window appears in front of all other apps. + * Script Editor: only if compiled without liblinuxsampler; added support for + new NKSP language keyword "synchronized". + * Script Editor: strike through code blocks filtered out by the preprocessor. + * Combine Tool: Show instruments' index number in the list view. + * Combine Tool: Now it allows to select the instruments to be combined + already in the main window's instruments list view; then either call the + combine instrument dialog from the main menu or use the new keyboard + shortcut Ctrl + j. + * Combine Tool: Added a vertical list which represents the order of the + selected instruments to be combined; dragging them modifies their order. + * Combine Tool: After returning from the combine tool dialog, automatically + scroll to the newly added (combined) instrument. Version 1.0.0 (2015-07-17)