Difference between revisions of "User:Sardisson/AppleScript"

From Camino Wiki
Jump to navigation Jump to search
(stuff)
(add Dock menu, and indicate which should be r/w)
Line 3: Line 3:
 
* Bookmarks
 
* Bookmarks
 
** isSeparator
 
** isSeparator
** isTabGroup
+
** isTabGroup (r/w)
 +
** isDockMenu (r/w)
 
** 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
 
** 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
 
*: You can reference a bookmark by properties only if you know its collection; there's no "allBookmarks" that corresponds to the root folder

Revision as of 00:07, 26 February 2012

Things I'd like to fix:

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