Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I move the toolbar in IntelliJ?

How can I move the toolbar in IntelliJ from the Top Right corner to the Top Left?

Screenshot

like image 479
Balconsky Avatar asked Jan 17 '14 11:01

Balconsky


People also ask

How do I change the toolbar in Intellij?

Customize menus and toolbarsPress Ctrl+Alt+S to open the IDE settings and select Appearance & Behavior | Menus and Toolbars. In the list of available menus and toolbars, expand the node you want to customize and select the desired item. to add an action or a separator under the selected item.

How do I get my toolbar back in Intellij?

The main toolbar with buttons for opening and saving files, undo and redo actions is hidden by default. To show it, select View | Appearance | Toolbar.

How do I unhide the main menu in Intellij?

Press ⇧⌘A (macOS), or Ctrl+Shift+A (Windows/Linux), for the Find Actions dialog. From here you can search for Tab Placement, NBar and TBar to turn on or off the tabs, Navigation Bar and Toolbar windows.


2 Answers

click on Main Menu | View | Toolbar

like image 81
Meo Avatar answered Sep 21 '22 15:09

Meo


I'm writing this answer because I wanted the opposite. One day IntelliJ suddenly started aligning the buttons to the left.

There are at least two toolbars in IntelliJ:

  • The Toolbar which is aligned to the left,
  • and the Navigation bar which is aligned to the right.

The buttons of both toolbars can be customized independently.

Therefore, in order to show the toolbar one side or the other, press CTRL + SHIFT + A and then type either View Toolbar or View Navigation bar.

like image 40
Hay Avatar answered Sep 21 '22 15:09

Hay