Matt Ward
|
8e4fa6759f
|
Implement EnvDTE.CodeModel.CodeTypeFromFullName.
|
13 years ago |
Matt Ward
|
23cf0286f6
|
EnvDTE.Project's unique name includes the subfolder inside the solution.
|
13 years ago |
Matt Ward
|
c1835c0fbc
|
Implement IVsSolution and FlavoredProject for T4 scaffolding.
|
13 years ago |
Matt Ward
|
fda36cf99b
|
Implement EnvDTE.ProjectItems.AddFromDirectory.
|
13 years ago |
Daniel Grunwald
|
a2f42f2665
|
Fixed StackPanelPlacementSupport.ChangePositionTo().
http://community.sharpdevelop.net/forums/t/13865.aspx
|
13 years ago |
Daniel Grunwald
|
415f4ae274
|
Replace spaces with tabs.
|
13 years ago |
Matt Ward
|
e08408f6ef
|
Implement missing parts of EnvDTE Project and ProjectItems to support T4 scaffolding.
|
13 years ago |
Matt Ward
|
578f591944
|
Delete dummy installation file after T4 scaffolding package is installed.
|
13 years ago |
Matt Ward
|
179b2dc458
|
Change Get-Package cmdlet so if a project name is not set then return packages from the solution rather than the default project set in the package console.
|
13 years ago |
Matt Ward
|
5c26245277
|
Implement Visual Studio API to support installing T4 scaffolding package.
|
13 years ago |
Matt Ward
|
17229176b3
|
Add syntax highlighting for .psm1, psd1, .ps1xml and .nuspec files.
|
13 years ago |
Matt Ward
|
f12e3df59e
|
Create EnvDTE and Visual Studio API classes without any implementation to support MvcScaffolding.
|
13 years ago |
Siegfried Pammer
|
6d8bf0047d
|
fix bug introduced by f0ab34006f - http://community.sharpdevelop.net/forums/t/15792.aspx
|
13 years ago |
Daniel Grunwald
|
12fba5cb2b
|
Remove incorrect GetElementType() call.
|
13 years ago |
Daniel Grunwald
|
f411e6112c
|
New AvalonEdit NuGet package.
|
13 years ago |
Daniel Grunwald
|
67e61d9c02
|
Don't crash when opening a file while an SVN operation is in progress.
http://community.sharpdevelop.net/forums/t/15766.aspx
|
13 years ago |
Daniel Grunwald
|
e8ca5763fa
|
Fixed NotSupportedException when stepping into a decompiled generic method. (crash #3606)
|
13 years ago |
Siegfried Pammer
|
852d4356f7
|
improve implementation of unsupported code removal
|
13 years ago |
Siegfried Pammer
|
8a4aff214e
|
fix problems with inherited members in Windows Forms DesignerGenerator - http://community.sharpdevelop.net/forums/t/15800.aspx
|
13 years ago |
Siegfried Pammer
|
da8bb04c3a
|
fix problems with inherited members in Windows Forms DesignerGenerator - http://community.sharpdevelop.net/forums/t/15800.aspx
|
13 years ago |
Daniel Grunwald
|
f38add775c
|
Add a negative margin to the image in the QuickClassBrowser so that it does not cause the ComboBox to expand in height.
|
13 years ago |
Matt Ward
|
fe25841b5f
|
Fix XML Tree View editor changing text file line endings to Unix format.
|
13 years ago |
Matt Ward
|
78ab872f81
|
Fix file not found exception when opening an xml document referencing a dtd in the Xml Tree View editor.
|
13 years ago |
Siegfried Pammer
|
57f9d9937b
|
fix http://community.sharpdevelop.net/forums/t/15743.aspx - Null reference exception in Watch windows
|
13 years ago |
Siegfried Pammer
|
723ed39a8a
|
fix http://community.sharpdevelop.net/forums/t/15745.aspx - Delete variable in watch window
|
13 years ago |
Daniel Grunwald
|
c5e470b7af
|
Fixed thread-safety issue when accessing IProjectContent.ReferencedContents.
Fixes InvalidOperationException in XamlCompilationUnit.FindType (crash #240)
|
14 years ago |
Daniel Grunwald
|
65394ce3e0
|
Change folding commands so that they do not require a ParserFoldingStrategy.
This fixes "toggle all foldings" for .xml files.
|
14 years ago |
Matt Ward
|
869c2340ea
|
Fix error when installing latest jQuery NuGet package.
|
14 years ago |
Matt Ward
|
5369b65f1c
|
Fix view in browser for html files.
|
14 years ago |
Siegfried Pammer
|
740332021f
|
fix http://community.sharpdevelop.net/forums/p/15684/40053.aspx#40053
|
14 years ago |
Matt Ward
|
c02032d0e7
|
Do not show pre-release NuGet packages in Manage Packages dialog.
|
14 years ago |
Matt Ward
|
a9c9850ca5
|
Update to NuGet 1.7
|
14 years ago |
Matt Ward
|
ddc4ba94a3
|
Specify /noxml in the NUnit-Console command line if xml test results are not to be generated.
|
14 years ago |
Siegfried Pammer
|
c0cded9af4
|
fix IOExceptions that could occur while searching
|
14 years ago |
Matt Ward
|
3af26fc3ca
|
Fix ArgumentNullException in IronPython forms designer when a form has a button, a timer and only the timer's Tick event handler is specified.
|
14 years ago |
David Srbecký
|
0a98924dd2
|
Do not throw exception when the debugger encounters thread which we do not know about.
|
14 years ago |
Siegfried Pammer
|
9260c46613
|
fix http://community.sharpdevelop.net/forums/p/15639/39951.aspx#39951
project (and thus the target framework) was improperly detected for newly generated resource files (not yet written to disk).
|
14 years ago |
Daniel Grunwald
|
78c9de6e32
|
Fixed CallStackPad not refreshing when during initialization.
|
14 years ago |
Siegfried Pammer
|
c07882ccfb
|
fix http://community.sharpdevelop.net/forums/t/15637.aspx
and other issues in WatchInputBox
|
14 years ago |
Siegfried Pammer
|
3abf671f4d
|
fix another side of SD-1846 - Changing debugger options during debug causes exception
|
14 years ago |
Siegfried Pammer
|
dd1c8955f6
|
fix exception 3265 again
|
14 years ago |
Siegfried Pammer
|
405ef3fc0a
|
disable UDC if debugger is attached to avoid dead-locks
|
14 years ago |
Siegfried Pammer
|
00edc9c069
|
use custom SearchableFileContentFinder to avoid possible loss of information due to wrong encoding detection
|
14 years ago |
Siegfried Pammer
|
6e0c1e194f
|
fix exception 3396
|
14 years ago |
Siegfried Pammer
|
c580b21697
|
fix leaked OpenedFile after creation of ViewContent fails, causes exceptions some later actions, see:
http://community.sharpdevelop.net/forums/t/15625.aspx
|
14 years ago |
Siegfried Pammer
|
b6d2d5a60d
|
fix SD-1594 - Windows Forms designer generates the wrong version of .resx files for .NET 3.5 projects
and convert .resx on project upgrade/downgrade (as noted in a comment on the issue)
|
14 years ago |
Siegfried Pammer
|
589598e3ac
|
fix build
|
14 years ago |
Siegfried Pammer
|
bf23572925
|
fix http://community.sharpdevelop.net/forums/t/15618.aspx - do not dispose change watcher in ChangeMarkerMargin - it could be used by two different margins (in two synchronized text editors, for ex. split view)
|
14 years ago |
Siegfried Pammer
|
a7309fc677
|
fix SD-1726 - WPF loads assemblies by their unqualified name
|
14 years ago |
Siegfried Pammer
|
06440c49d8
|
fix SD-1894 - ArgumentOutOfRangeException when indenting .xaml file
|
14 years ago |