2535 Commits (abf3efabef4d239ee9cd97f3d948e7915cc7a13b)

Author SHA1 Message Date
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
Siegfried Pammer 002ffad912 - implemented Ctrl+J for new snippets 16 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
Daniel Grunwald 45761d3824 Implemented option panels for text editor. 17 years ago
Daniel Grunwald d75b2d4a94 Started work on new text editor options. 17 years ago
Daniel Grunwald 82643cb089 Fixed layout of SnippetOptionPanel. 17 years ago
Daniel Grunwald d7cd0e58f7 Fixed build. 17 years ago
Daniel Grunwald 4a85fa660c Added snippet support to SharpDevelop (replaces 'code templates'). 17 years ago
Daniel Grunwald 3c60b45db0 Fixed bug when opening projects without solution file. 17 years ago
Daniel Grunwald 48045ff9f8 Move CSharpIndentationStrategy into AvalonEdit. 17 years ago
Daniel Grunwald bd3055466f DocumentUtilitites.GetWordAt: fixed ArgumentOutOfRangeException. 17 years ago
Daniel Grunwald 7661924579 Fixed bug that caused path to code analysis targets to be escaped twice. 17 years ago
Daniel Grunwald 0991e23416 LINQ-to-Profiler: fixed crash when there is a ThenBy in the query. 17 years ago
Daniel Grunwald 5c5c4ff93c Use PermanentAnchor for Tasks. 17 years ago
Daniel Grunwald 017c07888a Use FileName class for ITextEditor.FileName and OpenedFile.FileName. 17 years ago
Daniel Grunwald c9218dfa30 Implemented PermanentAnchor (TextAnchor inside SharpDevelop that works even when a file is closed) 17 years ago
Daniel Grunwald 18f32ada97 Fixed bug in MSBuildEngine that caused "Check with FxCop" to fail in some circumstances. 17 years ago
Daniel Grunwald 6990764e4f Fixed forum-10114: Duplicate call to InitializeComponent() in WPF application template 17 years ago
Daniel Grunwald 8ef02736b4 Add unit test project for the profiler. 17 years ago
Daniel Grunwald 55316cef66 Updated StringResources. 17 years ago
Daniel Grunwald ca9cd37a2d Work around .NET bug that prevents profiler views from opening. 17 years ago
Daniel Grunwald c39c8ddc05 Don't show output pad when building. 17 years ago
Daniel Grunwald 503cb2b06e Improved code completion with default constructors: 17 years ago
Daniel Grunwald cc0f7f60e7 Fix bug in "AddUsingDeclaration" refactoring: when running the refactoring two times quickly after another (without waiting for a reparse), the list of using declarations would get corrupted. 17 years ago
Daniel Grunwald 1b10fc0c20 Implemented UpgradeView. 17 years ago