5412 Commits (1aaf6ddc6f6c6d8cdf3d667ab79dac9e30feb2b9)

Author SHA1 Message Date
Matt Ward 869c2340ea Fix error when installing latest jQuery NuGet package. 13 years ago
Matt Ward 5369b65f1c Fix view in browser for html files. 13 years ago
Siegfried Pammer 740332021f fix http://community.sharpdevelop.net/forums/p/15684/40053.aspx#40053 13 years ago
Matt Ward c02032d0e7 Do not show pre-release NuGet packages in Manage Packages dialog. 13 years ago
Matt Ward a9c9850ca5 Update to NuGet 1.7 13 years ago
Matt Ward ddc4ba94a3 Specify /noxml in the NUnit-Console command line if xml test results are not to be generated. 13 years ago
Siegfried Pammer c0cded9af4 fix IOExceptions that could occur while searching 13 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 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 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: 14 years ago
Siegfried Pammer b6d2d5a60d fix SD-1594 - Windows Forms designer generates the wrong version of .resx files for .NET 3.5 projects 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
Siegfried Pammer eb152e33a5 fix build 14 years ago
Daniel Grunwald c00a5bf311 Fixed NullReferenceException in CppProject.get_OutputAssemblyFullPath 14 years ago
Daniel Grunwald 7a5190f7d3 Fix NullReferenceException in DebugMethodInfo.get_IsGenericMethod 14 years ago
Daniel Grunwald 2fc9ff16e3 Fixed snippet options. 14 years ago
Siegfried Pammer 09577bbc9b apply Matt's suggestion on readability 14 years ago
Siegfried Pammer e6e380cc04 fix quirks in XML completion 14 years ago
Daniel Grunwald 6f6a97acca Move listbox/listview styles that highlight the focus instead of the selection to GlobalStyles. 14 years ago
Matt Ward 175649ed03 Use IronRuby built from source so it uses the same Microsoft.Scripting assemblies as IronPython to fix MissingMethodException. 14 years ago
Daniel Grunwald 2d0d4433f0 Fix NullReferenceException in Process.GetCurrentExecutingFrame 14 years ago
Daniel Grunwald 82acae343b Fix NullReferenceException in MSHelpSystem.BrowserScheme.DocumentCompleted 14 years ago
Daniel Grunwald 3ed3ed64b1 Potential fix for NullReferenceException in WindowsDebugger.GetValueFromName(). 14 years ago
Daniel Grunwald fc9d01eee9 Fixed running unit tests in .NET 4.5 project. 14 years ago
Siegfried Pammer 377114e1c9 remove options for JMC and Step over code without symbols (both of them are enabled by default), use "Decompile code without symbols" instead 14 years ago
Daniel Grunwald 83a7ae5f69 Fix DebugType.IsEnum (always returned false due to undocumented breaking change in .NET 4.5). 14 years ago
Daniel Grunwald 0a4d05cc97 Fixed race condition in project.GetOrCreateBehavior(). 14 years ago
Daniel Grunwald 5c6298277a TextMarkerService: fixed potential NullReferenceException when detached from document. 14 years ago
Daniel Grunwald 9f36c5a5e4 Fixed potential cause for NullReferenceException in CppProject.get_OutputAssemblyFullPath. 14 years ago
Daniel Grunwald 3352833035 Fix NullReferenceException in WatchList. 14 years ago
Siegfried Pammer cbb8cbbff6 fix XML code completion weirdnesses and adjust unit tests 14 years ago
Siegfried Pammer 430e6b3954 add option "Decompile code without symbols" to SharpDevelop; small improvements in debugger when debugging decompiled code 14 years ago
Matt Ward 9d323dfdba Update IronPython to version 2.7.2.1 14 years ago
Matt Ward bc37844d54 Update IronPython to version 2.7.2 14 years ago
Siegfried Pammer 7af6e0be23 implement proper exception handling for flush errors in forms designer 14 years ago
Matt Ward f03baa5c96 Fix IronPython breakpoints not being hit when attaching after dynamic symbols have been loaded. 14 years ago
Daniel Grunwald f24abfcb3a ContextActionsRenderer: open the popup immediately when pressing Ctrl+T, even if it would appear automatically after some time 14 years ago
Siegfried Pammer 54ee299513 add support for async methods in debug info 14 years ago
Matt Ward 520c648fd4 Catch all exceptions thrown by javascript parser. 14 years ago