Matt Ward
13b519f062
Implement parts of EnvDTE.CodeModel
12 years ago
Matt Ward
5506c43932
Add Package Management addin.
...
PowerShell console disabled.
Running PowerShell scripts on install/uninstall of a NuGet
package is disabled.
13 years ago
Matt Ward
fea395030b
Fix EF PowerShell extensions not finding SharpDevelop's EnvDTE assembly.
...
Move EnvDTE API to separate assembly.
Create EnvDTE interfaces in VB.NET to allow COM parameterised properties to be implemented to match Visual Studio's API.
Rename EnvDTE namespace from ICSharpCode.PackageManagement.EnvDTE to EnvDTE
14 years ago
Matt Ward
12fe1bbc73
Fix T4MVC template not generating method parameters.
...
Now using CodeParameter2 instead of CodeParameter when returning parameters from CodeFunction.Parameters
14 years ago
Matt Ward
a315a11f4d
Return EnvDTE.CodeFunction2 instances from EnvDTE.CodeClass2.Members.
...
The T4MVC assumes the class methods are instances of the CodeFunction2 type.
14 years ago
Matt Ward
f81c495eac
Add classes to EnvDTE.FileCodeModel2.CodeElements
14 years ago
Matt Ward
edad657cb2
Add EnvDTE.FileCodeModel2.
...
Return namespaces (CodeImport) from FileCodeModel2.CodeElements.
14 years ago
Matt Ward
bbf32f7059
Implement EnvDTE.CodeProperty2.Parameters.
14 years ago
Matt Ward
31d0f03af4
Implement CodeType.Members for fields, methods and properties.
14 years ago
Matt Ward
fa497e62cf
Implement EnvDTE.CodeModel and CodeNamespace.
14 years ago