Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI features checklist #1

Open
3 of 17 tasks
randomdude999 opened this issue Mar 12, 2024 · 0 comments
Open
3 of 17 tasks

UI features checklist #1

randomdude999 opened this issue Mar 12, 2024 · 0 comments

Comments

@randomdude999
Copy link
Collaborator

randomdude999 commented Mar 12, 2024

just brainstorming right now, feel free to edit

(leaving all the parts that are only in the imgui version unchecked for now)

  • viewing disassembly
    • syntax highlighting? or at least some colors
    • highlight label
    • find all references to label
    • jump to address
    • jump to label definition
  • editing
    • add/edit/delete comment (only one per line, empty = no comment)
    • add label before line (works, but we should probably allow multiple labels per line)
    • edit label
    • delete labels
    • edit asm arguments
  • keyboard navigation
    • keep track of currently focused line, and allowed labels to be focused separately
    • vim-style motions for n lines up/down (is this overkill?) - if we add this, should also have something like vim's relativenumber to easily see where to jump to
    • shortcuts to add label before line, edit label, edit asm argument, edit comment
    • shortcut for jump to address

also we might want more stuff on one line? (merge multiple db commands, etc)

will have to consider how the editor UI works in that case (especially when there are multiple editable things on one line)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant