Bug 156679 - context help in the managed builder properties page doesn't activate properly
Summary: context help in the managed builder properties page doesn't activate properly
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 3.1.1   Edit
Hardware: PC Windows XP
: P3 normal with 1 vote (vote)
Target Milestone: 3.1.1   Edit
Assignee: Doug Schaefer CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2006-09-08 06:06 EDT by Crispin Semmens CLA
Modified: 2009-01-09 16:58 EST (History)
0 users

See Also:


Attachments
updating deprecated calls and smoothing context help (14.97 KB, patch)
2006-09-08 06:33 EDT, Crispin Semmens CLA
bjorn.freeman-benson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.