NebelNidas

Results 68 comments of NebelNidas

@toqzd0 Can you upload/link the JAR file in question? If its license allows it

What I've found so far: - The issue is unrelated to [Swing-DPI](https://github.com/lukeu/swing-dpi). - Our `HighlightPainter`s aren't at fault either, the `DefaultHighlightPainter` produces the same results. - The incorrect positioning only...

Some test results (font sizes measured from incl. 9 to incl. 33): Monitor resolution OS Scaling Enigma Scaling Working Editor Font Sizes 2560x1440 125% 100% 13, 20, 26/27, 33 125%...

Since this is a LAF problem, and Enigma now offers the ability to chose between multiple different options, I consider the issue fixed.

I suppose your subprojects are using different MC versions? In that case, breakage is expected. Although Loom should probably catch that beforehand and print an error message

The main motivation behind this addition is to allow for programmatic querying of format features. See `SubsetAssertingVisitor` for example. Consumer applications might also want to limit their export options available...

The tests are only failing because of #97, apart from that everything works fine

You could use Matcher for this, once it can be consumed as a library at least. To prevent false positives, you can only use results above a certain threshold

Works fine with my testing. The only issues left are ones that have to be fixed by other PRs: - `value` and `valueOf` in Enums are currently reported as renamable,...

This PR has some serious performance problems when importing larger JARs, and to be fair, the UI isn't great either with how clamped up everything gets, I think this needs...