Simeon Andreev

Results 39 comments of Simeon Andreev

> Can you please provide exact steps to reproduce from a fresh IDE? Have a workspace with many Java/plugin projects, try to edit a file while the workspace is being...

Some viewer update problem? I see the total matches count is consistent...

I'm not sure if this is a good fix, code-wise it doesn't seem like a good change. So far I don't have an idea how a good fix would look...

> Just wondering, why should project still point to the link if this information is explicitly deleted from .project? Do I miss something? I don't think it should, but the...

Seems like `LocalMetaArea.readPrivateDescription()` is for legacy state. It doesn't run any code now, it just exits early. Instead the description is read with this line: ``` description = new ProjectDescriptionReader(target).read(new...

Considering there is no old state to compare to, I wonder if we want to delete the linked folder resources (the project children, not the actual target folders) from the...

The problem is still seen. This "fixes" the bug: ``` diff --git a/debug/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchManager.java b/debug/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchManager.java index 80a62dfea1..35228b29ad 100644 --- a/debug/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchManager.java +++ b/debug/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchManager.java @@ -551,8 +551,8 @@ public class LaunchManager extends PlatformObject...

> I don't see an environment variable with the theme name. Is that correct ? Do you use/have `GTK_THEME`?

> I believe SWT already had extra css styles for Adwaita. Seeing more people complaining about breeze, would it make sense to add our breeze css patch file to SWT...

There are artifacts with the current change, will have to look into those when I find time: [gh2260_content_assist_artifacts.webm](https://github.com/user-attachments/assets/efac548a-60b8-45ec-9dd7-3e237e4cacdd) Opened https://github.com/eclipse-jdt/eclipse.jdt.ui/issues/1643 for this.