--- gigedit/trunk/ChangeLog 2020/02/01 19:28:43 3735 +++ gigedit/trunk/ChangeLog 2020/02/16 18:39:53 3749 @@ -45,6 +45,16 @@ which shows a small dialog for entering the instrument's new index. * Added widget class 'MultiLineLabel' to fix size issues with stock Gtk::Label on large text blocks. + * Script Editor: highlight new NKSP 'patch' keyword in pink color. + * NKSP: Added support for managing script 'patch' variables for each + instrument; added a dedicated "Script" tab on right-hand side of Gigedit's + main window with a list view to manage these variables. + * Use more appropriate stepping/paging increments/decrements for spinboxes' + plus/minus buttons (depending on the individual parameter spinbutton + actually controls). + * Script 'patch' variables editor: double click anywhere on a script's title + row (or hitting while that row is selected) opens script source code + editor for that double clicked script. Version 1.1.1 (2019-07-27)