You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure.
There were several UI components: including a right click menu that is added to the editor margin. I think I just need to register the TextViewCreationListener. I also added a button to the Solution Explorer, but that might just be loaded by the VSCT.
I'll take a look.
I looked into it. You're right; I don't need to autoload for the context menu items to show and work.
But the TrackActiveItems button that I added to the Soln Expl will show as OFF until it is pressed, regardless of the true state.
So if I don't auto-load, there will be a display bug in the TrackActiveItems button.
When the commands are being invoked, the package is being loaded and the handlers initialized. Does this package need autoloading at all?
The text was updated successfully, but these errors were encountered: