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

TextView should support annotation #34

Open
uxmal opened this issue Aug 21, 2015 · 1 comment
Open

TextView should support annotation #34

uxmal opened this issue Aug 21, 2015 · 1 comment
Labels
enhancement This is a feature request

Comments

@uxmal
Copy link
Owner

uxmal commented Aug 21, 2015

An annotation would be visible as a little icon next to the annotated item. When clicked, the annotation should open up and display an editor for annotations. For disassembly window, these could be:

  • register value assumptions ("assume eax is 0x3000 at this point" )
  • register / memory type assumptions ("assume eax is of type int (*__cdecl)(double, char *)" )
  • General comments, which should be emitted in the final C code.
@uxmal uxmal added the enhancement This is a feature request label Aug 21, 2015
@uxmal
Copy link
Owner Author

uxmal commented Sep 10, 2015

Big step today, when TextView got support for arbitrary selection. We're close to being able to implement this now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This is a feature request
Projects
None yet
Development

No branches or pull requests

1 participant