Difference between revisions of "User:Sardisson/AppleScript"

From Camino Wiki
Jump to navigation Jump to search
(add more notes)
(nope, Dock menu is limited to bookmark collections)
Line 5: Line 5:
 
** isTabGroup (r/w)
 
** isTabGroup (r/w)
 
** isDockMenu (r/w)
 
** isDockMenu (r/w)
**: This could be history, iirc, which makes finding the current one difficult
+
**: <s>This could be history, iirc, which makes finding the current one difficult (no, see {{bug|374553}})</s>
 
** UUID (id) - {{bug|730653}}
 
** UUID (id) - {{bug|730653}}
 
**: 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
 
**: 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

Revision as of 20:07, 16 March 2012

Things I'd like to fix:

  • Bookmarks
    • isSeparator
    • isTabGroup (r/w)
    • isDockMenu (r/w)
      This could be history, iirc, which makes finding the current one difficult (no, see Bug 374553)
    • UUID (id) - Bug 730653
      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
    • current bookmark destination folder [1]