What's the difference between CmdToggleTableOfContents(3.6) and CmdToggleBookmarks? #4605
-
And how to toggle Side pane in one click, just like both Bookmarks and Favorites is toggled? |
Beta Was this translation helpful? Give feedback.
Answered by
GitHubRulesOK
Oct 27, 2024
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
7eopard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?