Is there anywhere a document - ideally searchable as in Dan’s doc - which literally lists every menu in every mode… from ‘Dorico > File New’ all the way to rightwards through Dorico’s Modes to ‘Script > Attach debugger’.
Searching would allow you to… find the location of any command. Alphabetising perhaps as well.
Sorting by Mode and Menus from left to right would be useful as well.
Am I missing something which already exists, please?
Please correct me if I’m wrong @MarkSealey but are you after somewhere to search, for example, a menu in Engraving Options (which you can search for in Engraving Options)? Or a command that you can activate eg make noteheads x (that you can search for in key commands, or likely jump bar)?
Well, I too would love to have a consolidated search capability. Like, there are frequently times where I’m trying to adjust something, and I think “that makes sense in Engraving Options” or “I would think that would be a menu function” - only to not find it, google about the internet or search the forums, to find that it’s located in Layout Options! It can be a bit frustrating to search dynamics in three places trying to find something, when a search function that would actually pop up all “dynamics” related Options would make it much easier and faster to find.
The jump bar might be good for getting to Engraving Options quickly, but it doesn’t reveal all “rests” related Options, and it’s often quite subjective whether something makes more sense as an Engraving vs a Layout vs a Menu Command.
Dorico has become so rich in features that I for one know I’m not using as many as I would like; and this is hampering productivity - not to say, probably - creativity. I have a feeling that if there were a list of… what amounts (if you think about it) to most of what Dorico can do, I know I could get more out of my use of it
as you say, @Composerbell, how often do we know of the existence of a function, but cannot quite remember where; although of course Dorico’s designers have succeeded in making the manus as logical as possible, I’d say
Yes to the Jump bar - agreed; but, again, a comprehensive list with descriptions of just how much is possible across the entire interface would aggregate it all in one place as a set of possibilities, rather than a means to achieve them.
Such a list would also - I think legitimately - add to a sense that we, at least potentially, are aware of everything… that Dorico can do, of course !
In the time we talked about it here we could have made a bunch of quick screen grabs of all the menus - why not go for it and post it here in a document? Not alphabetical but so what, you just want a survey anyhow, and it being the internet no doubt somebody would be happy to translate that into a list for you.
I looked in Write (admittedly a menu-heavy Mode): there are 184 top level menus; I’d imagine a grand total of maybe 250 items in that Mode alone… some testament to the richness of Dorico, isn’t it.
OCR software could presumably translate the images so grabbed into text. And then they could easily be alphabetized.
But -
what I’m hoping for is a lookup table (Yes in a spreadsheet perhaps) that contains:
the whereabouts of each menu item (Dorico Mode and depth level)
a brief description of each menu item’s purpose
the group (instrumentation, Layout, a setting, an action etc) of each menu item
I had one clever idea - might be possible using Lua to sniff out them all. Without looking my guess is that they might have all of these in some data structure - an array, list or a table, and you could iterate through it. Might need to do this recursively.
I don’t have the time or interest (so don’t ask!) but hitting a couple menus in the debugger should show you the command, from which the data structure might be something that could be used, and then recursively looped over and printed out.