angr / angr-management

The official angr GUI.
BSD 2-Clause "Simplified" License
868 stars 109 forks source link

Add descriptions to config entry items #1095

Open mborgerson opened 11 months ago

mborgerson commented 11 months ago

Description

We can simplify some preferences widget creation logic by adding preference descriptions to the config entries, e.g. to build the list of font configs we should just be able to iterate over all entries and pick up the font items instead of needing to specify the displayed items and their decriptions in the Style dialog.

Alternatives

No response

Additional context

No response