25 Commits (dea25f9bbf22567810d7ebf4023d7cd1c8a9e5fa)

Author SHA1 Message Date
Matt Ward dea25f9bbf Update EnvDTE.CodeFunction tests. 12 years ago
Matt Ward 9c6217e718 Implement EnvDTE.CodeProperty2 12 years ago
Matt Ward 73eb90fe9d Implement more EnvDTE.CodeClass2 tests. 12 years ago
Daniel Grunwald 3609078840 [WIP] EnvDTE 13 years ago
Matt Ward 5506c43932 Add Package Management addin. 13 years ago
Matt Ward fea395030b Fix EF PowerShell extensions not finding SharpDevelop's EnvDTE assembly. 14 years ago
Matt Ward db2f9dbb06 T4 template can now add virtual keyword to public methods. 14 years ago
Matt Ward 1e6d363c41 Fix CodeFunction.CanOverride returning false for overridden methods. 14 years ago
Matt Ward 32d5d39e8b Implement EnvDTE.CodeFunction2.OverrideKind 14 years ago
Matt Ward b17aa07a6d Implement EnvDTE.CodeFunction.Attributes 14 years ago
Matt Ward 02bd3e331d Implement EnvDTE.CodeFunction.CanOverride 14 years ago
Matt Ward b1e90b14ef Implement EnvDTE.CodeFunction.MustImplement 14 years ago
Matt Ward 81671a907d Implement EnvDTE.CodeFunction.IsShared 14 years ago
Matt Ward 5e0d6c3475 Implement EnvDTE.CodeFunction.FunctionKind 14 years ago
Matt Ward 8957e14233 Create stubs for EnvDTE API used by T4MVC. 14 years ago
Matt Ward 5d0b7ed89d Fix scaffolding unit tests for controller actions. 14 years ago
Matt Ward 30775a50a0 Implement EnvDTE.CodeFunction.Type. 14 years ago
Matt Ward 368eecc11d Implement EnvDTE.CodeParameter.Type. 14 years ago
Matt Ward f04faadae8 Implement EnvDTE.CodeFunction.Parameters. 14 years ago
Matt Ward ab45879b9f Implement EnvDTE.EditPoint.ReplaceText. 14 years ago
Matt Ward a1e8921ac5 Implement EnvDTE.CodeElement.Kind. 14 years ago
Matt Ward 9195ddeaab Implement EnvDTE.CodeElement.GetStartPoint() and GetEndPoint() for fields and methods. 14 years ago
Matt Ward 1dbdbf2e64 Implement Getter and Setter properties on EnvDTE.CodeProperty. 14 years ago
Matt Ward 5b3354151a Implement Access property for all EnvDTE.CodeElement derived classes. 14 years ago
Matt Ward f12e3df59e Create EnvDTE and Visual Studio API classes without any implementation to support MvcScaffolding. 14 years ago
Matt Ward b7a218199c Support updating the text editor's font size and default text background and foreground colours from PowerShell. 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 16 years ago
Matt Ward daee118e45 Unit testing addin can now be extended with custom test runners. 16 years ago
Matt Ward 2dbc8bec00 Updated the WixBinding and SharpDevelop's installer to use WiX 3.0.3621.0 18 years ago
Matt Ward 3f2e742b70 WiX Setup Files property grid now has a file browser and drop down lists with possible attribute values based on the WiX schema. 20 years ago
Matt Ward e6682a2264 Can now generate new guids from the Setup Files property grid. 20 years ago
Matt Ward 8b8ed2ca5e Added a basic Wix directory, component and file editor - consists of a explorer-like tree view and property editor. Made the Wix project template more modular - separate files for the product, the user interface sequence, the component files and each dialog. Wix dialog designer can now find bitmap files defined in a different file to the dialog but part of the project. 20 years ago
Matt Ward 5d68029091 Added support for Mono's GAC. Added Gtk# and Glade# project templates. Project templates can now clear any imports added by default. Improved code completion for Mono GAC assemblies with dependencies. 20 years ago
Daniel Grunwald 32abb6ee5a Change file header. 20 years ago
Matt Ward a6dfc69c0c Added support for Mono 1.1.9.2 21 years ago
Daniel Grunwald cf3eb0d1b9 Move XmlEditor files in Src/Resources subdirectories. 21 years ago
Daniel Grunwald 2819cee5df Update XmlEditor file headers. Display browser's status text in status bar. 21 years ago
Daniel Grunwald f4023665c8 Added XmlEditor addin. 21 years ago