eclipse.platform icon indicating copy to clipboard operation
eclipse.platform copied to clipboard

Results 244 eclipse.platform issues
Sort by recently updated
recently updated
newest added

## Steps to reproduce 1. Open Compare Editor for two different revisions or files. For example, open two revisions of a java file. 2. Split Compare Editor vertically: Window >...

bug
help wanted

When the .project file changes (e.g. because of update from version control or edit by hand) it seems the label for the project is not updated.

While using the on-screen keyboard feature on macOS(Sonoma version 14.4.1), a critical bug has been identified. while pressing the "Tab" key (to navigate between elements) Eclipse abruptly crashes and terminates....

macOS

https://bugs.eclipse.org/bugs/show_bug.cgi?id=421054 complains that it is not possible to use the Plugin Dependencies as a DND link source; No org.eclipse.swt.dnd.DragSource is declared. Suggest that a default DragSource is declared for all...

enhancement

The folder `.metadata\.plugins\org.eclipse.core.resources\.projects ` contains multiple super small files per project. Saving and loading small files on windows is inefficient. It costs needless performance (and has a overhead on filesystem...

enhancement
performance

The new label from #731 shows with truncated text on all my kubuntu - based machines: ![image](https://github.com/eclipse-platform/eclipse.platform/assets/24587985/b38ff645-6f6a-4730-89f4-8b7c981cf0b1) I get the same results in existing workspaces and also using a fresh...

bug

- [X] I verified I can reproduce this issue against [latest Integration Build of Eclipse SDK](https://download.eclipse.org/eclipse/downloads/) ## Steps to reproduce From a fresh installation and clean workspace: - install any...

bug

On Eclipse 2024-03 Java IDE, the Windows Defender exclusion check runs again and again, no matter how often I permit it to add an exception with admin privileges. If it...

bug

I see the following in users logs quite frequently: ``` !ENTRY org.eclipse.ui.console 4 120 2024-03-19 16:53:40.505 !MESSAGE An exception occurred during console notification !STACK 0 java.lang.IllegalArgumentException: High water mark must...

enhancement

catch the RuntimeException for the code robustness ``` MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.e4.ui.workbench.swt". !STACK 0 org.eclipse.core.runtime.InvalidRegistryObjectException: Invalid registry object at org.eclipse.core.internal.registry.RegistryObjectManager.basicGetObject(RegistryObjectManager.java:293) at org.eclipse.core.internal.registry.RegistryObjectManager.getObject(RegistryObjectManager.java:283) at org.eclipse.core.internal.registry.ConfigurationElementHandle.getConfigurationElement(ConfigurationElementHandle.java:29) at...