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

Installation breaks all custom items in the context menu "Other Context Menus | Easy MDI Document Window" #714

Open
DmitrySokolov opened this issue Mar 5, 2020 · 2 comments

Comments

@DmitrySokolov
Copy link

Environment

  • Visual Studio version: [2019 Community]
  • CodeMaid version: [11.1]

Description

Installation breaks all custom entries in the context menu "Other Context Menus | Easy MDI Document Window"

Steps to recreate

  1. Call Customize... (from the menu or toolbar)
  2. Add a custom item into "Other Context Menus | Easy MDI Document Window"
  3. Install CodeMaid
  4. Open a file and RighClick on the document tab

Current behavior

There are only CodeMaid items like "Cleanup Open Code". No custom items added earlier.

Expected behavior

All custom items are present

@DmitrySokolov
Copy link
Author

Items marked in red were deleted during CodeMain install, so I need to recreate them.

pic1

@codecadwallader
Copy link
Owner

Thanks for reporting the issue. Extensions provide a list of context menu options to add through .vsct files and after that point the IDE is what determines how to bring/merge them together. I'm not sure if there's something we can do to change the behavior you've seen since it's a part of the IDE implementation and not CodeMaid's implementation. It may be more helpful in this case to report the issue to Microsoft since the menu system is within their control if you would like to do that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants