User | Kudos |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |
Quick drop is fairly limited when dealing with .NET or activeX code (or any other property/invoke node heavy application), since there is no way to access anything but the property node itself. To improve this, I propose adding support for dot notation in quick drop to access properties. My idea:
If nothing is selected, and the user begins typing the name of a class, offer the class as an option with [VI server] or something appended to it. If the user types a "." after the class, populate the quick drop window with all of the properties and methods of that class. For example:
If the user selects a property with subproperties, repopulate quick drop with all of the subproperties, for example :
Once the user reaches a property with a value or a method, quick drop would create the node with the selected property/method for you to drop:
The closest thing to this idea that I know of is the Ctrl+B shortcut which allows for changing the class, but I think that adding support for dot notation would make programming with property nodes much easier, and would also make it easier for .NET programmers to use LabVIEW.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.