Col-E / Recaf

The modern Java bytecode editor
https://recaf.coley.software
MIT License
6.02k stars 465 forks source link

UI customization support #12

Closed Col-E closed 6 years ago

Col-E commented 7 years ago

Example of values for list components:

Col-E commented 7 years ago

Started on this in https://github.com/Col-E/Recaf/commit/5929c695a6c7287c259ed84a9984c40413e67b76.

Currently only changing colors is supported.

Col-E commented 6 years ago

With fea1855668e5916c9182f7a3db3dbf41cfc40cc1 comes the ability to edit the right-click context menus. You can move the order around in the UI and if you want to flat-out remove things from the list, you can do that in the config json.

Col-E commented 6 years ago

With the rewrite https://github.com/Col-E/Recaf/issues/45 being JavaFX, UI customization will be handled mostly by CSS.

Col-E commented 6 years ago

Addressed via JavaFX CSS in the redesign