eclipse.platform
eclipse.platform copied to clipboard
If projects are nested (which is typical for maven reactor and modules), then launch configs stored in the nested project are shown twice in the run drop down. It might...
AntLaunchShortcutWithDialog now implements only ILaunchShortcut interface. The common implementation of AntLaunchShortcut and AntLaunchShortcutWithDialog are moved to AntLaunchShortcutCommon class Fixes https://github.com/eclipse-platform/eclipse.platform/issues/527
Tests may be (and actually are every now and then) hanging for different reasons, such as livelocks or deadlocks. A hanging test does not log anything on its own anymore,...
During build errors are reported, which i don't know how to solve: ``` 14:06:41.966 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/eclipse.platform_PR-764/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/presentations/IntroLaunchBar.java:19: error: package javax.annotation does not exist...
Steps : Open compare editor for file comparison start typing / editing either left or right side file of compare editor. Compare editor does not mark the difference until we...
If I call `org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.run(boolean, boolean, IRunnableWithProgress)` and pass `false` as the first parameter (`fork`) then the progress indicator never shows up in the bottom area of the dialog. This was...
Debug support doesn't make sense headless; the debug bundles should be moved to eclipse.platform.ui.
### Discussed in https://github.com/eclipse-platform/eclipse.platform/discussions/680 Originally posted by **JavaJoeS** September 13, 2023 Add PKCS12 and PKCS11 implementation. See; https://github.com/eclipse-m2e/m2e-core/discussions/1538
org.eclipse.core.runtime.Preferences is deprecated since 2014, but there are still as of today 46 matches. It would be good to get the reference count down her and seems a good first...
When file is quite large, and scrolling is needed, org.eclipse.compare.internal.merge.DocumentMerger.realToVirtualPosition(char, int) method can have type overflow when multiplying (see 1022 line). This gives sometimes negative number and results in wrong...