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:
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.
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: 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.