A few suggestions on flame management and keyboard control:
* key binding for "Append" (e.g. shift-cmd-O ?)
* key binding for opening the Breeder (e.g. cmd-B ?)
* like "Open Recent" it would also be nice to be able to "Append Recent"
* click+drag genome from the Finder into the Main/Breeder tables
* "Delete" key on keyboard deletes genome (does not right now)
The click+drag genome functionality in the main window is currently a bit
confusing. Here's how it seems to be working at the moment: only click
+drag on a genome copies it, if 1) you have more than one genome, and
2) do not drag it to the bottom of the list. In other words, it doesn't copy
with only one genome in the table, or if you have multiple genomes and
try to drag one to the bottom of the list, that doesn't work either.
It might be more straightforward if it worked like this:
1) click+drag only reorders genomes in the table, without copying
2) alt+click+drag copies a genome to where you drag it
Just for clarity/redundancy, maybe also add a "clone" button to the "+ Edit
-" buttons below the table.
Logged In: YES
user_id=5758
I've done the key bindings.
Append Recent is a good idea, but not as simple to implement as Open
Recent which is an automagic Cocoa feature.
Click and drag is limited by a few things, the need to sort by 'time' would
mean having to change times, which is why its a little bit crap, can't add
above 0. Not being able to do anything when there's only one item seems to
be a Cocoa limitation. I'll have to ask around.