Skip to content

Multiple selection

Compare
Choose a tag to compare
@robmcmullen robmcmullen released this 18 Feb 20:04
· 3765 commits to master since this release

Multiple selection: select disjointed areas by holding down the Control key (Command on Mac). Operations on the selected regions will treat the data as a contiguous chunk of data even though there are gaps in the physical data.

NOTE: Operations on multiple selection does not yet work in map edit mode.

Also, ATR/XFD images in Atari DOS or SpartaDOS format will be parsed and files will appear as segments. These files appear as a linear string of bytes when viewed in segment mode (and can be operated on accordingly), regardless of their sector arrangement in the disk image.

Additionally, the Page Map view has been moved to a popup menu on the sidebar so it doesn't take up so much screen real estate.

  • Fixed perspective restoring so it only happens once for each task type in each window
  • Changed left click so it's now possible to set cursor position only, without a 1 byte selection
  • Basic fix for rectangular paste; multi-selection not yet implemented
  • Added preferences for map width, bitmap width
  • Added cursor highlighting for FontMapScroller
  • Moved memory map view into springtabs for hex edit mode
  • Fixed selection adjustment upon switching segments
  • Added SpartaDOS support as of atrcopy version 2.2
  • Added simple heuristic algorithm to invert the rectangular selection
  • Added invert selection menu item
  • Added multiple selection mode: ctrl to add new regions, select to extend the current region
  • Workaround for windows: it's possible to get a mouse motion event without a mouse down when user double clicks on file open dialog
  • Fixed selection dragging in grid that automatically started editing a cell
  • Added filename to window title bar