Clicking behavior when indentation is present differs between Eclipse 4.36 and 4.37 #3466
Closed
xinyi-gong
started this conversation in
General
Replies: 2 comments
-
|
Please provide either a test, screenshot or video showing the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I realized that the IDE I was using was Eclipse 2025-09 M2. I tested the official Eclipse 2025-09 release, and the issue no longer occurs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm a developer working on Copilot for Eclipse plugin. I am currently working on a feature that needs to extend the textViewer to show some next edit suggestions. As part of a feature I’m developing, I need to set a custom line indentation on a specific line within a TextViewer.
In Eclipse 4.36 and earlier, this worked as expected. When I added indentation, clicking inside the indentation area or nearby lines did not cause the indentation to disappear/fickers.
However, starting from Eclipse 4.37, I’ve observed a different behavior:
I’m trying to understand why this behavior changed.
Was this an intentional design update — for example, to allow the editor to automatically respond to user clicks and clear indentation, or could it be an unintended side effect of recent UI changes in the text framework?
Any insights into what might be causing this difference in behavior between 4.36 and 4.37 would be greatly appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions