2305 Commits (6bbba8d32a00c4b62bdabcfcbd18f6b42dbb23b8)

Author SHA1 Message Date
Daniel Grunwald d67005fa0f Ignore IOException when saving layout (maybe another process is writing to the layout file). 16 years ago
Daniel Grunwald 550c9f7702 Fixed forum-10596: C# to VB.NET conversion problems 16 years ago
Daniel Grunwald d817a55cfe UDC: add culture, processorArchitecture and number of custom AddIns to environment information 16 years ago
Daniel Grunwald 7dcd391057 SD2-1607 - Add printing support to AvalonEdit 16 years ago
Daniel Grunwald 0981fe4c8b SD2-1601 - Implement disabled text editor settings: 16 years ago
Siegfried Pammer c879a5c424 fixed NRefactoryResolver unit test 16 years ago
Siegfried Pammer 1e9c0b6781 added introduce method refactoring (not working in all cases yet) 16 years ago
Siegfried Pammer 6cbe5b0635 - reimplemented code generators in 4.0 (fixes SD2-1599) 16 years ago
Matt Ward 917a9cdac1 Update string resources. 16 years ago
Matt Ward 807c25d832 Updated copyright year to 2010 16 years ago
Daniel Grunwald 80b9d458bc It's 2010. 16 years ago
Christoph Wille 45bdc2ff02 Upgrade widgets project 16 years ago
Daniel Grunwald 7f32d9be78 Adjust AddIn compatibility hack so that SD 3.0 AddIns can be loaded in SD 3.2. 16 years ago
Matt Ward e8ae58da07 Change SharpDevelop version to 3.2 16 years ago
Matt Ward 4f6582b083 Add IronRuby addin. 16 years ago
Matt Ward 41a1573501 When a solution is loaded the files that were previously open for that solution are opened again. 16 years ago
Matt Ward 432d0cb6b8 Support for highlighting definitions defined in addin files now working again. 16 years ago
David Srbecký 023ef6a40a Updated localized strings 16 years ago
Daniel Grunwald 0824719cc9 Fixed SD2-1625 - Forms Designer corrupts field declarations with inner class type references 16 years ago
Daniel Grunwald ea8ead857b Fixed SD2-1626 - Type parameters placed incorrectly when implementing interface nested inside generic class 16 years ago
Daniel Grunwald a30ba7fec7 Added ${ItemNameNoExt} - see forum-9830. 16 years ago
Siegfried Pammer c29815a7c0 - Removed OverrideEqualsGetHashCodeMethodsCommand and OverrideEqualsGetHashCodeMethodsCommand from Refactor menu 16 years ago
Daniel Grunwald 923174fbbe Implemented incremental search for AvalonEdit. 16 years ago
Daniel Grunwald 6e5a101780 Added debug-only shortcut for switching rendering mode. 16 years ago
Daniel Grunwald c16985247f Use TextFormattingMode.Display for tooltips and context menus. 16 years ago
Daniel Grunwald 9108aaa781 Use TextFormattingMode.Display for dialog and code completion windows. 16 years ago
Daniel Grunwald da8f9a068c Add entry in tools menu for "Project Upgrade" view. 16 years ago
Daniel Grunwald 8dd9b3229c Use TextFormattingMode=Display in whole SharpDevelop. 16 years ago
Daniel Grunwald 9d571e2ba0 Use a single ParameterListComparer for both hashtables in MemberLookupHelper.LookupMember. 16 years ago
Daniel Grunwald f5170d4fde Remove unused code. 16 years ago
Daniel Grunwald 37115adab8 Code cleanup. 16 years ago
Daniel Grunwald ba882fe298 Port PInvokeAddIn to ITextEditor. 16 years ago
Daniel Grunwald 71ceca5f27 Fixed build. 16 years ago
Siegfried Pammer 98242a8a97 - added EntityType to IEntity 16 years ago
Daniel Grunwald 3f49d60757 Fixed bug that caused WinFormsMessageService.DialogOwner to be initialized to null instead of the actual main window. 16 years ago
Daniel Grunwald 49f8c18d14 Fixed SD2-1602: Order of nodes in AddIn tree path is not preserved. 16 years ago
Daniel Grunwald 3d6181aefe Remove unused code (integration of ICSharpCode.TextEditor into SharpDevelop) 16 years ago
Daniel Grunwald f599cadc78 Fixed SD2-1612 - Commands in Edit > Folding have no effect 16 years ago
Daniel Grunwald 24358ad21e Improved AvalonEdit pixel snapping. 16 years ago
Siegfried Pammer 74086bc0ac fixed SD2-1619 - Checkmark in Breakpoint context menu missing 16 years ago
Siegfried Pammer 22e837bcfc fixed SD2-1618 - "Task List" does not show any TODO tasks 16 years ago
Daniel Grunwald c1ca7b1e36 Fixed C#->VB code converter issues with casts between char and integers. 16 years ago
Daniel Grunwald 3bd5433f41 Avoid stack overflow in custom command routing (r5213), e.g. when scrolling in the quick class browser dropdown. 16 years ago
Siegfried Pammer 3c5585e0a2 - finished implementation of Ctrl+J snippets. 16 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. 16 years ago
Daniel Grunwald db5f09dfd4 Add version info to layout files to avoid exception when AvalonDock version has changed. 16 years ago
Daniel Grunwald 1cb38f4be5 Fixed build. 16 years ago
Daniel Grunwald 3e64285db9 Remember focus and restore it when a workbench window or pad gets activated. 16 years ago
Daniel Grunwald 0040375aa5 Fixed build. 16 years ago
Daniel Grunwald 748344d2a9 Remove PixelSnapper; use WPF layout rounding instead. 16 years ago