Reputation: 102
Does anyone know how to get rid of the superfluous white space at the top of a split editor pane in the latest version of eclipse (I think it's been around since Indigo actually). To me it looks like the minimise and maximise buttons have been misplaced, see image below.
I know editor planes can be split in a different way, but that is a problem when I switch perspectives, or open new files (they always open in the original editor pane).
I know it is a minor thing, but wasted real estate on my screen annoys me.
Thanks, Stephen
Upvotes: 1
Views: 190
Reputation: 422
I've dealt with this on numerous occasions and still occurs on Juno.
If you open two files in the order: ITest.java
, Test.java
and drag the second/rightmost file (Test.java
) to create the split the whitepace will be created (as your picture). The fix is to drag the first/leftmost file (ITest.java
) to create the split and then the whitespace is not created.
Upvotes: 3