robmcmullen / omnivore

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

Paste multiselection style problem #103

Closed robmcmullen closed 7 years ago

robmcmullen commented 7 years ago

Paste a multiselection with comments doesn't place style in the right places. Rather than compressing the empty space between consecutive selections, the styling appears to be in the same relative position as the source ranges.

robmcmullen commented 7 years ago

Duh. This is by design. I've forgotten my own design! To get the effect desired here, select the destination range and the copied bytes/etc will be compressed starting at the beginning of the range.