2305 Commits (6bbba8d32a00c4b62bdabcfcbd18f6b42dbb23b8)

Author SHA1 Message Date
Siegfried Pammer 002ffad912 - implemented Ctrl+J for new snippets 16 years ago
Daniel Grunwald a122dc1a84 Replace FileUtility.Combine with Path.Combine. 16 years ago
Daniel Grunwald 16bc1e5b15 Add reference to System.Xaml when upgrading WPF projects. 16 years ago
David Srbecký 3e08e3dee5 Fixed ResourceDictionary merging in DebuggerTooltipControl.xaml 16 years ago
Daniel Grunwald fdd5d234f9 Enable legacy runtime activation policy for SharpDevelop.exe to allow loading mixed-mode assemblies. 16 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). 16 years ago
Daniel Grunwald 45761d3824 Implemented option panels for text editor. 16 years ago
Daniel Grunwald d75b2d4a94 Started work on new text editor options. 16 years ago
Daniel Grunwald 82643cb089 Fixed layout of SnippetOptionPanel. 16 years ago
Daniel Grunwald d7cd0e58f7 Fixed build. 16 years ago
Daniel Grunwald 4a85fa660c Added snippet support to SharpDevelop (replaces 'code templates'). 16 years ago
Daniel Grunwald 3c60b45db0 Fixed bug when opening projects without solution file. 16 years ago
Daniel Grunwald 48045ff9f8 Move CSharpIndentationStrategy into AvalonEdit. 16 years ago
Daniel Grunwald bd3055466f DocumentUtilitites.GetWordAt: fixed ArgumentOutOfRangeException. 16 years ago
Daniel Grunwald 7661924579 Fixed bug that caused path to code analysis targets to be escaped twice. 16 years ago
Daniel Grunwald 0991e23416 LINQ-to-Profiler: fixed crash when there is a ThenBy in the query. 16 years ago
Daniel Grunwald 5c5c4ff93c Use PermanentAnchor for Tasks. 16 years ago
Daniel Grunwald 017c07888a Use FileName class for ITextEditor.FileName and OpenedFile.FileName. 16 years ago
Daniel Grunwald c9218dfa30 Implemented PermanentAnchor (TextAnchor inside SharpDevelop that works even when a file is closed) 16 years ago
Daniel Grunwald 18f32ada97 Fixed bug in MSBuildEngine that caused "Check with FxCop" to fail in some circumstances. 16 years ago
Daniel Grunwald 6990764e4f Fixed forum-10114: Duplicate call to InitializeComponent() in WPF application template 16 years ago
Daniel Grunwald 8ef02736b4 Add unit test project for the profiler. 16 years ago
Daniel Grunwald 55316cef66 Updated StringResources. 16 years ago
Daniel Grunwald ca9cd37a2d Work around .NET bug that prevents profiler views from opening. 16 years ago
Daniel Grunwald c39c8ddc05 Don't show output pad when building. 16 years ago
Daniel Grunwald 503cb2b06e Improved code completion with default constructors: 16 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. 16 years ago
Daniel Grunwald 1b10fc0c20 Implemented UpgradeView. 16 years ago
Daniel Grunwald 2d46880b72 Fixed ambience NullReferenceException (bug introduced in revision 4954) 16 years ago
Daniel Grunwald cf8be1851d Add sorting support to WPF ListViews. 16 years ago
Daniel Grunwald 06df1f25f5 Add warnings/errors immediately to errors pad (don't wait for end of build). 16 years ago
Daniel Grunwald bb6dbbada5 Started work on UI for project upgrade (to .NET 4.0). 16 years ago
Daniel Grunwald 6543362d93 Update string resources. 16 years ago
Daniel Grunwald 4feb97519c Prepare DocumentLineTree for optimization. 16 years ago
Daniel Grunwald efa6ff705a Search for SDK tools in Windows 7 SDK. 16 years ago
Daniel Grunwald 881a67359f Ported Edit>Insert menu to ITextEditor. 16 years ago
Daniel Grunwald a8d5cfbfbb Implemented "Edit > Format > Sort lines" for AvalonEdit. 16 years ago
Daniel Grunwald 0d6c72676b Rewrote IReturnType-output in VBNetAmbience to support inner classes inside generic classes. 16 years ago
Daniel Grunwald 51dcc82ad4 NRefactoryASTConvertVisitor: produce correct DOM for inner classes inside generic classes (copy the type parameters into all inner classes) 16 years ago
Daniel Grunwald 9d6d9f20fe Fixed bugs loading method modifiers from Reflection/Cecil. 16 years ago
Siegfried Pammer b55d031490 - Fixed bugs in OptionBinding 16 years ago
Daniel Grunwald f63bdc2ea3 Fixed SD2-1532: Context help (F1) does not work for constructor calls 16 years ago
Daniel Grunwald 62618b2975 MSBuildEngine: move injection of AdditionalTargetFiles after the WinFX targets when compiling with 3.5 or 4.0 toolset. 16 years ago
Daniel Grunwald 63f0226ed5 Fixed forum-10068: members from COM Interop assembly not shown in code completion. 16 years ago
Daniel Grunwald e364a29697 GotoDialog: sort by relevance, then alphabetically 16 years ago
Daniel Grunwald d4068f0087 Implemented TextEditorSideBar for AvalonEdit. 16 years ago
Daniel Grunwald 43fe9dd08a Trying to fix the build (why is the XAML compiler so fragile?) 16 years ago
Daniel Grunwald 27fb3b652d Add 'UsageDataCollector' AddIn. 16 years ago
Siegfried Pammer 8db012ec87 - moved Hook to VS 2010 project format (vcxproj) 16 years ago
Daniel Grunwald 317621c567 Build hyperlink support into AvalonEdit and enable it by default. 16 years ago