views:

44

answers:

1

I have changed my .php file extension association in windows to use eclipse to open .php files. When I double-click a php file, it opens just fine as long as eclipse is not already open. If eclipse is already open it tries to open ANOTHER one. None of my other programs (UltraEdit, Winzip, etc) are retarded like this.

How do I get eclipse to just open the file in the already open workspace, without trying to re-launch a new instance.

+1  A: 

This is one of the oldest bugs in Eclipse. Eclipse doesn't currently do this, though I'm sure there are products based on it that do.

The good news is that this is currently being worked on and should be available in 3.6.

See also the swt and launcher bugs.

Andrew Niefer