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
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
PeterForstmeier
e009596f6e
Set MixedMode by adding Tuple to RuleState
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
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
Daniel Grunwald
4b7ce7936e
Remove NR4 files from NR5 (left over from master->newNR merge)
13 years ago
Daniel Grunwald
0c1ab952ce
Add preload thread.
13 years ago
Daniel Grunwald
0788d1bbff
[WIP] Started porting forms designer to NR5
13 years ago
Siegfried Pammer
af52fa8ca5
fix http://community.sharpdevelop.net/forums/t/15920.aspx - VB Parse - Unhandled Exception with embedded XML
13 years ago
PeterForstmeier
04f57dd5fd
StringListEditorDialog in AnalysisProjectOptionsPanelXaml
13 years ago
PeterForstmeier
5bdef05fdd
Move StringListEditorDialog.xaml to src\Main\Base\Project\Src\Gui\Components\
13 years ago
PeterForstmeier
84e21490a0
Read-Write settings from AnalysisProjectOptionsPanelXaml
13 years ago
Siegfried Pammer
491f0cc7f3
fix Evaluator Unit Test
13 years ago
Matt Ward
a749d0372d
Implement Reference.Path property.
13 years ago
Matt Ward
4bff959fbd
Implement Reference3.AutoReferenced property.
13 years ago
Daniel Grunwald
9099e376d8
BuildWorker: swap communication and build threads.
...
This is an attempt to fix http://community.sharpdevelop.net/forums/t/15654.aspx - BuildWorker40 hangs on windows 7 x64bit when invoking the markup compiler.
According the the report in the forums, the problem disappears when MSBuild is invoked on the main thread, and communication is suspended while the build is in progress (breaking cancellation).
This patch also moves the communication onto a background thread, fixing build cancellation. This might solve the problem if the hang was somehow related to the thread MSBuild was running on. However, if the AppDomain unload fails due to the thread stuck reading from the named pipe, the build worker might continue hanging with this patch.
13 years ago
Matt Ward
c5d56286b4
Install NuGet.Console.Types.dll with package management addin.
13 years ago
Matt Ward
e33c7f4edd
Allow MvcScaffolding to set the default PowerShell runspace through the IConsoleInitializer.
13 years ago
Andreas Weizel
cec924fd86
Changed sort order of matching items in GotoDialog: Full matches are followed by items of currently open code file, shown in bold font. Then all other matches (from other files) are shown as usual.
13 years ago
PeterForstmeier
0ed2a4815b
Set Icons in AnalysisProjectOptionsPanelXaml.xaml
13 years ago
Siegfried Pammer
c9bea6a597
reimplement tooltips for simple expressions
13 years ago
Daniel Grunwald
7501a05c42
Add ToString() to TreeViewOptionsDialog.OptionPanelNode
13 years ago
Matt Ward
8db1129b77
Implement VS Reference.SourceProject.
13 years ago
Matt Ward
5a45669440
Support project name as the default positional parameter in Get-Project cmdlet.
13 years ago
PeterForstmeier
d87460b415
Analysis/CodeAnalysis/Src/AnalysisProjectOptionsPanelXaml.xaml - Read FxCop-Rules List
13 years ago