eclipse-pde-partial-idea icon indicating copy to clipboard operation
eclipse-pde-partial-idea copied to clipboard

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

Results 12 eclipse-pde-partial-idea issues
Sort by recently updated
recently updated
newest added

Version 1.6.1, IntelliJ IDEA 2023.1 (Ultimate). I just opened a Java/Groovy project - my local clone of https://github.com/spockframework/spock - with absolutely no relationship to PDE or OSGi whatsoever for the...

bug

**Is your feature request related to a problem? Please describe.** The dependencies management does not follow OSGi strictly, If I use a package in a class and don't declare it...

**Is your feature request related to a problem? Please describe.** If there are errors on 'export-package', it still launches without any problem, but it will fail on eclipse or cli...

**Describe the bug** I am developing with this plugin and gradle(compile and package) in IDEA.My project fileTree like this ``` xxxxproject: - META-INF/MANIFEST - src/main/java/.... - build.gradle - plugins.xml ```...

enhancement

After upgrading from Tycho 2.7.x to 3.0.4, I am seeing this in all OSGi modules, trying to import them from Maven. The result is that no OSGi modules can be...

In IDEA, I am getting compile errors, because Eclipse plugin manifests can look like this: ```text Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.aspectj; singleton:=true Bundle-Version: 2.2.4.qualifier Bundle-Vendor: %providerName Bundle-Localization:...

question

It seems there is no way to change how the inspection is reported in the editor. ![image](https://user-images.githubusercontent.com/19871649/185809255-1911c6bf-24cc-404a-8198-f1995a657c0f.png) Environment: ``` IU-222.3739.54 cn.varsa.idea.eclipse.pde.partial (1.4.2) ```

bug

I'm using Eclipse Tycho to import repositories with `p2` layout. I'm not using the Target Platform configuration. However PDE Partial does not understand that I already have dependencies imported. Take...

enhancement

Following issue #80, an enhancement to simplify Target Platform management could be supporting composite repositories. https://wiki.eclipse.org/Equinox/p2/Composite_Repositories_(new) Basically two files, `compositeContent.xml` and `compositeArtifacts.xml`, explain how to access the - real -...

enhancement

### Discussed in https://github.com/JaneWardSandy/eclipse-pde-partial-idea/discussions/65 Originally posted by **hengsin** February 17, 2022 Hi, is there any plan to add support for Eclipse Application Launch Configuration ? That will help a lot...

enhancement