Daniel Grunwald
fbf0b6d419
The IconEditor AddIn now can edit icons.
13 years ago
Matt Ward
bee0e0b6d6
Fix color picker combo box having zero width in the Code Coverage tools options.
...
Added a minimum width for the combo box to prevent it from being set to zero width by something. This custom combo box control will be replaced by a WPF control which should not have this problem.
13 years ago
Matt Ward
2c51101245
Ignore directory name casing in EnvDTE.ProjectItems.
13 years ago
Matt Ward
9bfe7310e0
Fix duplicate file project items returned from EnvDTE.ProjectItems.
13 years ago
Matt Ward
1cdc439a10
Fix duplicate directory project items being returned by EnvDTE.ProjectItems.
13 years ago
Matt Ward
88d645b64e
Fix custom scaffolder unable to file scaffolding powershell file.
13 years ago
Lex Li
98c93a3aee
Fixed all test cases.
13 years ago
Lex Li
3230d1d98c
Set sequence point length to 1 (normalized to 1). Will fix the rest test cases soon.
13 years ago
Daniel Grunwald
eb94f6f21a
Fixed bug that caused 'Find Next' in solution to return no match when no text editor is open.
13 years ago
Matt Ward
a19fc84b42
Fix invalid IIS Express command line arguments when a project name has a space character.
13 years ago
Daniel Grunwald
569d7730e5
Fixed printing from print preview using different settings than those used for generating the preview.
13 years ago
Matt Ward
65f408cd4a
Fix custom scaffolder using the wrong custom template filename to generate code.
13 years ago
Daniel Grunwald
c331684f59
Remove reference to non-existent F# ambience
13 years ago
Matt Ward
631faa9530
Fix EnvDTE.ProjectItems.AddFromFileCopy not adding the file to the project items directory.
13 years ago
Matt Ward
5d0b7ed89d
Fix scaffolding unit tests for controller actions.
13 years ago
Matt Ward
30775a50a0
Implement EnvDTE.CodeFunction.Type.
13 years ago
Matt Ward
368eecc11d
Implement EnvDTE.CodeParameter.Type.
13 years ago
Matt Ward
f04faadae8
Implement EnvDTE.CodeFunction.Parameters.
13 years ago
Daniel Grunwald
0f3a0732fb
Snippets: make ${Caret} work as expected when ${Selection} isn't used.
13 years ago
Lex Li
ab350b7eeb
Fixed more unit test cases.
13 years ago
Matt Ward
543d8e9d59
Fix code indentation when scaffolding controller actions.
13 years ago
Lex Li
1b9583320d
Fixed more unit test cases
13 years ago
Lex Li
a0df22e2fc
Fixed more unit test cases.
13 years ago
Lex Li
66e3c4ccbe
Started to fix unit test cases.
13 years ago
Matt Ward
fe401c77f4
Fix scaffolding controller actions.
13 years ago
Matt Ward
0c05940258
Implement EnvDTE FileCodeModel2.AddImport method.
13 years ago
Lex Li
8a58b86062
Fixed CodeCoverage.csproj.
13 years ago
Lex Li
b3dc8f4acd
Updated addin manifest.
13 years ago
Matt Ward
edad657cb2
Add EnvDTE.FileCodeModel2.
...
Return namespaces (CodeImport) from FileCodeModel2.CodeElements.
13 years ago
Lex Li
f64d62f97b
Performed renaming.
13 years ago
Lex Li
85dffc5553
Fixed NullReferenceException.
13 years ago
Lex Li
1b8a3c4b20
Added reference to Systen.Xml.Linq.
13 years ago
Lex Li
523f23fabc
Modified result parsing to meet OpenCover's format.
13 years ago
Lex Li
fd263dcb9c
Changed PartCover support to OpenCover support.
13 years ago
Matt Ward
623c53e27e
Fix duplicate items being added to Projects window when scaffolding using the -force option.
13 years ago
Matt Ward
d9fc631e31
Fix MvcScaffolding generated DbContext class not using project's root namespace.
13 years ago
Matt Ward
e753154082
Fix primary key property being identified as a property for a related entity.
13 years ago
Matt Ward
09acd5dddd
Fix new directory project items being added as file tree nodes in Projects window.
13 years ago
Matt Ward
5588806259
Update the projects window without refreshing the entire tree as MvcScaffolding adds new files and folders to the project.
13 years ago
Matt Ward
99f5185af2
Allow types derived from EnvDTE.CodeElements to be used in a separate app domain from a T4 template.
13 years ago
Matt Ward
baa60e5fb4
Fix null reference when accessing the InfoLocation of a EnvDTE CodeProperty's Type.
13 years ago
Matt Ward
fddc384d45
Fix null reference exception when accessing EnvDTE.CodeType.Bases for System.Object.
13 years ago
Matt Ward
d5835a1e1f
EnvDTE.CodeClass2.PartialClasses now returns the underlying class.
13 years ago
Matt Ward
1abc8a86e2
Fix MvcScaffolding not being able to find a class when a new file is added.
13 years ago
Matt Ward
b282209d2d
Update Mono.TextTemplating.
...
Do not resolve .resources assemblies to non resource assembly files.
Fix CompilerError.ToString() throwing null reference exception under Windows.
13 years ago
Siegfried Pammer
58bcbca3a7
improve error message if accessing the performance counters fails
13 years ago
Siegfried Pammer
11139068ad
fix profiler startup exception if performance counters are broken
13 years ago
Matt Ward
a749d0372d
Implement Reference.Path property.
13 years ago
Matt Ward
4bff959fbd
Implement Reference3.AutoReferenced property.
13 years ago
Matt Ward
e33c7f4edd
Allow MvcScaffolding to set the default PowerShell runspace through the IConsoleInitializer.
13 years ago