PeterForstmeier
|
a4df4760f7
|
Change Report access from FileName to EmbeddedResource
|
14 years ago |
PeterForstmeier
|
8d15f512b8
|
ReportEngine.cs - LoadReportModel (Stream stream)
|
14 years ago |
Siegfried Pammer
|
f93a898750
|
code cleanup - remove dynamic code from Debugger.AddIn
|
14 years ago |
Siegfried Pammer
|
f7169bd6c8
|
fix memory leak in WatchInputBox
|
14 years ago |
Siegfried Pammer
|
0f3ce6db53
|
remove DoEvents from EDMDesignerViewContent.Load
|
14 years ago |
Siegfried Pammer
|
77cb734df9
|
enforce all DoEvents from pads on the main thread to avoid race conditions in debugger. Do delayed invalidate on all pads.
|
14 years ago |
PeterForstmeier
|
a0044fe82e
|
Change CodeQuality.addin
|
14 years ago |
Daniel Grunwald
|
05d79e0915
|
Fix NullReferenceException in invalid XAML files that have a property as root element.
|
14 years ago |
Daniel Grunwald
|
900d4a73d9
|
Mark all assemblies with x86 references as x86.
|
14 years ago |
Daniel Grunwald
|
464455bb2a
|
Show "C# 5.0" in upgrade project view if .NET 4.5 is installed.
|
14 years ago |
Daniel Grunwald
|
14182177ab
|
Port ICSharpCode.Build.Tasks to .NET 4.0 so that it works when .NET 2.0/3.5 is not installed.
Moved ILAsm build task into ILAsmBinding.
|
14 years ago |
Daniel Grunwald
|
69759876bc
|
Handle error conditions when .NET 3.5 is not installed and the user tries to open/build .NET 2.0/3.0/3.5 projects.
|
14 years ago |
PeterForstmeier
|
368e67dc0d
|
Fix CodeQuality.addin
http://community.sharpdevelop.net/forums/t/14541.aspx
|
14 years ago |
PeterForstmeier
|
06354264d3
|
remove unused files, adjust FormsDesigner.addin
|
14 years ago |
PeterForstmeier
|
bab2c9d135
|
Convert FormsDesigner LocalizationModelOptionsPanel.cs to WPF
|
14 years ago |
Daniel Grunwald
|
9a8ee8c9ae
|
Remove some unused string resources.
|
14 years ago |
Daniel Grunwald
|
632b1a3b18
|
Remove remains of ReflectorAddIn (looks it some parts got resurrected by a merge)
|
14 years ago |
Daniel Grunwald
|
43511c4ef5
|
Add some strings to StringResources.
|
14 years ago |
Daniel Grunwald
|
95cc542675
|
Dispose the ProjectChangeWatcher when creating a new project fails.
|
14 years ago |
Matt Ward
|
5e34cf768e
|
Register projects with IIS Express as separate sites and use the configured port.
|
14 years ago |
Siegfried Pammer
|
3921508dc8
|
fixed exception 2683
|
14 years ago |
Siegfried Pammer
|
db9e807f0f
|
fixed unit tests
|
14 years ago |
Siegfried Pammer
|
a6289b3df0
|
fixed SD-1889 - NullReferenceException when pausing debugger
|
14 years ago |
Siegfried Pammer
|
d522c97774
|
fix SD-1846 - Changing debugger options during debug causes exception
|
14 years ago |
PeterForstmeier
|
d9521390bf
|
ReportViewModel.cs DependencyReport
|
14 years ago |
PeterForstmeier
|
93eb64d2be
|
BaseClass for Reporting
|
14 years ago |
Siegfried Pammer
|
69800ced7c
|
fix SD-1843 - 'Pause on handled exceptions' won't let me continue program execution after a handled exception is caught by the debugger
|
14 years ago |
Siegfried Pammer
|
b4e1e34202
|
add Continue button to DebuggeeExceptionForm
|
14 years ago |
Matt Ward
|
2e8a512fc9
|
Update text editor syntax highlighting when a filename is changed.
|
14 years ago |
Matt Ward
|
69a29bc736
|
Fix argument exception when using File->Save As and changing a file to a ASP.NET file extension when it was not previously.
|
14 years ago |
Siegfried Pammer
|
47c9ee8fc8
|
small adjustments to Exception Form
|
14 years ago |
Siegfried Pammer
|
421b4a44c9
|
fixed Exception #3275
|
14 years ago |
Matt Ward
|
915b36334a
|
Store IIS Express and IIS settings in project file.
Set the IsDirty flag when changes made to Web project options.
|
14 years ago |
Siegfried Pammer
|
bcc9fa34ae
|
implemented SD-1890 - WPF Designer does not support WPF Page
|
14 years ago |
Siegfried Pammer
|
d01ae06ee0
|
improve information provided in WpfDocumentError
|
14 years ago |
Siegfried Pammer
|
8ffb5462d8
|
fix SD-1816 - Forms Designer generates invalid code when targeting previous versions of .NET
|
14 years ago |
PeterForstmeier
|
65f1038a9a
|
OverviewReport
|
14 years ago |
PeterForstmeier
|
e354ea523c
|
Fix Report1.srd
|
14 years ago |
Siegfried Pammer
|
85774f1d77
|
fix build
|
14 years ago |
Siegfried Pammer
|
2f0119463b
|
remove catch all from PerformanceCounterDescriptor.GetProcessInstanceName and add explanations for the different exception types
|
14 years ago |
Siegfried Pammer
|
b5c482d4c2
|
reviewed patch by aleksoft
|
14 years ago |
Matt Ward
|
17afd007e0
|
Debugging with IIS Express and IIS now working.
Fix breakpoints in Application_Start not being hit by running IIS Express with the debugger instead of attaching.
|
14 years ago |
Siegfried Pammer
|
860a1432ae
|
fix SD-1888 - NullReferenceException in ExpressionNode.EvaluateExpression
|
14 years ago |
Alex Ivanov
|
c34ce8ddc3
|
Debugger: try harder to resolve cast expressions
|
14 years ago |
Matt Ward
|
c4afa0ea5b
|
Fix failing unit test.
|
14 years ago |
Matt Ward
|
d4d5a3cad0
|
Fix build.
|
14 years ago |
Siegfried Pammer
|
4155482892
|
fix possible NullReferenceException in SearchManager
|
14 years ago |
Siegfried Pammer
|
be4aed03f8
|
correct typo in string resource name and add Web options as separate project options page
|
14 years ago |
Siegfried Pammer
|
e2d61ab0ae
|
add note to AspNet.Mvc.addin
|
14 years ago |
Siegfried Pammer
|
4c7aefdf7a
|
move WebProjectService to AspNet.Mvc.csproj
|
14 years ago |