Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 500427

Summary: passing archive files to launcher should open SmartImport wizard, or select existing project
Product: [Eclipse Project] Platform Reporter: Mickael Istria <mistria>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: enhancement    
Priority: P3 CC: rhopp
Version: 4.6   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on: 500388    
Bug Blocks:    

Description Mickael Istria CLA 2016-08-29 10:07:00 EDT
+++ This bug was initially created as a clone of Bug #500388 +++

the use case is the if some user tries `./eclipse /path/to/project.zip` in CLI, they get Eclipse IDE as ready as possible to work with the folder. Showing the Smart Import wizard so user only has to apply to get started with their project in Eclipse IDE.
Comment 1 Mickael Istria CLA 2019-03-08 04:54:37 EST
I'm marking this one as WONTFIX by lack of interest in it.
Most end-users do first unzip content they receive (it makes everything easier), so I think the case of a end user willing `./eclipse blah.zip` to work is very anecdotical. For reference VSCode doesn't handle it neither.
What could be more interesting if we want to better cover the scenario of end-users opening a zip in Eclipse IDE would be to have a "smart-ish" editors listing the content of the zip, and providing a nice and very accessible button to "Import zip content as project into workspace".