robmcmullen / omnivore

Hex editor and debugging emulator, sponsored by the Player/Missile Podcast
Mozilla Public License 2.0
53 stars 7 forks source link

Add multiple cursors #106

Closed robmcmullen closed 4 years ago

robmcmullen commented 7 years ago

Add multiple cursors, like Sublime Text, so you can make the same changes in more than one place

robmcmullen commented 7 years ago

May not be as hard as I initially thought, because most commands are already set up to operate on ranges; multiple cursors are just like multiple ranges of 1 byte. Would have to deal with cursor advancing and how to draw multiple cursors on the grid.

robmcmullen commented 4 years ago

Handled in compactgrid!