2084 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
Daniel Grunwald d0d97732ad ExceptionBox: fixed potential deadlock when exception occurred on non-GUI thread. 17 years ago
Daniel Grunwald f80ca05e61 New feature: Edit > Insert > Paste as comment/string. 17 years ago
Daniel Grunwald a2a0519357 When using "Compile modified projects only", require recompilation if the project options were changed. 17 years ago
Daniel Grunwald 18699759d9 Handle errors when writing new class diagram (fixes forum-9024: Read only class diagram file causing System.UnauthorizedAccessException) 17 years ago
Daniel Grunwald 3093c60ae9 Fixed exception when an open solution file is deleted. 17 years ago
Daniel Grunwald ca7e25fe5b Fixed SD2-1524: Reference to a method hiding a base class event resolved incorrectly. 17 years ago
Daniel Grunwald 2d0d749425 Fixed SD2-1528: Stack overflow in code completion when using FluentValidation 17 years ago
Daniel Grunwald 6f8e954129 Add DispatcherErrorHandler allow WPF addins to use SharpDevelop's unhandled exception dialog. 17 years ago
Daniel Grunwald 9ca580024d Added some strings to the translation database (mostly message box texts in the Subversion AddIn). 17 years ago
Daniel Grunwald 1533f2bbdd Backport ICSharpCode.Core.Presentation to SharpDevelop 3.1 - this makes it easier to write WPF-based AddIns. 17 years ago
Matt Ward e60ed8da10 Open With dialog is now centered and no longer shown in task bar. 17 years ago
Daniel Grunwald e397b87c6b Fixed bug in "Find references": MemberLookupHelper.IsSimilarMember could return true when comparing a field with a local variable. 17 years ago
Daniel Grunwald 21b9e13f05 Removed some obsolete methods. 17 years ago
Daniel Grunwald aa5981c5c8 Make DisplayBindingService public. 17 years ago
Matt Ward d38d6ae257 Fixed null reference exception in WriteableProjectEvaluator if a null IProject is returned from the ProjectService.CurrentProject. 17 years ago
Daniel Grunwald f41bf57e52 SD2-1521: Reconsider what a 'preinstalled addin' is. 17 years ago
Daniel Grunwald e02ca7fc5e Allow SharpDevelop 3.0 addins to load in SharpDevelop 3.1. 17 years ago
Christoph Wille aa43c6fadb Version 3.1 designation 17 years ago
Matt Ward c1229ae1ac Updated string resources. 17 years ago
Daniel Grunwald 423437659a Various minor changes. 17 years ago
Daniel Grunwald f0c3caffd7 Fixed forum-8965: "+=" code completion for events did not work if delegate was declared in source code. 17 years ago
Daniel Grunwald 43733a4944 Ensure the window handle is created before using the main form as SynchronizeInvoke. Might fix forum-8974. 17 years ago
Daniel Grunwald ea4b5473c3 Fixed SD2-1517: Changes made in project options not being saved on configuration change. 17 years ago
Siegfried Pammer e00e699899 implemented the real fix for SD2-1470 17 years ago
Daniel Grunwald 9b1d4e2476 Fixed a few cases where "IsKeyword" was not set correctly. 17 years ago
Daniel Grunwald be17ca8431 Fixed SD2-1522: Exception when double-clicking in empty first line. 17 years ago
Daniel Grunwald 195a4cac61 Fixed code completion on nullables. 17 years ago
Christian Hornung 50ee5770d6 Add redirection rule for FormsDesigner assembly. 17 years ago
Christian Hornung e0791cefb3 ResourceToolkit: Show a message instead of an exception when a resource file cannot be read or written when deleting or renaming keys. 17 years ago
Daniel Grunwald a2c4a6783f Use EditRawProperty for strong name key: allow using MSBuild properties in the key file path. 17 years ago
Daniel Grunwald d8ff8210c5 Remove abstract/sealed modifiers from interface when extracting an interface from a class. 17 years ago
Daniel Grunwald 7a71e05316 Fixed context menu of side bar: 17 years ago
Daniel Grunwald 1b7cd19159 Minor changes to BuildWorker. 17 years ago
Daniel Grunwald aef5688593 Fixed SD2-1510: Too slow startup when DesignerViewContent.cs was open 17 years ago
Daniel Grunwald 1a0d6c4cdd Fixed SD2-1510: Too slow startup when DesignerViewContent.cs was open 17 years ago
Daniel Grunwald a8dd913eb1 Fixed build. 17 years ago
Daniel Grunwald 885afa299e More debug output when building (trying to find the cause of SD2-1485). 17 years ago
Siegfried Pammer c2d6a0cb80 fixed Bugs in ExtractInterface 17 years ago
Daniel Grunwald 2fd53108e1 Renamed "OK" button in solution configuration editor to "Close" (there's no way to cancel the changes). 17 years ago
Daniel Grunwald e8edfd0864 Fixed updating properties in .user file. 17 years ago
Daniel Grunwald 653e996b6f Fixed SD2-1477 - Unable to save project settings in .user file. 17 years ago
Daniel Grunwald c7c5017022 Change base class of ToolBarCommand from ToolStripMenuItem to ToolStripButton. 17 years ago
Daniel Grunwald c15374a67c On quad core machines, use 4 build workers by default. 17 years ago
Daniel Grunwald c3cc141fe4 Deprecate AppDomainLaunchHelper (it's much better to manually launch AppDomains inside AddIns). 17 years ago
Siegfried Pammer a5c660c325 fixed SD2-1486 - Extract Interface fails with overloaded methods 17 years ago
Matt Ward c11c8658f9 Can now specify target CPU when compiling Python applications. 17 years ago
Matt Ward 22fd00b356 Fixed SD2-1396 - Moving a file from one project to another when a file exists and is on display. 17 years ago
Matt Ward 35c76c4613 Fixed SD2-1475 - Rename class does not rename destructor. 17 years ago
Daniel Grunwald f9b0436045 Fixed build. 17 years ago
Daniel Grunwald 1012755da5 Fixed SD2-783: GDI Handle leak 17 years ago