• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Eclipse - Project Naming

 
Ranch Hand
Posts: 174
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have checked out a project say ABC having subfolders say DEF , P and Q.

Earlier, the WorkSpace view will have something like

ABC
DEF
GHI
P
Q
JKL
R
S



I was comfortable with it.

Suddenly I find now that its like

ABC
DEF.GHI
P
Q
DEF.JKL
R
S

How can I get back my old view style ?

Regards,
Arijit
 
Arijit Ghosh
Ranch Hand
Posts: 174
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
oops..

Should have been like this....




Thanks,
Arijit
 
Arijit Ghosh
Ranch Hand
Posts: 174
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I realised what the problem was.. its the Layout...

Now with other projects.. not a problem at all.. If I select "Flat" I get the 2nd structure (which I don't like) while if I select "Hierarchy" I get the 1st Structure (this is what I want)

However, this change in layout works fine for other projects. But for the project in question, changing the layout is not having any effect at all.

Help!

Regards,
Arijit
 
Ranch Hand
Posts: 995
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Arijit Ghosh:
Hi,

I realised what the problem was.. its the Layout...

Now with other projects.. not a problem at all.. If I select "Flat" I get the 2nd structure (which I don't like) while if I select "Hierarchy" I get the 1st Structure (this is what I want)

However, this change in layout works fine for other projects. But for the project in question, changing the layout is not having any effect at all.

Help!

Regards,
Arijit




Can you describe better what you have and what you are looking for?

In case DEF package does not contain any classes that GHI will be brought one step higher. Try adding a class to DEF package and you will see the structure you want. (I hope this is what are you asking. If not please discard it).

./pope
 
Arijit Ghosh
Ranch Hand
Posts: 174
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Solved!!

Arijit
 
Could you hold this kitten for a sec? I need to adjust this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic