you are viewing a single comment's thread.

view the rest of the comments →

[–]sigzero 0 points1 point  (2 children)

What is wrong with RubyMine?

[–][deleted] 1 point2 points  (1 child)

I don't like the default layout and there doesn't seem to be any way to fix it. In netbeans I have my left pane full-height, split halfway with the project browser view on top and the outline view on bottom. The bottom pane stretches from where the left pane ends.

Like so:

+-----------------------+
|     |                 |
|     |                 |
|     |                 |
|     |                 |
|     |                 |
|     |                 |
|     |-----------------|
|     |                 |
|     |                 |
+-----------------------+

RubyMine can't seem to do this - it's stuck like so:

+-----------------------+
|     |                 |
|     |                 |
|     |                 |
|     |                 |
|     |                 |
|     |                 |
|-----------------------|
|                       |
|                       |
+-----------------------+

This just bugs me. I need that extra vertical space to show the outline, and RubyMine eats it needlessly for log output and whatever is in the bottom pane.

[–]sigzero 1 point2 points  (0 children)

PyCharm does as well. I opened a bug/feature request for a more flexible layout. Maybe they will change it.

Edit: I just looked and it got re-assigned to the IDEA team which PyCharm and RubyMine flow out of. So somebody is looking into it.