Bug 156679

Summary: context help in the managed builder properties page doesn't activate properly
Product: [Tools] CDT Reporter: Crispin Semmens <crispin.semmens>
Component: cdt-coreAssignee: Doug Schaefer <cdtdoug>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 Keywords: contributed
Version: 3.1.1   
Target Milestone: 3.1.1   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
updating deprecated calls and smoothing context help bjorn.freeman-benson: iplog+

Description Crispin Semmens CLA 2006-09-08 06:06:56 EDT
Open a C/C++ managed builder project properties dialog, and try pressing F1 on any CDT contributed properties page. Compare the behaviour to the externally contributed properties pages. The CDT context helps don't activate properly, and don't update on page changes properly.
Small patch coming up.
Comment 1 Crispin Semmens CLA 2006-09-08 06:33:11 EDT
Created attachment 49703 [details]
updating deprecated calls and smoothing context help

- compare the context sensitive help provision on the managed builder project properties pages, now it should auto update when the user changes pages, and I've added in the documentation page which was missing before.
- there were a load of deprecated calls to enable context sensitive help. i've updated them to the current standard.
Comment 2 Crispin Semmens CLA 2006-09-14 06:37:43 EDT
see bug 157291 for a patch for the standard build property page version of this bug.
Comment 3 Doug Schaefer CLA 2006-09-14 23:02:10 EDT
I have applied these patches. Crispin, please test Friday's build to make sure the changes you want have been done correctly. Thanks.