Bug 47487 - [Workbench] Support double-click on a desktop file to open it in Eclipse
Summary: [Workbench] Support double-click on a desktop file to open it in Eclipse
Status: RESOLVED DUPLICATE of bug 4922
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 enhancement with 7 votes (vote)
Target Milestone: ---   Edit
Assignee: Tod Creasey CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 60289
  Show dependency tree
 
Reported: 2003-11-25 23:17 EST by Ed Burnette CLA
Modified: 2009-12-18 06:25 EST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Burnette CLA 2003-11-25 23:17:26 EST
When I install Visual Studio, it associates all my .cpp, .java, and other 
files with VS so that when I double-click on them, VS opens (if it's not 
already open) and edits the file. Many other programs work this way, and I 
want the same thing to be possible with Eclipse.

The Fileopen plugin (eclipsepowered.org) sort of supports this for Eclipse 2.1 
but it requires Eclipse to already be open so it is of limited usefulness. 
Also this plugin doesn't supply any file icons or do the associations for you 
so it's hard to set up - I wrote the thing and I don't even use that part of 
it myself.

If there is more than one workbench up on the desktop, then I don't care which 
one it uses as long as it's consistent and only opens it once. First started, 
last started, window on top, etc., doesn't matter.

If this is a multi-user machine, then obviously it shouldn't open files in 
other people's workbenches. This implies some kind of user-specific IPC, and 
not just "open port xx on localhost" like the way Fileopen works.

If the desktop/explorer file opened happens to be in the workspace, then the 
workspace file should be opened (with all that implies for markers, etc.).
Comment 1 Jim des Rivieres CLA 2004-04-28 16:23:52 EDT
There is now a plan item bug 60289 that covers this functionality.
Comment 2 François Maurit CLA 2004-10-15 06:59:58 EDT
Voted for bug #4922 but that one looks like a better description of what I'm
looking for.
Unless it's a duplicate?
Comment 3 John Arthorne CLA 2006-03-08 15:34:33 EST
I think this should be marked as a duplicate of bug 4922. There
are several open bugs for this feature, which causes the CC list and votes to
become fragmented.
Comment 4 Tod Creasey CLA 2006-04-13 16:05:39 EDT

*** This bug has been marked as a duplicate of 4922 ***