hexo-theme-mellow icon indicating copy to clipboard operation
hexo-theme-mellow copied to clipboard

[ Core ] HEXT improvements

Open shikulja opened this issue 2 years ago • 0 comments

Ignore empty addresses 518370= 518370 = #Comment

Ability to comment on each line 5183D4 = 28 45 78 FF #Comment 5183D4 = 28 45 78 FF {Comment}

This affects efficiency, but for modern PCs this is negligible.

It is necessary for a convenient and compact type of comments, especially if there are a lot of addresses.

Now it looks like this:

#comment1 address1 =

#comment2 address2 =

in this form, the number of lines is much larger, and it is more difficult to count them without comments. It is also more difficult to insert from exel spreadsheets.

Tables when copied look like this:

#Poison 51D246 = 30 4F 49 53 4F 4E FF 51D246 = 30 4F 49 53 4F 4E FF #Poison

that is, it now requires a shift to NewLine if the comment is at the beginning of a line. Or manual editing if the comments are at the end of the line.

shikulja avatar Sep 13 '22 17:09 shikulja