• 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) how to highlight the file on the file tree?

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

I guess I 'turned off' this feature and don't know how to 'turn it on' again.

the eclipse' window is separated into 2 sections: (1) the file-tree (west) and the (2) code (center).

on top of the code there's a tab with all the files, and I wonder, when I click on the tab's file - how can the file on the file-tree get highlighted (so I don't have to look for it)

thank you
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In the toolbar of the package explorer (the "file tree") there is a toggle button with two horizontal arrows and a tooltip "link to editor" (or something similar). If you press that button, it should work as you wish.
 
reply
    Bookmark Topic Watch Topic
  • New Topic