Hi Matt,
On 12 Feb 2014, at 13:50, Matt Neuburg <matt(a)tidbits.com> wrote:
In the new bundle editor window, how do I:
* Move / reorder menu items?
It’s a manual task currently. If you open an item as a txt file (hold down option while
double clicking it), youll see each item has a UUID
like:
<string>8DEB312B-16CD-4706-AAAE-352E7514D3FD</string>
Open the bundle .plist, and you’ll see these UUIDs entered under menu headings. Move these
to move items.
* Make hierarchical menus?
Menu titles also have UUIDs, you need to create a new item in the the list (create the
UUID with uuidgen in the terminal), and then list it’s UUID in the menu you wish it to
appear in.
cheers, tim