Bug 157291 - context help in the standard builder properties page doesn't activate properly
Summary: context help in the standard 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 (vote)
Target Milestone: 3.1.1   Edit
Assignee: Doug Schaefer CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2006-09-14 06:29 EDT by Crispin Semmens CLA
Modified: 2009-01-09 16:59 EST (History)
0 users

See Also:


Attachments
smoothens context help activation on page changes (9.36 KB, patch)
2006-09-14 06:35 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-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.