PKISolutions / Asn1Editor.WPF

Graphical WPF-based Abstract Syntax Notation One (ASN.1) DER editor
Microsoft Public License
193 stars 61 forks source link

Advanced bin2 string #27

Closed Crypt32 closed 1 year ago

Crypt32 commented 1 year ago

Reworked binary converter window. Thanks to extended SysadminsLV.Asn1Parser.EncodingType enumeration, we have support for a wider range of PEM headers. Since the new enumeration is much larger, radiobutton stack is removed and replaced with a combobox on a toolbar: image Combobox groups string formats into two groups: PEM and HEX. This also fixes an annoying bug with HexRaw enumeration which automatically extends the window horizontally outside of display boundaries, because raw HEX doesn't have any text wrapping marker and WPF is unable to wrap very long string.