Bug 579667

Summary: [Import/Export] Extend the list of all supported archives
Product: [Eclipse Project] Platform Reporter: Pavel Kholyavko <pavel.kholyavko>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: pavel.kholyavko
Version: 4.15   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Pavel Kholyavko CLA 2022-04-11 14:27:05 EDT
The list of all supported archives cannot be extended for "Archive File", "Existing Projects into Workspace", "Projects from Folder of Archive" import wizards.


Entry points:
org.eclipse.ui.internal.wizards.datatransfer.SmartImportRootWizardPage#createInputSelectionOptions
org.eclipse.ui.internal.wizards.datatransfer.WizardProjectsImportPage#FILE_IMPORT_MASK
org.eclipse.ui.internal.wizards.datatransfer.WizardArchiveFileResourceImportPage1#FILE_IMPORT_MASK


Supported archive extensions are hardcoded into these classes.

Please add the capability to support custom archive extensions.

Thanks.