Eclipse PDE partial foundation, and support for eclipse RCP(OSGI) platform and its application.
- Open Preferences... | Languages & Frameworks | Eclipse Target.
- Add the OSGI bundles that you want to work with (Eclipse root, Teamcenter root, plugins directory, etc.).
- Add the Eclipse PDE Partial facet (or by add framework) to any module that should be an Eclipse Plugins.
To run eclipse application on local machine, create a new Eclipse Application Partial run configuration. To run eclipse application on remote machine, create a new Eclipse Application Remote Partial run configuration, and set up wishes-launcher application information. It will connect Wishes service by RMI naming, and remote debug by JDWP.
Wishes-launcher application is available in the GitHub
The plugin is available in the JetBrains Plugin Repository, so you can download it directly from your IDE.
Please report any issues
Support coding with eclipse framework by using Java or Kotlin, or any other language supported by JVM.
Import or using class, methods will inspection with required-bundle and import-package
Support launch application and debug, hot swap class and break code
Launch application by local eclipse launcher, auto generate runtime file and bundle lists
By using Wishes-Launcher, allow using RMI to connect remote machine and debug by JDWP
Tag hint, attribute auto-completion, extension-point valid
Clone the project and open it in IntelliJ IDEA, Selection the Gradle task intellij > runIde
to start a sandbox
instance of IntelliJ IDEA with the plugin installed
Feature | PDE Partial | Osmorc |
---|---|---|
Framework support | equinox Only | equinox, felix, concierge, knopflerfish |
Project import support | x | by bnd |
Bundle source | eclipse target | bundle directory |
Manifest lint | partial support | partial support |
Manifest auto gen | x | by bnd |
Manifest manually edit | support with hint, reference navigate | support |
Code inspection | support | support |
Package accessibility | java, kotlin, import package, required bundle, re-export required bundle | java, import package only |
Quick fix | import package, required bundle, required bundle with version | import package |
Bundle startup manager | startup level only | startup level, auto startup |
BND | x | by bnd |
Maven | x | by bnd |
Library | auto create | x |
Facet | for binary package | for manifest file edit mode |
Artifact | auto create for package | x |
OSGI launche | x | support |
OSGI console | x | support |
Launche RCP | local run/debug, remote debug | x |
Development powered by JetBrains.
Whichever technologies you use, there's a JetBrains tool to match.