Download
nulleric
/Fix-a-Fork
/readme.txt
(View History)
eric Release 1.0.1-a | Latest amendment: 36 on 2024-04-05 |
1 | # Fix-a-Fork |
2 | |
3 | Fix-a-Fork is a utility that tries to determine the proper type and creator for a file. |
4 | |
5 | Usage: |
6 | |
7 | Drag and drop a file onto the application. In System 6 double click and select a file. |
8 | |
9 | Please report any issues on the Fix-a-Fork thread on TinkerDifferent.com |
10 | |
11 | # Plans |
12 | |
13 | ## To Do |
14 | |
15 | * Allow for folders to be DND |
16 | * Publish script that creates file_ext.c (have to find it again!) |
17 | * Better icon |
18 | |
19 | ## 2024-04-05 |
20 | |
21 | Release 1.0.1-a |
22 | |
23 | Fixed an issue where folders would not show the custom icon right away. Thanks jjuran for the help. |
24 | Accepted a patch from JCS to to better handle file ext checks. |
25 | Added error handler if type/creator could not be set. |
26 | |
27 | ## 2024-04-02 |
28 | |
29 | Release 1.0.0-a |
30 | |
31 | ## 2024-03-30 |
32 | |
33 | Clean up code a bit, remove WIP. Get ready for release. |
34 | |
35 | ## ... between ... |
36 | |
37 | Tried many things to accept folder Drag N Drop, didnt work. See scratch.c |
38 | |
39 | ## 2023-11-13 |
40 | |
41 | Rename conflicting ANSI function names. |
42 | |
43 | |
44 | ## 2023-11-12 |
45 | |
46 | Release Beta 1 |
47 | |
48 | Figure out what DND apple events are happening for folders - maybe a fss but just a dirID - then have to figure out how to iterate over a dir.... |