--- gigedit/trunk/ChangeLog 2017/04/15 20:21:41 3116 +++ gigedit/trunk/ChangeLog 2017/05/03 19:00:11 3144 @@ -59,6 +59,21 @@ * Show graphical symbol on region that misses sample reference(s). * Fixed crash on saving file if a sample was requested to be replaced twice by the user. + * Implemented fast navigation through regions by keyboard accelerator + Ctrl+Left and Ctrl+Right (on Mac: Cmd+Left and Cmd+Right). + * Implemented fast navigation through dimension region zones of currently + selected region by keyboard accelerator Alt+Left, Alt+Right, Alt+Up, + Alt+Down, as well as simply using the arrow keys alone if the dimension + region chooser got focus (i.e. when it was selected by mouse previously). + * Color tweaking on selected regions and selected dimension zones. + * Dimension Region Chooser: Show main selected case in opaque blue color + (like before), but all other selected dimension zones with a blue hatched + pattern instead. + * Dimension Region Chooser: Show the label of the currently selected + dimension in bold font. + * Implemented selecting multiple dimension region zones by keyboard with + keyboard accelerators Alt+Shift+Left and Alt+Shift+Right. + * Implemented copy & paste of DimensionRegion (with Alt+c and Alt+v). Version 1.0.0 (2015-07-17)