Memory Editor is now more intuitive
authorFabian Stemmler <stemmler@in.tum.de>
Fri, 11 Oct 2019 13:17:29 +0000 (15:17 +0200)
committerFabian Stemmler <stemmler@in.tum.de>
Fri, 11 Oct 2019 13:29:42 +0000 (15:29 +0200)
commit23335a13dfcfb22119c5e0184fbcd8d9caac3551
tree9ea0e454473985714810decccf6008e88fc7e56e
parent0298db577e6828c7dfbe1928eba5f851594a0b57
Memory Editor is now more intuitive

Users no longer need to specify the block of memory they want to see.
Instead they can jump to an address or scroll through the table freely.

Issue:
The table does not load new elements when the top or bottom end is
reached with keyboard inputs.
plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/editors/MemoryEditor.java
plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/tables/memory/MemoryTableContentProvider.java