Skip to content

Commit

Permalink
add TernExplorer view angelozerr/tern.java#289
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Verest authored and Paul Verest committed Sep 22, 2015
1 parent bde5af5 commit b844c87
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -23,6 +23,7 @@ public class NodePerspective implements IPerspectiveFactory {
public static final String ID_GFM_VIEW = "code.satyagraha.gfm.viewer.views.GfmView";
public static final String ID_DEBUG_VIEW = "org.eclipse.debug.ui.DebugView";
public static final String ID_LOG_VIEW = "org.eclipse.pde.runtime.LogView";
public static final String ID_TERN_EXPLORER_VIEW = "tern.eclipse.ide.ui.views.TernExplorerView";

private IPageLayout factory;

Expand Down Expand Up @@ -69,6 +70,7 @@ private void addViews() {

IFolderLayout rightTopRight = factory.createFolder("rightTopRight", IPageLayout.RIGHT, 0.75f, factory.getEditorArea());
rightTopRight.addView(IPageLayout.ID_OUTLINE);
rightTopRight.addView(ID_TERN_EXPLORER_VIEW);
rightTopRight.addView(IPageLayout.ID_TASK_LIST);
}

Expand Down

0 comments on commit b844c87

Please sign in to comment.