How do I get back to the default Android Studio toolbar? - linux

I recently updated my laptop to Ubuntu 18.04 and lost my Android Studio 3.5.1 settings including the toolbar, which now looks like this:
How do I get back to the default toolbar, which had a bunch of icons to the right of app drop-down menu (Select device drop-down menu, run button, Apply changes and restart, etc.)? Modifying the toolbar with right-click "Customize Menus and Toolbars..." doesn't work the way it did in earlier versions; there's no "Add after... button.

In Android Studio 3.5.3, after you right click in an empty area on the toolbar and select "Customize Menus and Toolbars...", you'll see the option to restore defaults at the top of the pop-up window.

Related

Android Studio: Top action bar is hidden in android studio

The top action bar in android studio (android studio itself, where i select file, build.. etc) is hidden, how can i show it again ?
I tried to edit everything in settings but nothing worked.
I'm using Android Studio 4.1. Following steps fixed it for me :
Press CTRL + ALT + S. This will open settings window.
Go to Appearance and Behavior > Menus and Toolbars
Click on restore button (looks like a undo button)
Choose Restore Main menu
Then click apply button.

How can you keep the Structure window always displayed in Android Studio 3.5.1?

I'm sure that I open the Structure window in my Android Studio 3.5.1 project, you can see Image 1, but sometimes Android Studio 3.5.1 hide the Structure window automatically.
I hope to keep the Structure window displayed. How can I do?
Image 1
According to the docs you just need to choose Dock Pinned as View Mode of the Tool Window:
You can make a tool window stay open even if your focus is somewhere else, for example, in the editor or other tool window. To achieve that, use the Dock pinned mode when you select your viewing mode.
Here are the steps to change it:
On the title bar of a tool window, click the Show Options Menu icon, from the list of options, select View Mode and the actual mode option.
Right-click a tool window or a title bar and from the list of options, select View Mode and the actual mode option.

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.

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