2196 Commits (cd6059fa22e8696e1369500a03d26258cd4476f4)

Author SHA1 Message Date
Siegfried Pammer 1e9c0b6781 added introduce method refactoring (not working in all cases yet) 17 years ago
Siegfried Pammer 6cbe5b0635 - reimplemented code generators in 4.0 (fixes SD2-1599) 17 years ago
Matt Ward 917a9cdac1 Update string resources. 17 years ago
Matt Ward 807c25d832 Updated copyright year to 2010 17 years ago
Daniel Grunwald 80b9d458bc It's 2010. 17 years ago
Christoph Wille 45bdc2ff02 Upgrade widgets project 17 years ago
Daniel Grunwald 7f32d9be78 Adjust AddIn compatibility hack so that SD 3.0 AddIns can be loaded in SD 3.2. 17 years ago
Matt Ward e8ae58da07 Change SharpDevelop version to 3.2 17 years ago
Matt Ward 4f6582b083 Add IronRuby addin. 17 years ago
Matt Ward 41a1573501 When a solution is loaded the files that were previously open for that solution are opened again. 17 years ago
Matt Ward 432d0cb6b8 Support for highlighting definitions defined in addin files now working again. 17 years ago
David Srbecký 023ef6a40a Updated localized strings 17 years ago
Daniel Grunwald 0824719cc9 Fixed SD2-1625 - Forms Designer corrupts field declarations with inner class type references 17 years ago
Daniel Grunwald ea8ead857b Fixed SD2-1626 - Type parameters placed incorrectly when implementing interface nested inside generic class 17 years ago
Daniel Grunwald a30ba7fec7 Added ${ItemNameNoExt} - see forum-9830. 17 years ago
Siegfried Pammer c29815a7c0 - Removed OverrideEqualsGetHashCodeMethodsCommand and OverrideEqualsGetHashCodeMethodsCommand from Refactor menu 17 years ago
Daniel Grunwald 923174fbbe Implemented incremental search for AvalonEdit. 17 years ago
Daniel Grunwald 6e5a101780 Added debug-only shortcut for switching rendering mode. 17 years ago
Daniel Grunwald c16985247f Use TextFormattingMode.Display for tooltips and context menus. 17 years ago
Daniel Grunwald 9108aaa781 Use TextFormattingMode.Display for dialog and code completion windows. 17 years ago
Daniel Grunwald da8f9a068c Add entry in tools menu for "Project Upgrade" view. 17 years ago
Daniel Grunwald 8dd9b3229c Use TextFormattingMode=Display in whole SharpDevelop. 17 years ago
Daniel Grunwald 9d571e2ba0 Use a single ParameterListComparer for both hashtables in MemberLookupHelper.LookupMember. 17 years ago
Daniel Grunwald f5170d4fde Remove unused code. 17 years ago
Daniel Grunwald 37115adab8 Code cleanup. 17 years ago
Daniel Grunwald ba882fe298 Port PInvokeAddIn to ITextEditor. 17 years ago
Daniel Grunwald 71ceca5f27 Fixed build. 17 years ago
Siegfried Pammer 98242a8a97 - added EntityType to IEntity 17 years ago
Daniel Grunwald 3f49d60757 Fixed bug that caused WinFormsMessageService.DialogOwner to be initialized to null instead of the actual main window. 17 years ago
Daniel Grunwald 49f8c18d14 Fixed SD2-1602: Order of nodes in AddIn tree path is not preserved. 17 years ago
Daniel Grunwald 3d6181aefe Remove unused code (integration of ICSharpCode.TextEditor into SharpDevelop) 17 years ago
Daniel Grunwald f599cadc78 Fixed SD2-1612 - Commands in Edit > Folding have no effect 17 years ago
Daniel Grunwald 24358ad21e Improved AvalonEdit pixel snapping. 17 years ago
Siegfried Pammer 74086bc0ac fixed SD2-1619 - Checkmark in Breakpoint context menu missing 17 years ago
Siegfried Pammer 22e837bcfc fixed SD2-1618 - "Task List" does not show any TODO tasks 17 years ago
Daniel Grunwald c1ca7b1e36 Fixed C#->VB code converter issues with casts between char and integers. 17 years ago
Daniel Grunwald 3bd5433f41 Avoid stack overflow in custom command routing (r5213), e.g. when scrolling in the quick class browser dropdown. 17 years ago
Siegfried Pammer 3c5585e0a2 - finished implementation of Ctrl+J snippets. 17 years ago
Daniel Grunwald 4c27af8849 Implemented custom command routing: if a WPF routed command is not handled by the current focus, re-route it to the logical focus of the active workbench window. 17 years ago
Daniel Grunwald db5f09dfd4 Add version info to layout files to avoid exception when AvalonDock version has changed. 17 years ago
Daniel Grunwald 1cb38f4be5 Fixed build. 17 years ago
Daniel Grunwald 3e64285db9 Remember focus and restore it when a workbench window or pad gets activated. 17 years ago
Daniel Grunwald 0040375aa5 Fixed build. 17 years ago
Daniel Grunwald 748344d2a9 Remove PixelSnapper; use WPF layout rounding instead. 17 years ago
Siegfried Pammer 002ffad912 - implemented Ctrl+J for new snippets 17 years ago
Daniel Grunwald a122dc1a84 Replace FileUtility.Combine with Path.Combine. 17 years ago
Daniel Grunwald 16bc1e5b15 Add reference to System.Xaml when upgrading WPF projects. 17 years ago
David Srbecký 3e08e3dee5 Fixed ResourceDictionary merging in DebuggerTooltipControl.xaml 17 years ago
Daniel Grunwald fdd5d234f9 Enable legacy runtime activation policy for SharpDevelop.exe to allow loading mixed-mode assemblies. 17 years ago
Daniel Grunwald ee0255fbaf Add references to System.Xaml.dll (necessary because some types were moved from WindowsBase to System.Xaml; see http://blogs.windowsclient.net/rob_relyea/archive/2009/10/19/xaml-news-net4-and-vs2010-beta2.aspx). 17 years ago