Intellij Main Menu positioning - intellij-idea

Some world first problems right here.. Any idea if and how can i position Main Menu, so it appears on right side?
I assume, Intellij uses desktop environment settings to render a mac-like global menu ( running xfce ), but I do not want to change my system settings, just override Intellij behaviour.

Related

IntelliJ IDEA - How to reattach Variables Tab to be side by side with Debug Tab?

Am new to IntelliJ IDEA (am using 2017.1.3)...
By accident when I was debugging a sample unit test, I accidentally detached the Debugger's Variables tab from the entire IDE - its floating now. Is there a way to reattach this to be at the bottom and side by side of the Debug tab (like it used to be)? I tried a bunch of different approaches and when I hit my breakpoint it still floats (like a modal) outside IntelliJ IDEA. Can IntelliJ's views be customized (kind of like Eclipse's Perspectives and Views)? It seems like JetBrains calls views: tabs and calls Perspective: active window. Is IDEA customizable like Eclipse?
Attached is a screenshot of my plight...
Inside the window frame, grab the tab that says "Variables" with your mouse. Drag it into the debugger panel.

Disabling horizontal scrollbar in IntelliJ IDEA nav popups

Whenever I use the navigation pop-up (ie, the "Go To File" modal) in IntelliJ IDEA, there's a horizontal scrollbar that shows up sometimes, which hides the last result, or hides the only result:
Is there any way to hide this scrollbar? In a practical sense, I can of course tell that it's probably found the correct file, and worst case I just go to the wrong file. Just a minor annoyance, really.
Note: I'm using IntelliJ IDEA 15.0.2 under Ubuntu 14.04, using the Unity windows manager. This doesn't happen in the OSX version.
enable soft wrap in
Editor -> General
reopen IJ

Maven Projects Side Bar

I've just installed the community edition v13. What has happened to the side bar to the right which had the maven projects. With one click it would display the maven projects. When I go to View -> Tool Windows -> Maven Projects it displays but when I hide it, it completely disappears. It didn't do this in version 12. It's annoying to keep going to the top menu bar. Any ideas on how to get it back?
In Idea 13, in left-right part are by default invisible(to not use place). Click on showed button to go to previous style.

Pop-up menu is not fully visible in IntelliJ IDEA

I am just evaluating IntelliJ IDEA. Installed it with default procedures.
I created a simple Spring project and when I right click on the project, not able to see the the bottom part of the pop up menu. The issue is because of my laptop screen's height is less and could not fit the entire set of pop-up menu items.
In eclipse there is a drop down arrow, so that I can scroll to the menu items, which do not fit in the screen. How can I get the similar eclipse functionality in IntelliJ?
Well, you are only missing one useful feature (Genereate Java code from wsdl). I would ignore it unless you need to generate such code.
If you want to run this generation you can do this with Ctrl + Shift + A (and start typing feature name)
//btw, it is better to make code generation in maven anyway

How do I set up IntelliJ on dual monitors?

I have just installed IntelliJ 9.0.2 on a machine running 64-bit Ubuntu 10.04.
How do I get another window to put on my second screen?
I would like to have both an editor and some tool windows on both screens.
All 'windows' inside of IntelliJ other than the code editor tabs have a "Float" option which pops open an independent window which you can drag to anywhere on your screen. This will allow you to manage your IDEA windows however you like.
IntelliJ also allow you to open multiple projects at once. When opening a project with one already opened, you are prompted as to wether you would like it in your current window or a "New Instance". If you choose new instance, it will open up a completely new IntelliJ with the other project in it. This will work for you if you have many projects you work on at once.
IntelliJ 14 and onwards you can select the settings cog and tick floating mode to detach menus, or drag editor tabs off the main window to detach them
If you're running on OSX you'll need to make sure it's not treating the screens as separate spaces, otherwise they'll snap back onto the same window as the main editor when switching between windows.
To do this untick Displays have separate Spaces in the Mission Control System Preferences.
IntelliJ 10 will have draggable & dockable editor tabs. A very nice feature. It's already present in the early access versions.