Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent font baseline in Java editor for wrapped method invocations #1760

Open
odrotbohm opened this issue Nov 1, 2024 · 0 comments
Open

Comments

@odrotbohm
Copy link

On the latest JDT release, code that's using wrapped invocations ends up being displayed in inconsistent font-baselines per line:

Screenshot 2024-11-01 at 14 28 51

As you can see above, the baseline for the first underlined line is much higher than for the second line. The third line is higher, too. The red line I added almost masks the difference a bit, but the different baselines are clearly visible in the method below, too. Simple, on-line declarations do not seem to suffer from the problem as visible in the field declarations and assignments in the constructor.

I am running STS (Eclipse 4.33.0.v20240903-0240) with JDT 3.19.600v20240903-0240 on MacOS Sequoia 15.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant