Bug 157291

Summary: context help in the standard 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
smoothens context help activation on page changes bjorn.freeman-benson: iplog+

Description Crispin Semmens CLA 2006-09-14 06:29:42 EDT
+++ This bug was initially created as a clone of Bug #156679 +++

Open a C/C++ standard 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-14 06:35:50 EDT
Created attachment 50145 [details]
smoothens context help activation on page changes

this patch enables context sensitive help switching on page changes on the three CDT pages of the standard make project properties dialog that aren't already covered by the managed make dialog. (I have submitted bug 156679 to deal with that)
Also fixed a niggle with an extra tab (the 'C/C++ Make Project/Environment) causing a help system numbering sequence to misalign.
Comment 2 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.