3207 Commits (a8272b61ec04b75857f056a14c19721fc6d437fb)
 

Author SHA1 Message Date
Christian Hornung a8272b61ec Added unit tests for the ResourceToolkit. 17 years ago
Daniel Grunwald 2820eaa8b2 Fixed SD2-1434: Unable to go to definition for an array of objects 17 years ago
Daniel Grunwald 2d9ae728ac Allow opening files/projects by drag+drop onto the start page. 17 years ago
Daniel Grunwald f18f9a6817 Add "Add check for null" and "Add range check" commands to C# refactoring menu. 17 years ago
Christian Hornung 8319e02771 ResourceToolkit: Fixed the BCL resource resolver. It now accepts any ResolveResult for the typeof(...) initializer, not only a TypeResolveResult which had been returned by NRefactoryResolver in earlier versions. 17 years ago
Christian Hornung e108656912 Fixed SD2-1382 (Exception when double-clicking control with existing event handler). The AbstractDesignerGenerator passed the wrong document to GetCursorLine when the open file was not the designer file. 17 years ago
Christian Hornung 1719ae8638 Fixed SD2-1437: Keypress in design view can lead to action in source code. 17 years ago
Christian Hornung 3d58ec399d Fixed the Python designer unit tests. 17 years ago
Daniel Grunwald 13814fa026 Raise TextAnchor.Deleted events before LineManager.LineCountChanged. 17 years ago
Christian Hornung 61268e9dc4 Windows.Forms designer: Implemented support for PropertyReflection localization model, and set this as default. Localization model can be changed on new options panel, with the option to keep the localization model of existing forms unchanged. 17 years ago
Daniel Grunwald 2f65a05f2b Fixed forum-7979 (breakpoint disappears when the line above is deleted). 17 years ago
Ivan Shumilin c552ad0b93 Cleanup after move. 17 years ago
Ivan Shumilin 8860d96aa4 git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3270 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 17 years ago
Ivan Shumilin 5e4ddf3a16 Move XamlDesigner to samples 17 years ago
Ivan Shumilin a7bdcdbf1c Close all now works + question icon instead warning in message boxes. 17 years ago
Ivan Shumilin 493b4d0fe4 Initial upload for XamlDesigner (successor of StandaloneDesigner). 17 years ago
Christian Hornung ae8b3f06ab Improved behaviour of saving workbench windows with multiple view contents: 17 years ago
Justin Dearing 2a1ab5312c Fixed button position of DebugeeExceptionForm. The position of the splitter in DebugeeExceptionForm remains consistent between calls to it. 17 years ago
Daniel Grunwald d0909c87a9 Fixed bug that could cause pads not to open on padDescriptor.BringToFront() calls. 17 years ago
Daniel Grunwald dd5c96bee3 Implemented SD2-1431: C# <-> VB converter: hexadecimal literals should stay hexadecimal 17 years ago
Daniel Grunwald e86d8a74f1 Fixed SD2-1429: Breakpoints in files shared between multiple projects are duplicated 17 years ago
Daniel Grunwald 60a335a84b NRefactoryASTConvertVisitor: convert attribute arguments (forum-8114). 17 years ago
Daniel Grunwald f7817414b7 Fixed code-completion bug when calling generic extension methods with explicit type arguments. 17 years ago
Daniel Grunwald d92e88951d New file dialog remembers last selected item type. 17 years ago
Daniel Grunwald f60de83676 r7000@daniel-notebook (orig r3258): daniel | 2008-07-30 16:20:03 +0200 17 years ago
Daniel Grunwald d05a4e654b Revert revision 3214 (Solution.GetActiveConfigurationsAndPlatformsForProjects: Use .ActiveCfg entry instead of .Build.0 entry) 17 years ago
Daniel Grunwald 4151c3e2d0 Remove files added by incorrect merge. 17 years ago
Daniel Grunwald a32c342c83 Trying to sync a local mirror repository with the SharpDevelop repository... 17 years ago
Daniel Grunwald c49f7e8045 Add option to build only projects that were modified inside SharpDevelop to improve compilation time. 17 years ago
Christian Hornung 70f9463da3 ResourceToolkit: The scope for the "Find missing resource keys" operation can now be selected from one of "whole solution", "current project", "current file" and "all open files". Added some debugging code. Converted project to .NET 3.5. 17 years ago
Daniel Grunwald 3b9d810c2c Fixed C++ binding crash when VS08 is not installed. 17 years ago
Justin Dearing 3da8d3a189 renamed a variable. 17 years ago
Daniel Grunwald 2b634df095 Fixed build. 17 years ago
Christian Hornung 50a505b8c4 Added the Reflector AddIn. 17 years ago
Justin Dearing bc1f3d9112 You can now insert custom formatted dates with StringParser.Parse() via ${DATE:formatstring}. This string gets passed to DateTime.Now.ToString() and the results returned. All project templates that have an AssemblyInfo.cs now set the AssemblyCopuRight to this year. 17 years ago
Ivan Shumilin 4d76a8e594 PropertyGrid for WPF Designer 17 years ago
Daniel Grunwald d2b66aed54 When the code-completion window is opened with Ctrl+Space/"complete when typing", deleting the completed text with backspace closes the code-completion window. 17 years ago
Justin Dearing 08f28dd947 Saved window state in DebuggingOptions for the DebugeeExceptionForm and DebugeeExceptionForm. 17 years ago
Justin Dearing c98197cf2f You can now "Open containing folder in explorer" from the Project pad. 17 years ago
Justin Dearing 5b9b7d207d Exceptions are now displayed with DebuggeeExceptionForm instead of DebuggerEvenrForm. DebugeeExceptionForm displays the exception in a TreeViewAdv. 17 years ago
Justin Dearing f8f2a4d175 Updated strings for ExtractInterface. 17 years ago
David Srbecký 8652900dd2 Fixed build error 17 years ago
David Srbecký ee345d0825 Support creation of all primitive types 17 years ago
David Srbecký 9218a36d0b The console is able to box values; 17 years ago
David Srbecký 99bb0a198e Fixed breakpoints for whitespace lines 17 years ago
David Srbecký 572503b932 Better support of pointer values 17 years ago
Daniel Grunwald 851fa495d7 Set SolutionPath environment variable when building C++ projects. 17 years ago
David Srbecký bf9683cd0f Extend the lifetime of StackFrame 17 years ago
Justin Dearing e4f4a70f3c Updated resource strings. 17 years ago
David Srbecký 4ae83b9c5c Grammar correction 17 years ago