Difference between revisions of "User:Sardisson/AppleScript"

From Camino Wiki
Jump to navigation Jump to search
(add Dock menu, and indicate which should be r/w)
(tweak)
Line 5: Line 5:
 
** isTabGroup (r/w)
 
** isTabGroup (r/w)
 
** isDockMenu (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) - {{bug|730653}}
*: You can reference a bookmark by properties only if you know its collection; there's no "allBookmarks" that corresponds to the root folder
+
**: 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
+
* Standard Suite commands ({{bug|394581}})
 
** Save
 
** Save
 
** Print
 
** Print
  
* Rearranging tabs
+
* Rearranging tabs ({{bug|520515}})
 +
 
 +
* Tooltip windows aren't filtered out ({{bug|437802}})

Revision as of 01:58, 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