How can I maximize the editor pane?

2019-03-07 18:48发布

In Eclipse, I can type Ctrl+M or click the maximize icon in the editor pane to make the editor pane take up the entire Eclipse window, and then again to restore the pane back to its previous size exposing the other panes.

Is it possible to perform the equivalent in IntelliJ IDEA?

To clarify, I'm asking about hiding all other tool panes to show only the editor pane. I'm not asking how to go to distraction-free mode, because this is mode is completely "full screen," hiding all toolbars, window decorations, etc.

9条回答
我命由我不由天
2楼-- · 2019-03-07 18:56

All answers work for only hiding other tools. If you have more than one editor pane and you want to maximize only one editor pane (hide all tolls and hide all other editor panes), it is not possible right now.

PyCharm version: 2018.2.7

查看更多
倾城 Initia
3楼-- · 2019-03-07 19:02

full screen plugin is availble for IntelliJ Idea...

https://github.com/jfim/ideafullscreen

查看更多
闹够了就滚
4楼-- · 2019-03-07 19:16

You can double click anywhere on the tab title bar of the editor pane.

查看更多
再贱就再见
5楼-- · 2019-03-07 19:16

This has already been answered, but since when I google "android studio maximize tab" this is the first answer I see, I'm going to add my two cents.

I hate the keyboard shortcuts since, at any given time, I have 1 hand on my keyboard and 1 hand on my mouse. Having to let go of my mouse to hit a 3-key combination to maximize the current tab is not a shortcut. What I was looking for was an Eclipse-style behavior: double-click the tab to maximize. Here's how to do that:

In Android Studio, under Preferences, go to Keymap->Main Menu->Window->Active Tool Window. Right-click the "Maximize tool window" mapping and select "Add mouse shortcut."

enter image description here

For "Click Count" pick "Double Click" and then double-click on the "Click Pad" mouse icon.

enter image description here

Click OK out of the menus and you should now be able to double-click on any tab and it will be maximized. Double-clicking again will minimize it.

Coming from Eclipse to IntelliJ, this was one of the most frustrating aspects I've had to deal with.

查看更多
叼着烟拽天下
6楼-- · 2019-03-07 19:18

I use Ctrl-Shift-F12("Hide All Windows") toggle between maximum and normal modes of the editor.

查看更多
迷人小祖宗
7楼-- · 2019-03-07 19:21

If you want to maximize a pane , select that pane (by clicking inside or on its title bar) and then use the shortcut "Ctrl+Shift+Quotes"

查看更多
登录 后发表回答