Skip to content

What's the difference between CmdToggleTableOfContents(3.6) and CmdToggleBookmarks? #4605

Answered by GitHubRulesOK
7eopard asked this question in Q&A
Discussion options

You must be logged in to vote

I dont think there is any significant difference between them.

if ((cmdId == CmdToggleBookmarks) || (cmdId == CmdToggleTableOfContents))

means they will be treated the same but historically before some command refactoring F12 (with or without shift) was toggle "bookmarks pane"

To show both favourites AND bookmarks, may need 2 commands but with DDE perhaps could be combined though that's still 4 permutations?

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 7eopard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants