antareus
Starting Member
1 Posts |
Posted - Feb 07 2005 : 9:21:47 PM
|
Since a lot of VAX users program in unmanaged C++, we have to make do with a language that doesn't have built-in property support (like C#'s). Fortunately, Microsoft offers an extension that can aid in cleaning syntax (__declspec(property)) of repetitive Get/Sets. It even shows the cute little hand icon on the menu. My only qualm is that the property itself is shown, and the function(s) that it calls are redundantly shown. It would be nice if the user could elect to prune the completion menu of member functions that have properties mapped to them, and instead just show the actual properties. |
|
feline
Whole Tomato Software
United Kingdom
19021 Posts |
Posted - Feb 08 2005 : 4:14:58 PM
|
i do all of my programming in unmanaged C++, so do most of the regulars. are you aware of the filtering options for completion listboxes
i am just wondering if this could have unwanted side effects. wholetomato like to keep the options to a minimum. so the question is, would filtering like this cause a problem. |
zen is the art of being at one with the two'ness |
|
|