You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
Uniwares
Posted - Sep 08 2006 : 7:46:34 PM VS2005, C#
The HCB shows the following when hovering over the System.Environment class:
I do not understand the "+" in the tooltip for the enum. The context bar shows the same. Besides, the HCB shows System.Environment, System.Object and System.enum as base classes, which in turn recurses endless.
When positioning the cursor over "Environment.SpecialFolder.Personal", the context bar shows "SpecialFolder Personal : SpecialFolder Personal" - more or less randomly colored I'd say since none of the colors is correct, neither the syntax.
The members of Environment.SpecialFolder when shown in the HCB are colored in various colors too, from blue for "Programs" and "System" to brown for "SendTo" and "Startup" and grey for most others.
1 L A T E S T R E P L I E S (Newest First)
feline
Posted - Sep 09 2006 : 4:25:46 PM the + sign in the text is covered by
case=2443
and the odd colours are covered by
case=2444
the colours are rather odd when you notice that they are correct in completion listboxes.