User | Kudos |
---|---|
6 | |
5 | |
2 | |
2 | |
2 |
Everyone knows, actual assembly and constructor selection through dropdown and objects is very painful.
Disadvantage: A programmer has exactly to know, what he search for and in which assembly he can find it.
Common .NET Editors supports users with dot notation and text recognition. e.g. Visual Studio
OK that is luxury and not necessary - but what about a simple filter input field like in "Edit Events" dialog?
To capture this in a nutshell:
- add a filter input field
- add a little bit luxury with dot notation and autocomplete
- maybe there is a way for remanent selection of some default assemblies (cf. Visual Studio) so that filter base is fast and assembly dropdown must not use all time
Benefit: Notation to select a constructor (or method or property in other nodes) is that the filter input string is similar to all .NET class documentations, tutorials and examples. Transfer will be much easier.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.