reko icon indicating copy to clipboard operation
reko copied to clipboard

The `Mark Type` dialog is non-intuitive and needs improvement

Open uxmal opened this issue 2 years ago • 0 comments

Although the basic functionality is there, it is hard to understand how to use it (#1286) Here are some suggestions:

Add a prompting text, such as

Enter the data type and name for the selected memory address. Use

  • C syntax
  • Rust syntax
  • Reko Hungarian syntax

Followed by a textbox where the user can enter their declaration.

Also, make it possible to discover that a piece of data has a type, by hovering over it, you should see a tooltip with the data type for a given blob of memory. Naturally, selecting the Mark Type command should allow you to edit previously entered data. Finally, there should be a way to delete user-entered annotations (see #1218)

uxmal avatar Nov 21 '23 22:11 uxmal