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

remove make view ID

This commit is contained in:
David Inglis 2003-09-19 20:46:54 +00:00
parent 963a19457b
commit 7c7237d20c
2 changed files with 0 additions and 2 deletions

View file

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

View file

@ -59,7 +59,6 @@ public class CUIPlugin extends AbstractUIPlugin {
public static final String EDITOR_ID = PLUGIN_ID + ".editor.CEditor";
public static final String CONSOLE_ID = PLUGIN_ID + ".BuildConsoleView";
public static final String CVIEW_ID = PLUGIN_ID + ".CView";
public static final String MAKEVIEW_ID = PLUGIN_ID + ".MakeView";
public static final String C_PROBLEMMARKER = PLUGIN_CORE_ID + ".problem";
public static final String C_PROJECT_WIZARD_ID = PLUGIN_ID + ".wizards.StdCWizard";