2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++14,852 stars (14,852 stars)1,123 forks (1,123 forks)batch import
Enhancementgood first issue
- Issue type
- feature
- Research direction
- Start by examining the current edit function code in Cutter's source, likely in the Dialogs or Widgets directory. Understand how the existing UI shown in the screenshots is implemented. Look at the referenced issue #1643 for function signature editing via 'afs' command. Investigate the difference between 'Edit function' and 'Edit >function' actions. Then design and implement the required changes: rename 'stack size' to 'stackframe size', add buttons for editing variables/arguments, and enable editing of xrefs and refs. No maintainer comments are present, so proceed based on the issue checklist. Consult the codebase structure and existing editor dialogs for patterns.