mirror of
https://github.com/mi57730/a2d.git
synced 2024-11-25 10:30:50 +00:00
doc updates
This commit is contained in:
parent
c03c12956a
commit
a9e77de75c
@ -7,38 +7,41 @@ https://github.com/inexorabletash/a2d/issues
|
||||
|
||||
## 1.2 - alpha
|
||||
|
||||
### Enhancements
|
||||
### DeskTop Enhancements
|
||||
|
||||
* Current time shown on right side of menu bar, if system has a clock. (#7)
|
||||
* Up to 13 volumes are shown on the desktop (was 10). (#20)
|
||||
* Up to 12 Desk Accessories are shown in the menu (was 8). (#90)
|
||||
* Drag "unlimited" number of icons (was 20). (#18)
|
||||
* Dragging files to same volume moves; use Open-Apple to force copy. (#8)
|
||||
* Menus allow click-to-drop, click-to-select interaction. (#104)
|
||||
* Dragging files to same volume moves instead of copies; use Open-Apple to force copy. (#8)
|
||||
* Menu bar menus are now drop-down in addition to pull-down. (#104)
|
||||
* Add Special > Check Drive command to refresh a single drive. (#97)
|
||||
* Show Text File DA: Keyboard support. Escape quits, arrows scroll. (#4)
|
||||
* Reorganized/renamed several menu items. (#13)
|
||||
* New file type icons: graphics, AppleWorks, relocatable, command, IIgs-specific, and DAs. (#105)
|
||||
* Desktop icon shown for AppleTalk file shares. (#88)
|
||||
* Improvements to several existing icon bitmaps. (#74)
|
||||
* Desk accessory files with high bit in aux-type set are hidden in Apple menu. (#102)
|
||||
* Icons for volumes positioned more predictably and sensibly. (#94)
|
||||
* GS/OS filenames (supported by ProDOS 2.5) are shown with correct case. (#64)
|
||||
* Desk accessory files can be executed directly. (#101)
|
||||
* Tip about skipping copy to RAMCard is shown during startup. (#140)
|
||||
|
||||
### Desk Accessory Enhancements
|
||||
|
||||
* Up to 12 Desk Accessories are shown in the menu (was 8). (#90)
|
||||
* Desk accessory files can be executed directly. (#101)
|
||||
* Desk accessory files with high bit in aux-type set are hidden in Apple menu. (#102)
|
||||
* Show Text File DA: Keyboard support. Escape quits, arrows scroll. (#4)
|
||||
|
||||
### Additional Desk Accessories
|
||||
|
||||
* This Apple
|
||||
* Gives details about the computer, expanded memory, and what's in each slot. (#29)
|
||||
* Eyes
|
||||
* Eyes that follow the mouse. (#53)
|
||||
* Screen Dump
|
||||
* Dumps a screenshot to an ImageWriter II attached to a Super Serial Card in Slot 1. (#46)
|
||||
* Key Caps
|
||||
* Shows an on-screen keyboard map and indicates which key is pressed.
|
||||
* Run Basic Here
|
||||
* Launch BASIC.SYSTEM with PREFIX set to the current window's pathname. (#42)
|
||||
* Key Caps
|
||||
* Shows an on-screen keyboard map and indicates which key is pressed.
|
||||
* Screen Dump
|
||||
* Dumps a screenshot to an ImageWriter II attached to a Super Serial Card in Slot 1. (#46)
|
||||
* Eyes
|
||||
* Eyes that follow the mouse. (#53)
|
||||
* Screen Saver
|
||||
* Homage to Jack Eastman's classic. More to come. (#27)
|
||||
|
||||
|
@ -6774,7 +6774,8 @@ file_type:
|
||||
|
||||
;;; ============================================================
|
||||
;;; Check file type for possible overrides
|
||||
;;; TODO: Make this data driven
|
||||
;;; TODO: Make this data driven.
|
||||
;;; TODO: Also check length for BIN overrides.
|
||||
|
||||
;;; Input: A is filetype, X,Y is auxtype
|
||||
;;; Output: A is filetype to use
|
||||
|
@ -5,12 +5,12 @@
|
||||
# Undiscoverable Features
|
||||
|
||||
* When dragging a selection of files to a destination on the same volume, the files will be moved by default. Hold down **△** before letting go of the mouse button to force a copy instead. Files dragged to a different volume will always be copied.
|
||||
* Hold down **△** when launching `DESKTOP.SYSTEM` to prevent DeskTop from being copied to a RAM card.
|
||||
* Hold down **△** when launching `DESKTOP.SYSTEM` to prevent DeskTop from being copied to a RAM card. (A tip is now shown for this while copying.)
|
||||
* Desk Accessory files with high bit set in the aux type field ($8640) will not appear in the Apple menu.
|
||||
* You can't run a Binary file by double-clicking, but you can run it with the **△O** shortcut or holding down **△** or **▲** while selecting **File > Open**.
|
||||
* The Sort Directory desk accessory has two modes:
|
||||
* If any files are selected, these are moved to the start of the directory listing, in selection order; other files appear after, order unchanged.
|
||||
* If no files are selected, all files are sorted by type: DIR, then TXT, then SYS, then others in descending numeric order.
|
||||
* If no files are selected, all files are sorted by type: DIR, then TXT, then SYS, then others in descending (numeric) order.
|
||||
|
||||
|
||||
# File Types
|
||||
|
Loading…
Reference in New Issue
Block a user