|
|
|
@ -48,6 +48,10 @@ namespace ICSharpCode.SharpSnippetCompiler.Core |
|
|
|
get { return views; } |
|
|
|
get { return views; } |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public ICollection<IViewContent> PrimaryViewContents { |
|
|
|
|
|
|
|
get { return views.AsReadOnly(); } |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public IList<IWorkbenchWindow> WorkbenchWindowCollection { |
|
|
|
public IList<IWorkbenchWindow> WorkbenchWindowCollection { |
|
|
|
get { |
|
|
|
get { |
|
|
|
throw new NotImplementedException(); |
|
|
|
throw new NotImplementedException(); |
|
|
|
@ -95,6 +99,11 @@ namespace ICSharpCode.SharpSnippetCompiler.Core |
|
|
|
throw new NotImplementedException(); |
|
|
|
throw new NotImplementedException(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void ShowView(IViewContent content, bool switchToOpenedView) |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
throw new NotImplementedException(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void UnloadPad(PadDescriptor content) |
|
|
|
public void UnloadPad(PadDescriptor content) |
|
|
|
{ |
|
|
|
{ |
|
|
|
throw new NotImplementedException(); |
|
|
|
throw new NotImplementedException(); |
|
|
|
|