why Jetbrain Idea community version has a different view of ultimate one? - intellij-idea

1st is community version, 2nd is ultimate version.
why the 6. TODO window behave different ?
Is that a ultimate feature? or just I make a different setting ?
the difference is, 1st view is like:
----------------------
project | editor
----------------------
TODO
----------------------
2nd view is like:
----------------------
| editor
project |-----------
| TODO
----------------------

You can configure this:
Preferences   |   Appearance & Behavior   |   Appearance:
Under section Window Options there is checkbox Widescreen tool window layout:
see more about this option https://www.jetbrains.com/help/idea/appearance.html#wide
Widescreen tool window layout is OFF:
Widescreen tool window layout is ON:

Related

IntelliJ IDEA: tool window shortcuts (numbers) are missing

Bottom bar shortcuts not shown. But I can see it while hovering on particular tab.
In previous versions it was always shown. Is there any way to show shortcuts all the time?
Settings (Preferences on macOS) | Appearance & Behavior | Appearance | Show tool window numbers.

intellij/android studio idea shows a balloon of preview of a code statement

i am using android studio/intellij idea
my idea starts showing me a balloon with a preview of a method
and it disturbs me when i need the top bar like finding text
(it appears when i scroll far from that part of code).
i tried to search the web and to play with the settings
but i did not find any solution for it how do i fix it?
Disable Settings (Preferences on macOS) | Editor | General | Appearance | Show code lens on scrollbar hover.
Related documentation section.

Customize Intellij top menu to include debugger icons

I would like the debugger menu (with the step over and step into etc) buttons up in the top menu next to the run/debug/stop buttons. Is there any way to make this happen? I can move then entire debugging pane up top. But that is not what I want. I just want the icons up top like other IDE's have.
this is a different question than How do I move the toolbar in IntelliJ?
I am not asking how to move the existing toolbar, I'm asking how to add the debug buttons to the toolbar up top.
It's not possible at the moment. Feel free to create feature request on YouTrack: http://youtrack.jetbrains.com/issues/IDEA.
2022 UPDATE
It is possible now as JetBrains has added highly-customizable functionality for controlling commands in menus and toolbars.
For Windows/Linux: File | Settings | Appearance & Behavior | Menus and Toolbars
For Mac: IntelliJ IDEA | Preferences | Appearance & Behavior | Menus and Toolbars
Additional info on the IntelliJ website.

How to open Quick list in Intellij Idea

Maybe do I do something wrong, but I can't open Idea's Quick list. I tried do that on Intellij 12 on Windows and 13, 14 on Linux by assigning shortcut, search action, search everywhere with no luck...
No action when I'm trying open it
First you need to create Quick List in File | Settings | Appearance and Behavior | Quick Lists and then it would appear in File | Settings | Appearance and Behavior | Keymap where you can define a shortcut for it.

Switching from Eclipse to IntelliJ: Is there a way to split tool windows?

Having used Eclipse for more years than I care to admit, I'm currently trying to get adjusted to IntelliJ 12 but I'm having a hard time with the totally different UI metaphors/concepts.
I'd like to be able to have a window layout like this:
+--------+------------------------
| | |
| (1) | |
| | |
|+-------+ Source editor |
| | |
| (2) | |
| | |
+--------+-----------------------+
| |
| Console output etc. |
+--------------------------------+
With (1) being the "Project" tool window and (2) being the "Structure" tool window. I tried to follow the instructions given at http://www.jetbrains.com/idea/webhelp/viewing-modes.html but changing the "Split" mode doesn't seem to have any noticeable effect. Clicking on the "Structure" or "Project" toolbar buttons always hides the current tool window and displays the other one.
Ok. I worked it all out with googling and https://www.jetbrains.com/idea/help/viewing-modes.html . It's not obvious at all.
In Setting->Appearance & Behavior->Appearance:
Side-by-side layouts on left and right will control whether left and right side splits are horizontal or vertical - you can also Control-click on the divider to switch.
Widescreen tool window layout switches whether vertical or horizontal toolbars get full height/width: on gives full height to side tool windows and off gives full width to bottom(top?).
Ok, by some more or less random combination of the "docked" , "pinned" , "view as tab" and "split mode" modifiers I got it to work. I wonder why they didn't simply implement dragging the window where you'd like it to appear...
I love Intellij IDEA, but every once in a while there is some glitch like this. Anyway, here is a key point that you need to know from this writeup:
To be able to see two windows simultaneously, the corresponding
windows should belong to different groups, that is, one of the windows
should have the split mode off and the other one on
.
My problem was I had split mode ON for both the Project Tool window and the Structure Tool window. If one tool window has that mode OFF, and the other ON, that will help them show together correctly. However, this is NOT guaranteed to work, which negatively impacts usability. I have filed a usability enhancement request with our friends at Intellij. I hope others in my situation will help me vote it up: https://youtrack.jetbrains.com/issue/IDEA-144963
Usually setting split on the structure and toggle the windows method that Trillian mentioned above works.
However for the case where it does not, I've had some success with editing the project's .idea/workspace.xml file directly and replacing the lines (with all settings) for id="Project" and id="Structure" from a project that has the window layout I want them into the project that I can't get the layout working correctly.
First, set the desired two tool windows to be pinned and docked (not floating, not windowed).
Second, the window to be above, set no split mode, the window below, set to split mode.