Andy McFadden

Results 109 comments of Andy McFadden

Added "isolated region" feature to ["TO DO" wiki](https://github.com/fadden/6502bench/wiki/TO-DO-List).

The current proposal for the "isolated region" flag is bi-directional. The address-to-offset converter would not search into or out of an isolated region when mapping an address reference to a...

Now available in pre-release build: https://github.com/fadden/6502bench/releases/tag/v1.9.0-dev1 The address region edit dialog has a pair of checkboxes in the "advanced" section that allow blocking of address resolution inbound and outbound, respectively.

I can reopen this one. Preserving during export is a little harder because it requires a "finalization" pass after everything else is done.

This one is on my list [to do Someday](https://github.com/fadden/CiderPress2/wiki/Roadmap). I'd need to implement sorting for the relevant filesystems (DOS, ProDOS, Pascal, probably not CP/M), then add CLI and GUI features...

A bulk-edit dialog is doable, though I'd probably just disable filename editing. The CLI could probably use a similar feature. The set-attr command is currently defined as operating on a...

FWIW, the CLI now provides a way to bulk-edit attributes, as of v1.0.4-dev2.

I like most of these, but anything related to changing focus in WPF can get weird. Just trying to get the initial focus on the file list was causing it...

> In Extract dialog, press "Enter" to invoke the "Select Here" button Perhaps it should work the same as double-click: if you do it on a directory it moves into...

Some new shortcuts... Main file list: - Enter: open file viewer for selected entry. - Alt+Enter: open Edit Attributes for selected entry. (Same as "properties" in Windows Explorer.) Edit attributes:...