rizinorg/cutter

Allow minimize / maximize widgets

Open

#3.060 geöffnet am 23. Dez. 2022

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (1.123 Forks)batch import
UIgood first issue

Repository-Metriken

Stars
 (14.852 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T 12h) (6 gemergte PRs in 30 T)

Beschreibung

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)

Contributor Guide