Skip to content

JaneWardSandy/eclipse-pde-partial-idea

Repository files navigation

Eclipse PDE Partial IDEA Plugin

Apache License Version View at JetBrains Release Dependabot Updates

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, p2, 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.

Breaking Changed: Versions after v1.6.8 no longer support remote debugging and Wishes-launcher

Download

The plugin is available in the JetBrains Plugin Repository, so you can download it directly from your IDE.

Issues or questions?

Please report any issues

Features

Eclipse Target Application

Support coding with eclipse framework by using Java or Kotlin, or any other language supported by JVM.

Dependency Detect

Import or using class, methods will inspection with required-bundle and import-package

Launch Plugins

Support launch application and debug, hot swap class and break code

Launch application by local eclipse launcher, auto generate runtime file and bundle lists

plugin.xml resolve

Tag hint, attribute auto-completion, extension-point valid

Running from source

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

Comparison

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
Launch RCP local run/debug x

Screenshots

LocalRunConfiguration

LocalRunWithKotlin

Target

StartLevel

CheckBundles

FilterBundles

CodeInspection

QuickFixCode

ManifestMFInspection

AutoDependencies

AutoLibraries

PluginXMLEPCompletion

PluginXMLCompletion

PluginXMLIdCompletion

Thanks

Development powered by JetBrains.

JetBrains Logo (Main) logo

Whichever technologies you use, there's a JetBrains tool to match.

About

Part of the functions belonging to Eclipse PDE are reimplemented in IDEA

Topics

Resources

License

Stars

Watchers

Forks

Contributors