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
Daniel Grunwald
b0367b735a
TextRunProperties: Add setter for TypographyProperties and NumberSubstitution.
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
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
Matt Ward
baa60e5fb4
Fix null reference when accessing the InfoLocation of a EnvDTE CodeProperty's Type.
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
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
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
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
Matt Ward
6e460e179f
Implement EnvDTE.CodeClass.AddVariable.
13 years ago
Daniel Grunwald
a0ddc9e72a
Avoid showing the 'solution altered externally' message twice.
13 years ago
Siegfried Pammer
2afdcf30d4
simplify SharpDevelop version inserted into solution files
13 years ago
Daniel Grunwald
94585060eb
Make ColumnRulerRenderer internal; expose pen instead of brush.
13 years ago
Daniel Grunwald
b2855bc85a
Merge branch '4.2' to master.
13 years ago
Siegfried Pammer
9345aa7cc9
update translations
13 years ago