PKISolutions / Asn1Editor.WPF

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

Filter for file type in open dialog #6

Closed RufusJWB closed 5 years ago

RufusJWB commented 5 years ago

It would be nice, if the open file dialog would be filtered for readable file endings.

image

Crypt32 commented 5 years ago

I declined this idea at the beginning. Original ASN.1 Editor (by Liping Dai) uses file type filters. In my practice, I often had to go to change filter in order to get my file shown in the dialog, because my files had a variety of file extensions and constant filter changes is more annoying than no filtering. This is something I'm not going to fix.

RufusJWB commented 5 years ago

Understood. Makes sense :-)