Regarding my issue with the earlier Code and Snippet buttons... I see why you are confused now. After testing the new install, I see there is the sidebar with those buttons on. However, I do not want that sidebar in view, so I set some buttons on the main toolbar at the top to do the same job, almost.
It seems that there wasn't a way previously to create a Code button that does the same job as the sidebar Code button. Same for the snippets. The Code button I created uses the command numbered: 2565. The only way to add a snippets button that I could find was to do the same and use command called: cuda_snippet_panel.open_dlg.
However, this doesn't function correctly. I want it to work in the exact same way as the Sidebar buttons. This means clicking any of those buttons does two things:
1. Opens and closes the sidebar.
2. Selects the panel associated with the button clicked.
My Configured toolbar buttons don't appear to have the ability to have a command that can work that way. So what happens is that when I click the Code button, it opens and closes the sidebar, opening the code tree panel. On first load, by default the code tree opens, but if I switch to the Snippets sidebar using my configured button, I have to use the code tree button to close it. Just seems a bit odd. It would be better and should be done the same way as in the Sidebar panel.
Is there commands associated with each of the sidebar buttons that I can use for configured toolbar buttons, so they function in the exact same way? Hope that explains better, seeing as I now understand your confusion.
