9396 Commits (453c6665a6b3c8867dddb59ff408537b1bfe48bf)

Author SHA1 Message Date
Peter Forstmeier 57c02cf767 add more formatting tests 13 years ago
Daniel Grunwald 7ed3cf8a5c Fix infinite loop in WPF designer. 13 years ago
Daniel Grunwald 52e595eb16 Handle IOException (network path not available) in AbstractProject.get_ReadOnly 13 years ago
Daniel Grunwald a457ec6278 VB code completion: fix bug that caused code completion to omit local variables when typing near the end of a block. 13 years ago
Daniel Grunwald 44df039a84 Register new issue classes in AddInTree. 13 years ago
Daniel Grunwald bc52a0b8fe Add Freeze() method to HighlightingColor. 13 years ago
Daniel Grunwald e51750a232 Use SemanticHighlightingVisitor in CSharpSemanticHighlighter. 13 years ago
Daniel Grunwald 658c1d2c53 C# syntax highlighting: Move contextual keywords into other keyword categories 13 years ago
Daniel Grunwald 04c5e7560b Use custom dialog for assertion failures. 13 years ago
Matt Ward ef5d2930e9 Fix output name in Application settings project panel. 13 years ago
Matt Ward 2c197e33c7 Update NuGet to version 2.2.1 13 years ago
Peter Forstmeier 92e6511ec9 Add some Test for Formatting results 13 years ago
David Srbecký 4798dae6fe Refactored the stepping logic to be more friendly with multiple symbol source; 13 years ago
Matt Ward 2a4af3b94b Remove highlight when search panel closed. 13 years ago
Christoph Wille 6a9ab97540 Add ZipFromMsi to build process 13 years ago
Christoph Wille bff85d9a47 Create zip from files.wxs (msi input) to build xcopy deployable zip for build server 13 years ago
David Srbecký edbdd87690 Save options only if they have been actually modified - in particular, this avoids saving of default values 13 years ago
Christoph Wille 989c128374 Add Setttings Editor and WPF Designer to setup 13 years ago
Peter Forstmeier 3036889042 add DateSubtract.cs function to SDR syntax DateSubtract(endDate,startDate) 13 years ago
Matt Ward 5ff1f88f1f Fix null reference when creating new EF data model file. 13 years ago
Matt Ward 14592816aa Reformat code. 13 years ago
Matt Ward bad935c416 Fix null reference exception on disposing EDM View. 13 years ago
Matt Ward cdfd000f36 Fix null reference exception in database connection dialog. 13 years ago
Martin Konicek 0a8a7bb3cd Re-obtain hash code method after debuggee is restarted. 13 years ago
David Srbecký 076027c114 Remove overridden LazyCecilTypeDefinition.FullName and let base class handle it. 13 years ago
David Srbecký 87e8f5a54c Improve IL mapping: 13 years ago
Peter Forstmeier 1e082175f4 Remove old SettingsView, remove reference to System.Windows.Forms 13 years ago
Peter Forstmeier 36942a8c9a http://community.sharpdevelop.net/forums/t/16600.aspx (3. Item) 13 years ago
David Srbecký 1e902d13ac Fix unit tests 13 years ago
David Srbecký ea026ca401 Fix CurrentLineBookmark for whole-line and multi-line sequence points 13 years ago
David Srbecký 333e3644b7 Slightly improve mapping from IL to source code 13 years ago
David Srbecký 052ea0565f Make ILRange immutable struct 13 years ago
David Srbecký 07c333b1f6 Never return null when Debugger.Value is expected - throw GetValueException instead 13 years ago
Martin Konicek 429117df31 Object graph visualizer - note possible bug. 13 years ago
Martin Konicek 736fe7f9ed Object graph visualizer starting to work. 13 years ago
David Srbecký 01ec356fa1 ILSpyAddIn can be a symbol source for the debugger 13 years ago
David Srbecký 3c1353849f Remove all code related to debugging of decompiled code 13 years ago
David Srbecký 4f68861544 Simplify debug symbols generated by ILSpy 13 years ago
Martin Konicek ed6891a447 Re-enable debugger visualizers in debugger 13 years ago
Martin Konicek 03a41676fc Make debugger visualizers compile. 13 years ago
Peter Forstmeier f89bd5107a Convert SettingsEditor to Wpf 13 years ago
Matt Ward 065f55350f Add code coverage addin. 13 years ago
David Srbecký aa4cee4972 Fix evaluation bug caused by null from GetArgumentValue 13 years ago
David Srbecký c2855d5a65 Refactored handling of debug symbols 13 years ago
Matt Ward 5506c43932 Add Package Management addin. 13 years ago
Siegfried Pammer 4802c70556 implemented more methods in CSharpCodeGenerator + Tests and added back SuppressMessageCommand 13 years ago
Matt Ward a59c26f744 FxCop - Return default strings if resources cannot be found. 13 years ago
Matt Ward 5fc29724a9 Add WiX addin. 13 years ago
Martin Konicek 6ae27d89a4 Debugger visualizers - progress (Grid visualizer remaining). 13 years ago
Martin Konicek b00869d9a0 Debugger visualizers - GetFieldsAndNonIndexedProperties. 13 years ago