#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Andreas Weizel 1c93eb4096 Introduction of IAssemblyList interface and rework of ClassBrowser to operate with assembly lists instead of pure SpecialNodes. 12 years ago
..
ClassBrowser Introduction of IAssemblyList interface and rework of ClassBrowser to operate with assembly lists instead of pure SpecialNodes. 12 years ago
IAssemblyList.cs Introduction of IAssemblyList interface and rework of ClassBrowser to operate with assembly lists instead of pure SpecialNodes. 12 years ago
IAssemblyModel.cs Introduction of IAssemblyList interface and rework of ClassBrowser to operate with assembly lists instead of pure SpecialNodes. 12 years ago
IEntityModel.cs clean up ClassBrowserWorkspace logic and implement assembly model for loaded assemblies; 12 years ago
IEntityModelContext.cs ClassBrowser: Handling saved but inaccessible assemblies, showing warning icon at assembly item. 12 years ago
IEventModel.cs Started implementing the EnvDTE code model. 12 years ago
IFieldModel.cs Started implementing the EnvDTE code model. 12 years ago
IMemberModel.cs clean up ClassBrowserWorkspace logic and implement assembly model for loaded assemblies; 12 years ago
IMethodModel.cs CSharpSymbolSearch: use newCode. 12 years ago
IModelCollection.cs Move ModelCollectionChangedEvent to its own file. 12 years ago
IModelFactory.cs add simple implementation of ClassBrowserPad, ClassBrowserTreeView and some tree nodes 12 years ago
INamespaceModel.cs clean up ClassBrowserWorkspace logic and implement assembly model for loaded assemblies; 12 years ago
IPropertyModel.cs Started implementing the EnvDTE code model. 12 years ago
ISolutionAssemblyList.cs Introduction of IAssemblyList interface and rework of ClassBrowser to operate with assembly lists instead of pure SpecialNodes. 12 years ago
ISymbolModel.cs [WIP] PackageManagement.EnvDTE 12 years ago
ITreeNodeFactory.cs Add IWinFormsService interface to wrap ICSharpCode.Core.WinForms. 13 years ago
ITypeDefinitionModel.cs Base types in ClassBrowser now shown, but only if defined in same project or in one of added custom assemblies. 12 years ago
ITypeDefinitionModelCollection.cs implement debugger tree node in Class Browser to allow browsing and decompilation of modules currently loaded in the debug session 12 years ago
ImmutableModelCollection.cs Add Where() and OfType() implementations in ModelCollectionLinq; and remove some redundant helper methods in Debugger.AddIn. 12 years ago
KeyedModelCollection.cs fix TreeNode implementation 12 years ago
ModelCollectionChangedEvent.cs Move ModelCollectionChangedEvent to its own file. 12 years ago
ModelCollectionLinq.cs Workaround of Delegate.Combine issues with contra-variance by introducing custom delegate lists for CollectionChanged event of models. 12 years ago
ModelCollectionTreeNode.cs reimplement Workspace architecture with a single WorkspaceModel 12 years ago
ModelFactoryExtensions.cs Added text of error messages shown by ModelFactoryExtensions to resources, updated resource files. 12 years ago
SimpleModelCollection.cs Use NullSafeSimpleModelCollection where possible 12 years ago
SynchronizedModelCollection.cs Use NullSafeSimpleModelCollection where possible 12 years ago