Bug 305345 - [EditorMgmt] Provide a protocol handler to open files in eclipse
Summary: [EditorMgmt] Provide a protocol handler to open files in eclipse
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.6   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-10 11:10 EST by Erwan CLA
Modified: 2015-04-17 04:25 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erwan CLA 2010-03-10 11:10:31 EST
Build Identifier: I20100309-0809-linux-gtk-x86_64

Now that bug #4922, this should be fairly straight-forward (just add some entries in the registry for Windows and in gconf for Linux).

The idea is to provide a protocol to open files in Eclipse from a web page, for example:
eclipse://c:/workspace/project/MyClass.java#50
  => would open the corresponding file in Eclipse.

This would be very useful for all web frameworks: in dev mode, frameworks could provide these kinds of links in the error pages. That way, when a runtime exception appears the developer can just click on the link from the error 500 page and get to the correct place in Eclipse.


Reproducible: Always