mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
New Help ids for the CEditor Preference Page
This commit is contained in:
parent
74fd9f04c9
commit
4464c93627
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
package org.eclipse.cdt.internal.ui;
|
package org.eclipse.cdt.internal.ui;
|
||||||
|
|
||||||
import org.eclipse.cdt.ui.*;
|
import org.eclipse.cdt.ui.CUIPlugin;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* (c) Copyright IBM Corp. 2000, 2001.
|
* (c) Copyright IBM Corp. 2000, 2001.
|
||||||
|
@ -32,6 +32,8 @@ public interface ICHelpContextIds {
|
||||||
// Preference/property pages
|
// Preference/property pages
|
||||||
public static final String C_PREF_PAGE= PREFIX + "new_c_pref_page_context";
|
public static final String C_PREF_PAGE= PREFIX + "new_c_pref_page_context";
|
||||||
public static final String C_EDITOR_PREF_PAGE= PREFIX + "new_c_editor_pref_page_context";
|
public static final String C_EDITOR_PREF_PAGE= PREFIX + "new_c_editor_pref_page_context";
|
||||||
|
public static final String C_EDITOR_ANNOTATIONS_PREF_PAGE= PREFIX + "new_c_editor_annotations_pref_page_context";
|
||||||
|
public static final String C_EDITOR_COLORS_PREF_PAGE= PREFIX + "new_c_editor_colors_pref_page_context";
|
||||||
public static final String TEMPLATE_PREFERENCE_PAGE= PREFIX + "new_c_templates_pref_page_context";
|
public static final String TEMPLATE_PREFERENCE_PAGE= PREFIX + "new_c_templates_pref_page_context";
|
||||||
public static final String LAUNCH_PROPERTY_PAGE= PREFIX + "new_launch_property_page_context";
|
public static final String LAUNCH_PROPERTY_PAGE= PREFIX + "new_launch_property_page_context";
|
||||||
public static final String PROJECT_PROPERTY_PAGE= PREFIX + "new_project_property_page_context";
|
public static final String PROJECT_PROPERTY_PAGE= PREFIX + "new_project_property_page_context";
|
||||||
|
|
|
@ -472,6 +472,7 @@ public class CEditorPreferencePage extends PreferencePage implements IWorkbenchP
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
WorkbenchHelp.setHelp(composite, ICHelpContextIds.C_EDITOR_ANNOTATIONS_PREF_PAGE);
|
||||||
return composite;
|
return composite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -654,6 +655,7 @@ public class CEditorPreferencePage extends PreferencePage implements IWorkbenchP
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
WorkbenchHelp.setHelp(parent, ICHelpContextIds.C_EDITOR_COLORS_PREF_PAGE);
|
||||||
return colorComposite;
|
return colorComposite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue