eclipse.platform
eclipse.platform copied to clipboard
###problem: I often use Ctrl+E to switch Editors and Ctrl+F7 to switch Views in my work, but the actual application experience is not good ###Suggestion: The effect of Ctlr+e switching...
The JobFramework has a nice integration in eclipse but using them (especially for smaller tasks) can be a bit cumbersome. This adds two ne methods (execute and compute) that connect...
The following new fragment for WoA is added to the project to support auto-refresh using native code: ``` org.eclipse.core.resources.win32.aarch64 ``` To manually build the auto-refresh native library for WoA, on...
Problem: After creating a woking set based on the project, no matter how I select it, the files opened by the editor on the right side of the woking set...
Description: The font display of the working set content in the editing working set dialog box is not used Environment : OS: Windows 10 IDE:Eclipse IDE for Java Developers Version:...
`ProcessConsoleTests#testProcessTerminationNotificationWithInputFile()` (and maybe other tests in `ProcessConsoleTests`) are randomly failing when checking for logged errors during teardown, e.g.: https://github.com/eclipse-platform/eclipse.platform/pull/1031/checks?check_run_id=19741209418 ``` Test triggered errors. expected: but was: java.lang.AssertionError: Test triggered errors....
Whenever a project is closed, its resource tree is saved. This includes linked resources in the project. When the project is re-opened, link changes in the .project file are not...
In our product, we have a builder that reads linked folders. The builder runs into a NPE, due to stale links information. The stale links information results due to the...
I have this in my pom.xml: ``` maven-surefire-plugin ${v.plugin.surefire} org.jboss.logmanager.LogManager ${maven.home} ``` When running Junit tests of the entire project (`mvn test`), the **logging** within all test classes works as...