uxmal / reko

Reko is a binary decompiler.
https://uxmal.github.io/reko
GNU General Public License v2.0
2.13k stars 252 forks source link

TextView should support annotation #34

Open uxmal opened 9 years ago

uxmal commented 9 years ago

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:

uxmal commented 9 years ago

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