rizinorg/cutter

Allow minimize / maximize widgets

Open

#3060 opened on Dec 23, 2022

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C++ (14,852 stars) (1,123 forks)batch import
UIgood first issue

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)

Contributor guide