Difference between revisions of "User:Sardisson/AppleScript"

From Camino Wiki
Jump to navigation Jump to search
(tweak)
(er, this was the other one I wanted to expose to begin with!)
Line 8: Line 8:
 
**: 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
 
**: You can reference a bookmark by properties only if you know its collection; there's no "allBookmarks" that corresponds to the root folder
 
**: 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
  
 
* Standard Suite commands ({{bug|394581}})
 
* Standard Suite commands ({{bug|394581}})

Revision as of 01:59, 26 February 2012

Things I'd like to fix:

  • Bookmarks
    • isSeparator
    • isTabGroup (r/w)
    • isDockMenu (r/w)
    • 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