Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] RCP and org.eclipse.ui.ide

Hello,

currently the org.eclipse.ui.ide plugin is not intended for inclusion
in RCP applications. The ide plugin still contains many useful classes
for dealing with the org.eclipse.core.resources plugin.

Here are a few examples:

copy ui action
rename ui action
delete ui action
refresh ui action
open/close project ui action
workspace locking
workspace switching dialog
wizards (new file, new folder, etc.)
...

Are there any plans to create a new plugin which
provide these features to RCP applications ?

Thanks,
Jörn

Back to the top