Matt

Results 296 comments of Matt

@xxDark It doesn't show synthetics by default. I think we should probably make it invert that so synthetics _are_ the default. One of the menu buttons toggles it.

I think it'd be neat, but its not something I have high on the priority list. The way Recaf 3X is designed would allow an _additional_ web UI implementation. Though,...

Renaming the issue to more clearly indicate this could be done _as an addition_ rather than _a replacement_

> Go to Class As you found, its already added in 3X :) https://user-images.githubusercontent.com/21371686/144501022-b513d5e1-91c3-46b9-b5db-ce3fd5491a2d.mp4 For both 2X and 3X you can use the workspace filter as well. They both have...

Nav bar WIP: https://github.com/Col-E/Recaf/pull/503

I've been peeking at the quilt fork every now and then. Certainly looks nice and I hope to see more enhancements put into it. Currently in 2X we're using the...

The verify error is usually caused moreso by the exporting process being unable to compute the common types of items, and thus falling back onto `java/lang/Object` as a default. Variable...

[You always have to deal with stack frames, they've been required since Java 7](https://stackoverflow.com/questions/25109942/what-is-a-stack-map-frame). ASM, the bytecode library Recaf uses, automatically generates them for modified classes on export. Like I...

The `default` theme _(light mode)_ just strips Recaf of it's custom stylesheets. This breaks the style normally applied to the rename input.

^^ Demo showing what xxDark referenced https://user-images.githubusercontent.com/21371686/153416204-f9996eae-a574-46f0-afc6-b95ed7b02d8f.mp4