icsharpcode / SharpDevelop

#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
2.09k stars 772 forks source link

Is there any way to get ViewContent by name? #769

Closed orbitzhan closed 8 years ago

orbitzhan commented 8 years ago

There are many ViewContents in the program. Only can get ActiveViewContent by WorkbenchSingleton.Workbench.ActiveViewContent. Is there any method to get other ViewContent by name?