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
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
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
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
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
Daniel Grunwald
b6fe975de1
Fixed UpdateAssemblyInfo error when git repository exists but git.exe cannot be found.
13 years ago
Daniel Grunwald
5284451320
Fixed bug that caused the 'cyclic dependency between projects' error not to be shown.
13 years ago
Matt Ward
3bf32ecde4
Add workaround for the code dom not returning the correct start column for methods without a modifier and with fully qualified return values.
13 years ago
Matt Ward
32b975464f
Implement EnvDTE.CodeInterface.AddFunction.
13 years ago
PeterForstmeier
02ec99456f
Merge branch 'xmlForms' of github.com:icsharpcode/SharpDevelop into xmlForms
13 years ago
PeterForstmeier
6d16d13c47
intermediate
13 years ago
Daniel Grunwald
8ff3f109b0
Fixed MSBuildBasedProject.GetPropertyValue() for properties that are replaced by imported .targets files.
...
Use ProjectProperty<bool> where possible.
13 years ago
Matt Ward
6e460e179f
Implement EnvDTE.CodeClass.AddVariable.
13 years ago
PeterForstmeier
5a39e7e668
CodeCoverage -> CodeCoverageProjectOptions
13 years ago
PeterForstmeier
0ca48c2698
ProjectOptionPanel.xaml VerticalAlignment="Center" for ComboBoxes
13 years ago
PeterForstmeier
b7ff58d580
CppBinding/CppBinding/Project/LinkerOptions.xaml
13 years ago
PeterForstmeier
a7daa12a17
CppBinding/CppBinding/Project/PreprocessorOptions.xaml
13 years ago
PeterForstmeier
034aa4f307
CssBinding ApplicationOptions.xaml
13 years ago
PeterForstmeier
555a724903
DebugOptions
13 years ago
PeterForstmeier
3ed2c63fd5
Add ScrollViewer
13 years ago
PeterForstmeier
8b635bd82e
Signing.xaml
13 years ago