Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VB6 COM context menus missing #4008

Closed
mansellan opened this issue May 15, 2018 · 1 comment
Closed

VB6 COM context menus missing #4008

mansellan opened this issue May 15, 2018 · 1 comment
Labels
has-workaround There is some way of working around this limitation / bug that is confirmed to work user-interface This issue explicitly relates to the visible interface of Rubberduck. vb6-specific Issues which only affect RD in VB6
Projects
Milestone

Comments

@mansellan
Copy link
Member

mansellan commented May 15, 2018

RD has custom entries for the following COM context menus:

Project Explorer
Code Pane
Form Designer
Form Designer Button

None of these show up in VB6, likely because the IDs differ.

@mansellan mansellan added user-interface This issue explicitly relates to the visible interface of Rubberduck. vb6-specific Issues which only affect RD in VB6 has-workaround There is some way of working around this limitation / bug that is confirmed to work labels May 15, 2018
@mansellan mansellan added this to To do in VB6 go-live May 18, 2018
@mansellan mansellan moved this from To do to Optional in VB6 go-live Jun 15, 2018
@Vogel612 Vogel612 added this to the 2.3.0 Release milestone Jun 20, 2018
@mansellan mansellan moved this from Optional to In progress in VB6 go-live Jul 22, 2018
@mansellan
Copy link
Member Author

Working on this, but there's a little more to it than first appearances...

The project explorer in VB6 has multiple parent IDs, as it supports a different context menu when a node is right-clicked as opposed to blank space, This means that a proper solution would need to be able to attach the same RD context menu to multiple parents. Needs a little rework on ParentMenuItemBase to support.

mansellan added a commit to mansellan/Rubberduck that referenced this issue Aug 1, 2018
VB6 go-live automation moved this from In progress to Done Aug 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has-workaround There is some way of working around this limitation / bug that is confirmed to work user-interface This issue explicitly relates to the visible interface of Rubberduck. vb6-specific Issues which only affect RD in VB6
Projects
No open projects
VB6 go-live
  
Done
Development

No branches or pull requests

2 participants