• 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 IDE : Problem

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I am facing this problem for quite a long time.
When ever I click on my Java method name having its method definition in the same Class or different Class, I only get to see that method and not the Whole class.
For instance, I have method1() and I want to see its definition by clicking on it or (pressing F3), I lose the Whole Java Class information and I see only that function. To see the whole class again I have to Open a new Class (Ctrl+Shift+R).

Can you please tell me if I need to add/remove any setting to solve this problem.

Best Regards,
Bala
 
Ranch Hand
Posts: 243
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not sure though but check if 'Show source of selected element only' button is enabled on the toolbar at the top of eclipse.

If its enabled, click on it again to disable and see if it works fine.
 
Balasubramanian Krishnaswamy
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Vijay,
Superb!!!
I went to the Outline View where I could see the "Show Source of Selected Element Only" Clicked. I Clicked it once again and now its working as I wanted.

Thanks once again.

Best Regards,
Bala
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic