9246 Commits (785c54c9e83c063b4f13406bb83af8e020ef1cb0)

Author SHA1 Message Date
Daniel Grunwald 785c54c9e8 Worked on new ProjectService implementation. 13 years ago
Daniel Grunwald bb4e74c170 Worked on IProjectService API. 13 years ago
Daniel Grunwald 9ee497eec8 Hide MSBuildEngine behind service interface and move it to SharpDevelop.exe 13 years ago
Daniel Grunwald 194dcce61d Add FakeMessageLoop as a fall-back service so that unit tests don't have to instantiate it manually. 13 years ago
Daniel Grunwald 7aa8e6c63b Initial implementation of new ISolution-API. 13 years ago
Daniel Grunwald 5ac93c1540 Port most of SharpDevelop to new ISolution API. 13 years ago
Daniel Grunwald b88947a4fe Started refactoring the project service / solution API. 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