rizinorg/cutter

Allow minimize / maximize widgets

Open

#3.060 aberto em 23 de dez. de 2022

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)C++ (1.123 forks)batch import
UIgood first issue

Métricas do repositório

Stars
 (14.852 stars)
Métricas de merge de PR
 (Mesclagem média 8d 12h) (6 fundiu PRs em 30d)

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)

Guia do colaborador