chcg / NPP_HexEdit

Notepad++ Plugin Hexedit
821 stars 156 forks source link

how works "compare HEX" #59

Open BlackMage2 opened 2 years ago

BlackMage2 commented 2 years ago

how works the function "compare HEX"? with me it is always grayed out

chcg commented 2 years ago

See https://github.com/chcg/NPP_HexEdit/blob/baea843bab0331625375aef90f8acaee9a343ca5/HexEditor/src/Hex.cpp#L1460-L1589

Two views (via context menu "Move to other view") are needed with hex mode active to have the menu command available.

grafik

But I encountered some crashes of N++ and access violations when I tried to use this option.