mono / monodevelop

MonoDevelop is a cross platform .NET IDE
http://www.monodevelop.com
2.84k stars 1.02k forks source link

Adding an Edit Project File item to the root project context menu. #9462

Closed jmatthiesen closed 3 years ago

jmatthiesen commented 4 years ago

Fixes VSTS #617837

This work adds an Edit Project File command to the context menu shown in the Solution Pad when right-clicking on a project file.

image

Based on a discussion with @hbons, I placed this menu in the same section as "Options" since they're conceptually used for the same purposes.

mrward commented 4 years ago

Where does the menu appear for Solutions? It seems like it would not be next to Options like it is with projects.

jmatthiesen commented 4 years ago

Currently I left it in the Tools submenu for solutions. We hear requests for "Edit Project File" a lot and haven't heard any requests for Solutions.

mrward commented 4 years ago

Is it in the Tools submenu? It looks like it is outside the Tools menu for a solution.

mrward commented 4 years ago

The context menu for a solution now looks like this:

EditFile-Solution

Edit File has moved out of the Tools submenu here.

jmatthiesen commented 4 years ago

Good catch, thanks @mrward. I just pushed a fix to keep the Edit File menu under the Tools submenu like it was before. So now only the Edit Project File command is outside the submenu.

Therzok commented 4 years ago

Anything else needed to merge this?