1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Added comment reminder to look into adding help pages in the future.

Initial investigation shows this to be a potentially Non-trivial task since 
we will have to extend Eclipse's internal class IHelpContextIds
This commit is contained in:
Judy N. Green 2002-09-16 13:36:20 +00:00
parent de7ab17cbe
commit 15b2e81e4a

View file

@ -109,6 +109,11 @@ public abstract class ConvertProjectWizardPage
public void createControl(Composite parent) {
Composite container = new Composite(parent, SWT.NONE);
/* Later ... [jng]
We need to add help, but cannot extend org.eclipse.ui.IHelpContextIds
and there is no constant defined that we can use.
see org.eclipse.cdt.ui.wizards.CProjectWizardPage::createControl
*/
GridLayout layout = new GridLayout();
layout.marginHeight = 0;
layout.marginWidth = 0;