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:
parent
963a19457b
commit
7c7237d20c
2 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue