eclipse.platform
eclipse.platform copied to clipboard
Change title from "Skip All Breakpoints" to "Toggle Skip All Breakpoints" when toggled
Fixes #798. m2e projects can be nested (e.g. modules stored inside a reactor). Launch configs stored the inner nested projects appear twice, because they are not equal with the old...
Improve logic for auto-enable/-disable of scroll lock in TextConsoleViewer #669 - Improved logic for checking if the end of the document is reached. - Added condition to set scroll lock...
As discussed in #673 Would something like this be acceptable? I could not test the change so I do not know this will work yet so please do not yet...
Reads all projects in parallel. As this was done during ResourcePlugin.start() it had to be deferred as multithreaded classloading during BundleActivator#start(BundleContext) is not supported. All that happens while splash screen...
This is a draft to investigate the possible options to use the [Project Panama](https://openjdk.org/projects/panama/) in [Eclipse platform](https://github.com/eclipse-platform/eclipse.platform/issues/301) code. The goal is to wrap the Linux [inotify API](https://man7.org/linux/man-pages/man7/inotify.7.html) to watch folders...
Follow up on https://github.com/eclipse/tm4e/issues/703#issuecomment-1944801545. It looks like we have a strange content type handling that results in https://github.com/eclipse/tm4e/issues/703 (as one example). Here what was found by @sebthom: > Ok, I...
We observe, that eclipse is getting slower and slower while using it. After restarting it's faster. We now have an example where the heapdump shows 39_483 org.eclipse.core.internal.dtree.DeltaDataTree/org.eclipse.core.internal.watson.ElementTree for only 956...
My eclipse IDE just stuck. I had a git pull which reported a change in "build.properties" and "MANIFEST.MF". I opened compare viewer and used "replace with" in Git stating view...
Fixes https://github.com/eclipse-platform/eclipse.platform/issues/1207