How can I hide the Resharper menu button in vs 2012 - menu

I recently installed Resharper but a Resharper menu button was automatically added in the menu bar.
I don't want to disable the Resharper functionalities, I just want to hide or remove the menu button. Is this possible?

No you can't remove the Resharper menu as it is part of the installation. (And why would you want to as you wouldn't be able to access many of its features?)

Related

Undo or Edit Windows in Intellij Android Studio

I accidentally clicked a key from my laptop that I do not remember and my Android Studio menu window changed.
I want to have it to be the default window view which is
I searched for a way to undo it or reverse it but could not find anything.
If this is a duplicate, please point me to the thread.
The second image posted in your question shows the toolbar and the navigation bar, in order to make these visible use the following menu items:
View > Toolbar
View > Navigation Bar

Android Studio upper menu

After updating to High Sierra beta, my upper menu bar disappears. I can't find a way to bring it back.
Here is how it's looking after the update:
You have to install the Java 6 Runtime https://support.apple.com/kb/DL1572
Also duplicate of Menu bar not showing in Android Studio
Right click on the main tool bar, and choose Customize Menus and Toolbars,
expand the main menu and select item then click "add after" button then select an icon for the item, add all items in main menu separately.
The easiest way is to downgrade Android studio.
You can show the upper menu by right clicking on the main tool bar, and choosing Customize Menus and Toolbars, then choose restore all defaults. I hope this answer is helpful.
Edit vmoptions with cmd + shift + a and add this line :
-Dapple.laf.useScreenMenuBar=false
Restart the application.

Show active windows/forms open in a menu in Visual Foxpro 9

Working in Visual Foxpro 9, I've been trying to set a menu in wich all running forms are shown in a menu, in a style of the menu "Window" of Foxpro itself.
Using the Menu Designer Wizard, I've been able, so far, to add a "Cycle" item by inserting a menu bar with the option set to "_mwi_rotat"
Is there any way to accomplish this feature? I've been googling it to no avail.
Thanks in advance.
Just include the built-in Window pad in the menu. That's easy to do if you create your menu with the Menu Designer and start with a quick menu. Then just remove what you don't want and add what you do, but leave the Window pad and the Cycle item.

Adding a toolbar button for a keyboard shortcut in Visual Studio 2012

I want to add a toolbar button to the toolbar which takes me to the TFS Builds view.
It is only available as a shortcut, TeamFoundationContextMenus.Commands.GoToBuilds, with the keyboard shortcut Ctrl+0, B so I cannot add it as I normally would.
The other views, such as Pending Changes are available as buttons, but not Builds.
I found this workaround: Adding a Visual Studio toolbar button for a command that is only available as a keyboard shortcut but it is for VS2010 and uses macros which were taken out of VS2012.
Does anyone know if it is possible to add a keyboard shortcut as a toolbar button?

Adding ReSharper options to context menu in Visual Studio

In Visual Studio 2005, my coworker can right click a tab and he has an option "Find in Solution Explorer". I know this is from ReSharper and I'm running ReSharper 5.1 - how do I enable this extra context menu? I also know about the Shift+Alt+L shortcut for the same command but want to add the context menu.
This is what I see when I right click on a tab. The picture below is when I right clicked on a .cs file.
EDIT: Typo in the title.
Tools > Customize... > Toolbars tab > tick Context Menus. Find Other Context Menus > Easy MDI Document Window. Commands tab > ReSharper > ReSharper_LocateInSolutionExplorerAction. Drag it into the menu. Click Close.

Resources