Andy McFadden

Results 109 comments of Andy McFadden

Main file list: - Ctrl+Shift+N: Create Directory (same as in Windows Explorer) - Ctrl+Shift+A: Add Files (Ctrl+A was taken by "select all") - Ctrl+Shift+1 through Ctrl+Shift+6: open recent file N...

Yeah that feels weird. The "view files" command expects to get a list of stuff to view. When only one file is selected, it acts as if all files in...

Updated in v1.0.5-dev1. You should be able to navigate through the directory hierarchy in "single directory" view mode using the keyboard.

Patched in v1.0.3-dev1: https://github.com/fadden/CiderPress2/releases/tag/v1.0.3-dev1

I just hit this again. This time it was with a large (~500MB) Zip archive from asimov. Same basic issue, where we're trying to scroll the list to make a...

The SourceGen equivalent to the scripts you posted is [this](https://github.com/fadden/6502bench/blob/c7090c9c5215a2cddadadad611055bb33eb6a40a/SourceGen/RuntimeData/Apple/GSOS.cs#L215). As you note, it's triggered by a JSL, but it's not limited to just formatting the bytes near the JSL....

The [.DS_Store](https://en.wikipedia.org/wiki/.DS_Store) files are created by the macOS Finder. They can be something of a nuisance. I believe the current CP2 behavior mimics that of ZIP, so I don't think...

I think this is a duplicate of #27 (which inspired the CLI feature), though that was focused more on the boolean attributes.

I tried it in Win10 just now and it worked correctly there as well. Looks like Microsoft improved the end-of-line handling?