1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

added seach to default c perscetive

This commit is contained in:
David Inglis 2003-09-25 13:45:28 +00:00
parent d1e8e5afbd
commit 74fd9f04c9
2 changed files with 2 additions and 1 deletions

View file

@ -39,7 +39,7 @@ public class CPerspectiveFactory implements IPerspectiveFactory {
IFolderLayout folder3= layout.createFolder("topRight", IPageLayout.RIGHT,(float)0.75, editorArea);
folder3.addView(IPageLayout.ID_OUTLINE);
// layout.addActionSet(CUIPlugin.WIZARD_ACTION_SET_ID);
layout.addActionSet(CUIPlugin.SEARCH_ACTION_SET_ID);
layout.addActionSet(CUIPlugin.FOLDER_ACTION_SET_ID);
// views - build console

View file

@ -67,6 +67,7 @@ public class CUIPlugin extends AbstractUIPlugin {
public static final String FILE_WIZARD_ID = "org.eclipse.ui.wizards.new.file";
public static final String FOLDER_WIZARD_ID = "org.eclipse.ui.wizards.new.folder";
public static final String CLASS_WIZARD_ID = "org.eclipse.cdt.ui.wizards.NewClassWizard";
public static final String SEARCH_ACTION_SET_ID = PLUGIN_ID + ".SearchActionSet";
public static final String FOLDER_ACTION_SET_ID = PLUGIN_ID + ".CFolderActionSet";
public static final String BUILDER_ID = PLUGIN_CORE_ID + ".cbuilder";