PeterForstmeier
|
775356bcd4
|
StyleCop -> AnalysisProjectOptionsPanel
|
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 |
Daniel Grunwald
|
db6d2d3e01
|
Add VisualLine.ReplaceElement method.
|
13 years ago |
Daniel Grunwald
|
81ba658661
|
Fix typo in documentation, closes #21
|
13 years ago |
PeterForstmeier
|
07e556110e
|
src\AddIns\Analysis\CodeAnalysis\Src\AnalysisIdeOptionsPanel.xaml
|
13 years ago |
PeterForstmeier
|
5beb8bce62
|
AnalysisIdeOptionsPanel
|
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 |
Lex Li
|
df363102c0
|
Added OpenCover files. Removed PartCover files.
|
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 |
PeterForstmeier
|
bebce53958
|
re implement TextBoxEditMode in OptionPanels/ProjectOptions/OptionsHelper.cs - BrowseForFolder
|
13 years ago |
Daniel Grunwald
|
b0367b735a
|
TextRunProperties: Add setter for TypographyProperties and NumberSubstitution.
|
13 years ago |
PeterForstmeier
|
dcd40d0443
|
Remove AnalysisProjectOptions from Optionpanels , rename to old_AnalysisProjectOptions
|
13 years ago |
PeterForstmeier
|
e4a0c08d90
|
AnalysisProjectOptionsPanel
|
13 years ago |
PeterForstmeier
|
b0dd16be57
|
Remove unused PropertyChangedEvents
|
13 years ago |
Matt Ward
|
f02f880254
|
Fix strongly typed ASPX views not working with default MVC project templates.
|
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
|
a680540446
|
Move layout information to _ViewStart file in Razor templates so scaffolded views use common layout.
|
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 |
PeterForstmeier
|
e009596f6e
|
Set MixedMode by adding Tuple to RuleState
|
13 years ago |
PeterForstmeier
|
0efffa09d5
|
Active SectionRendering in Samples
|
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 |
PeterForstmeier
|
49e09b7f5c
|
Icon in DataTemplate
|
13 years ago |
Matt Ward
|
baa60e5fb4
|
Fix null reference when accessing the InfoLocation of a EnvDTE CodeProperty's Type.
|
13 years ago |
PeterForstmeier
|
c0365b6e7a
|
DataTemplateSelector in Analysis/CodeAnalysis/Src/AnalysisProjectOptionsPanelXaml.xaml
|
13 years ago |
Siegfried Pammer
|
76b4fe6179
|
fix http://community.sharpdevelop.net/forums/p/15982/42766.aspx#42766 - Attach to Process and command “Step over”
Conditions were wrong if debugger was attached, but no solution opened.
|
13 years ago |
Siegfried Pammer
|
28047a4407
|
fix SD-1910 - IME support crashes when caret is in virtual space
|
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 |