mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42: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:
parent
de7ab17cbe
commit
15b2e81e4a
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue