kukido / eclipser

Eclipser is an IntelliJ plugin. It converts Eclipse launch configurations into IntelliJ IDEA run configurations.
Apache License 2.0
37 stars 28 forks source link

Add support for launchConfiguration type = "org.eclipse.pde.ui.RuntimeWorkbench" #18

Closed otopba closed 9 years ago

otopba commented 9 years ago

Please add support for type "org.eclipse.pde.ui.RuntimeWorkbench"

kukido commented 9 years ago

This request is a duplicate of #15. RuntimeWorkbench is Eclipse application itself. There's no Eclipse runner in IntelliJ for obvious reasons, hence the plugin does not support this kind of launchers.