rizinorg/cutter

Allow minimize / maximize widgets

Open

#3 060 ouverte le 23 déc. 2022

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)C++ (1 123 forks)batch import
UIgood first issue

Métriques du dépôt

Stars
 (14 852 stars)
Métriques de merge PR
 (Merge moyen 8j 12h) (6 PRs mergées en 30 j)

Description

Is your feature request related to a problem? Please describe.

Having multiple widgets is very useful to analysis binaries. Especially analyzer can view both disasm code and decompiled code. However, code blocks can be very huge therefore the monitor can't display them all. An example of 1920x1080 screenshot image

Describe the solution you'd like Having a feature that allow minimizing widgets, so users can simple "hide" it when they need more space on the monitor. It's similar to vscode:

  1. The widgets are in "normal" mode image
  2. Hide the "bookmark widget" therefore "Search" widget has more space to display data

image

Describe alternatives you've considered

Double click on widget's title will maximum it, double click on it again restore previous size

Additional context

IMO, the advantage of this method is viewer don't have to remove, then add widgets again and again. And it could be very useful if user sets multiple widgets in 1 position (multiple tabs)

Guide contributeur