Display Option to Compress Redundant Lines

Wishlists for new functionality and features.
Post Reply
maddes_b
Posts: 2
Joined: 05 Jul 2019 16:06

Display Option to Compress Redundant Lines

Post by maddes_b »

Add an option to compress the display of redundant lines according to the current bytes per line.

Example with 15 bytes per line:

Code: Select all

00 10 00 00 00 00 00 00 00 00 00 00 0F 00 00
00 10 00 00 00 00 00 00 00 00 00 00 0F 00 00
00 10 00 00 00 00 00 00 00 00 00 00 0F 00 00
00 10 00 00 00 00 00 00 00 00 00 00 0F 00 00
00 10 00 00 00 00 00 00 00 00 00 00 0F 00 00
00 10 00 00 00 00 00 00 00 00 00 00 0F 00 00
...would become...

Code: Select all

00 10 00 00 00 00 00 00 00 00 00 00 0F 00 00
...
00 10 00 00 00 00 00 00 00 00 00 00 0F 00 00
drdoc
Posts: 2
Joined: 04 Jun 2020 20:19

Re: Display Option to Compress Redundant Lines

Post by drdoc »

+1
Post Reply