PKISolutions / Asn1Editor.WPF

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

Provide better UX when creating new node #49

Closed Crypt32 closed 2 months ago

Crypt32 commented 2 months ago

Currently, new node creation with value looks like this:

  1. Press "New node" button
  2. Specify node ASN type. Press Ok to save empty node (value insertion at this point is not allowed).
  3. Double-click on newly-created node
  4. Provide value and press Ok.

This behavior was preserved from original ASN.1 Editor and is somewhat inconvenient because it requires to enter value editor dialog twice.

In addition, types are specified by their integral values which means that you need to remember all of them.