8729 Commits (cc8ce304a3257a9803e7feb36990568987d82b13)

Author SHA1 Message Date
Lex Li a0df22e2fc Fixed more unit test cases. 14 years ago
Daniel Grunwald db6d2d3e01 Add VisualLine.ReplaceElement method. 14 years ago
Daniel Grunwald 81ba658661 Fix typo in documentation, closes #21 14 years ago
PeterForstmeier 07e556110e src\AddIns\Analysis\CodeAnalysis\Src\AnalysisIdeOptionsPanel.xaml 14 years ago
PeterForstmeier 5beb8bce62 AnalysisIdeOptionsPanel 14 years ago
Lex Li 66e3c4ccbe Started to fix unit test cases. 14 years ago
Matt Ward fe401c77f4 Fix scaffolding controller actions. 14 years ago
Matt Ward 0c05940258 Implement EnvDTE FileCodeModel2.AddImport method. 14 years ago
Lex Li 8a58b86062 Fixed CodeCoverage.csproj. 14 years ago
Lex Li b3dc8f4acd Updated addin manifest. 14 years ago
Lex Li df363102c0 Added OpenCover files. Removed PartCover files. 14 years ago
Matt Ward edad657cb2 Add EnvDTE.FileCodeModel2. 14 years ago
Lex Li f64d62f97b Performed renaming. 14 years ago
Lex Li 85dffc5553 Fixed NullReferenceException. 14 years ago
Lex Li 1b8a3c4b20 Added reference to Systen.Xml.Linq. 14 years ago
Lex Li 523f23fabc Modified result parsing to meet OpenCover's format. 14 years ago
Lex Li fd263dcb9c Changed PartCover support to OpenCover support. 14 years ago
PeterForstmeier bebce53958 re implement TextBoxEditMode in OptionPanels/ProjectOptions/OptionsHelper.cs - BrowseForFolder 14 years ago
Daniel Grunwald b0367b735a TextRunProperties: Add setter for TypographyProperties and NumberSubstitution. 14 years ago
PeterForstmeier dcd40d0443 Remove AnalysisProjectOptions from Optionpanels , rename to old_AnalysisProjectOptions 14 years ago
PeterForstmeier e4a0c08d90 AnalysisProjectOptionsPanel 14 years ago
PeterForstmeier b0dd16be57 Remove unused PropertyChangedEvents 14 years ago
Matt Ward 623c53e27e Fix duplicate items being added to Projects window when scaffolding using the -force option. 14 years ago
Matt Ward d9fc631e31 Fix MvcScaffolding generated DbContext class not using project's root namespace. 14 years ago
Matt Ward e753154082 Fix primary key property being identified as a property for a related entity. 14 years ago
Matt Ward 09acd5dddd Fix new directory project items being added as file tree nodes in Projects window. 14 years ago
Matt Ward 5588806259 Update the projects window without refreshing the entire tree as MvcScaffolding adds new files and folders to the project. 14 years ago
PeterForstmeier e009596f6e Set MixedMode by adding Tuple to RuleState 14 years ago
Matt Ward 99f5185af2 Allow types derived from EnvDTE.CodeElements to be used in a separate app domain from a T4 template. 14 years ago
PeterForstmeier 49e09b7f5c Icon in DataTemplate 14 years ago
Matt Ward baa60e5fb4 Fix null reference when accessing the InfoLocation of a EnvDTE CodeProperty's Type. 14 years ago
PeterForstmeier c0365b6e7a DataTemplateSelector in Analysis/CodeAnalysis/Src/AnalysisProjectOptionsPanelXaml.xaml 14 years ago
Siegfried Pammer 76b4fe6179 fix http://community.sharpdevelop.net/forums/p/15982/42766.aspx#42766 - Attach to Process and command “Step over” 14 years ago
Siegfried Pammer 28047a4407 fix SD-1910 - IME support crashes when caret is in virtual space 14 years ago
Matt Ward fddc384d45 Fix null reference exception when accessing EnvDTE.CodeType.Bases for System.Object. 14 years ago
Matt Ward d5835a1e1f EnvDTE.CodeClass2.PartialClasses now returns the underlying class. 14 years ago
Matt Ward 1abc8a86e2 Fix MvcScaffolding not being able to find a class when a new file is added. 14 years ago
Matt Ward b282209d2d Update Mono.TextTemplating. 14 years ago
Siegfried Pammer 58bcbca3a7 improve error message if accessing the performance counters fails 14 years ago
Siegfried Pammer 11139068ad fix profiler startup exception if performance counters are broken 14 years ago
Daniel Grunwald 4b7ce7936e Remove NR4 files from NR5 (left over from master->newNR merge) 14 years ago
Daniel Grunwald 0c1ab952ce Add preload thread. 14 years ago
Daniel Grunwald 0788d1bbff [WIP] Started porting forms designer to NR5 14 years ago
Siegfried Pammer af52fa8ca5 fix http://community.sharpdevelop.net/forums/t/15920.aspx - VB Parse - Unhandled Exception with embedded XML 14 years ago
PeterForstmeier 04f57dd5fd StringListEditorDialog in AnalysisProjectOptionsPanelXaml 14 years ago
PeterForstmeier 5bdef05fdd Move StringListEditorDialog.xaml to src\Main\Base\Project\Src\Gui\Components\ 14 years ago
PeterForstmeier 84e21490a0 Read-Write settings from AnalysisProjectOptionsPanelXaml 14 years ago
Siegfried Pammer 491f0cc7f3 fix Evaluator Unit Test 14 years ago
Matt Ward a749d0372d Implement Reference.Path property. 14 years ago
Matt Ward 4bff959fbd Implement Reference3.AutoReferenced property. 14 years ago