-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to load custom OID maps #32
Comments
Actually, it is already there. See "OID lookup" section in latest release notes: https://github.com/PKISolutions/Asn1Editor.WPF/releases/tag/v23.10.24 Currently, I ship a pre-created OID.txt file and it is placed along with executable. It is not recommended to update it, because your edits will be lost with upgrade, this is why I've added a custom location in roaming user profile folder to store custom OID lookup table. Speaking about a context-menu: maybe it is a good idea. |
Thanks for the tip, this is very helpful. Exposing this option in the context menu would improve discoverability, in my opinion; because this is the natural place for one to stumble upon it. |
Thanks for the feedback, I'd be happy to test it. Where can I download the binary? |
Asn1Editor-23.11.22.zip |
It works, thanks a lot!
Understood, that's fine by me; though a low-hanging fruit would be to reload automatically for tabs that do not have edits. Some other points:
|
sounds reasonable.
Ok, will find something in my collection.
Ok. I just checked the most comfortable width for OID column by measuring existing OID list plus some extra space and set Friendly name column to fit column in normal window size plus scrollbar.
well, I can try to implement this within current session. I mean, they won't be saved in settings file. The reason is how settings are handled: I'm trying to overwrite the file immediately when setting is changed. When you resize the column, it will flood with width changed events and with every event it will try to overwrite the file and will eventually crash because previous event handler didn't finish and the file will be locked.
I think it can be accessed from both places, context menu and main toolbar. The behavior will be slightly different, from context menu the OID value is automatically copied to editor form. |
Asn1Editor-23.11.22.zip
|
There is one more update: OID Editor window respects font size settings. If you set it to 16, then all controls in the window will receive new font size. |
Here is the official release with requested functionality: https://github.com/PKISolutions/Asn1Editor.WPF/releases/tag/v23.11.24 |
A small usability improvement would be to let the user right-click on an object identifier and give it a human-readable alias.
This would make it easier to orient oneself within the data structure.
Perhaps the program could load these from a CSV file located in a particular place - this way the feature could work without having to make any changes in the GUI. Thus, everyone could maintain their own library of proprietary OIDs or share the list within a working group.
The text was updated successfully, but these errors were encountered: