0

Is it possible to configure eclipse to display different files depending on the perspective?

Say I have a PHP and a PyDev project. In the PHP perspective it would show just my open PHP files. If I switch to the PyDev, it will open up the last python files I had. If I switch back to the PHP perspective, it displays the same PHP files I had open just a minute ago.

This would be beneficial when working on two different projects at the same time.

Gladius
  • 359
  • 1
  • 2
  • 13

1 Answers1

0

I thought it already did this. What version of eclipse do you have installed? Of course, I could be wrong. I've been running two different versions eclipse. My c++ executable and my Java executable don't share files.

Holtorf
  • 1,451
  • 4
  • 21
  • 41
  • I am running 3.6.1. I am just using a single binary of eclipse, and a single workspace but multiple projects in different programming languages. – Gladius Jan 05 '11 at 10:16
  • Unfortunately without switching between different executables I don't know how to manage that. I don't know of any eclipse extensions that will do the job. – Holtorf Jan 13 '11 at 11:24