Reputation: 2116
In eclipse I can search through all files of a project and browse the search results using up- and down-arrows. Is it possible to set up a view that displays information like date of last modification about the recently selected file? I'd like to see these information at once. I don't want to right click the file.
Upvotes: 0
Views: 91
Reputation: 111142
The Properties view will show the properties for the currently selected item. For a file the properties include the last modified date.
Show the view with 'Windows > Show View > Other... > General > Properties'
Upvotes: 1