Bug 579667 - [Import/Export] Extend the list of all supported archives
Summary: [Import/Export] Extend the list of all supported archives
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.15   Edit
Hardware: PC Mac OS X
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-11 14:27 EDT by Pavel Kholyavko CLA
Modified: 2022-04-11 14:27 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 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.