Difference between revisions of "User:Sardisson/AppleScript"

From Camino Wiki
Jump to navigation Jump to search
 
(stuff)
Line 1: Line 1:
#REDIRECT [[User:Sardisson/Thoughts on Peter’s 2007 Summer of Camino proposal]]
+
Things I'd like to fix:
 +
 
 +
* Bookmarks
 +
** isSeparator
 +
** isTabGroup
 +
** UUID (id) - separators don't have (persistent) ones (only temporary ones for copying), so can't use BookmarkItem's UUID method as the cocoaKey directly, because it creates UUIDs
 +
*: You can reference a bookmark by properties only if you know its collection; there's no "allBookmarks" that corresponds to the root folder
 +
 
 +
* Core Suite commands
 +
** Save
 +
** Print
 +
 
 +
* Rearranging tabs

Revision as of 22:01, 25 February 2012

Things I'd like to fix:

  • Bookmarks
    • isSeparator
    • isTabGroup
    • UUID (id) - separators don't have (persistent) ones (only temporary ones for copying), so can't use BookmarkItem's UUID method as the cocoaKey directly, because it creates UUIDs
    You can reference a bookmark by properties only if you know its collection; there's no "allBookmarks" that corresponds to the root folder
  • Core Suite commands
    • Save
    • Print
  • Rearranging tabs