Link to home
Start Free TrialLog in
Avatar of allelopath
allelopath

asked on

Multiple rows of tabs in Eclipse Java editor

How do I get multiple rows of tabs in the Eclipse java editor?
As it is, I have one row and any files beyond that are indicated to the right by >>
Avatar of arevuri
arevuri
Flag of India image

i think that is not possible. You have to click on >> to access other files.
ASKER CERTIFIED SOLUTION
Avatar of sciuriware
sciuriware

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sciuriware
sciuriware

Worth to buy a 1920 x 1200 screen like I did ...........................

;JOOP!
Avatar of allelopath

ASKER

sciuriware:
Not what I'm looking for, if I understand your suggestion. With that I get (where [] is a tab):

[MyFile1.java][MyFIle2.java][MyFile3.java]
If (x==1) {
   bla bla bla
}
[MyFile4.java][MyFIle5.java][MyFile6.java]
while (! found) {
   bla bla bla
}
but what I want (as done in IntelliJ) is:

[MyFile1.java][MyFIle2.java][MyFile3.java]
[MyFile4.java][MyFIle5.java][MyFile6.java]
If (x==1) {
   bla bla bla
}


SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial