448 Commits (e1ce528d586ac1cd256d4cad99f314e36075e6e9)

Author SHA1 Message Date
Daniel Grunwald 359e7bb4ac Remove ICSharpCode.SharpDevelop.DefaultEditor namespace. 15 years ago
Daniel Grunwald 7a23f641b3 Remove ICSharpCode.TextEditor. 15 years ago
Martin Koníček 56f4098df1 Implemented "Find overrides" popup in the context menu of methods and properties. 15 years ago
Martin Koníček 7064e3b170 Derived classes popup and Base classes popup show partial classes only once. 15 years ago
Martin Koníček bb28929b91 Added "Find derived classes command" to class context menu, which shows in-place popup with inheritance tree. 15 years ago
Martin Koníček eb81f74d7b Cleaned up RefactoringService.FindDerivedClasses a bit. 15 years ago
Martin Koníček f2a39ffa73 CC window shows the hint "Press Ctrl+Space to show items from all namespaces" only if Ctrl+Space was not already pressed, and only for NRefactoryCodeCompletionBinding (C# and VB languages). 15 years ago
Daniel Grunwald 671595277a Update to AvalonDock 1.3.3391 15 years ago
Daniel Grunwald fcff1190af Suppress MSB3644: The reference assemblies for framework ... were not found. 15 years ago
Daniel Grunwald 25b828694b Add "CopyLocalWorkaround" to build. (part of fix for SD2-1670 - Allow compiling .NET 4 projects without having the .NET 4 SDK installed) 15 years ago
Daniel Grunwald f3761e20da Removed unused code from ICSharpCode.SharpDevelop.Widgets. 16 years ago
Daniel Grunwald 0b8d32fb61 Allow SharpDevelop AddIn to filter the logger output. Removed mutable 'CurrentErrorOrWarning' in BuildEngine and use logger filters instead. 16 years ago
Daniel Grunwald 2b25a92886 Add option to print MSBuild diagnostic output to SharpDevelop output pad. 16 years ago
Daniel Grunwald 3399fb59c1 Use external BuildWorker process for compilation. Use MSBuild 3.5 for compiling projects with ToolsVersion<"4.0". 16 years ago
Daniel Grunwald e5c90b35d7 Fixed SD2-1610 - Add back file encoding option 16 years ago
Daniel Grunwald cf7adb39dd Allow user to specify an encoding when opening a text file. 16 years ago
Daniel Grunwald 4c9a3527cb Fixed bug that could cause the text editor's ParseInformation to get out-of-sync with the parser service's. 16 years ago
Daniel Grunwald d981d62c94 Fixed SdaUser sample. Remove old ICSharpCode.TextEditor samples. 16 years ago
Daniel Grunwald b5f9f09c40 Highlighting editor: allow editing colors of highlighting definitions defined in AddIns. 16 years ago
Daniel Grunwald 71c5d4d290 Move ISnippetElementProvider to ICSharpCode.SharpDevelop.Editor.AvalonEdit. 16 years ago
Siegfried Pammer 9f80028772 added ICompletionItemHandler 16 years ago
Daniel Grunwald 6991527a95 Removed SHFB from SharpDevelop distribution. 16 years ago
Daniel Grunwald fb3fa4dac7 Rewritten IProgressMonitor: 16 years ago
Siegfried Pammer 3d952fe24c - implemented SelectCulturePanel as WPF OptionPanel 16 years ago
Daniel Grunwald 87a4d497b0 Fixed SD2-1632 - Fullscreen mode not implemented in WpfWorkbench 16 years ago
Siegfried Pammer 5578fd2088 - added SharpRefactoring.Tests 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 432d0cb6b8 Support for highlighting definitions defined in addin files now working again. 16 years ago
Daniel Grunwald 923174fbbe Implemented incremental search for AvalonEdit. 16 years ago
Daniel Grunwald f5170d4fde Remove unused code. 16 years ago
Daniel Grunwald 37115adab8 Code cleanup. 16 years ago
Siegfried Pammer 98242a8a97 - added EntityType to IEntity 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 3e64285db9 Remember focus and restore it when a workbench window or pad gets activated. 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 82643cb089 Fixed layout of SnippetOptionPanel. 16 years ago
Daniel Grunwald 4a85fa660c Added snippet support to SharpDevelop (replaces 'code templates'). 16 years ago
Daniel Grunwald c9218dfa30 Implemented PermanentAnchor (TextAnchor inside SharpDevelop that works even when a file is closed) 16 years ago
Daniel Grunwald bb6dbbada5 Started work on UI for project upgrade (to .NET 4.0). 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
Siegfried Pammer b55d031490 - Fixed bugs in OptionBinding 16 years ago
Siegfried Pammer 28804bf2ea Profiler: 16 years ago
Daniel Grunwald a9ded62ac1 Reimplemented "Go to matching brace". 16 years ago
Siegfried Pammer 8570e8f7e7 - implemented IBracketSearcher for C# 16 years ago
Martin Koníček 698ada6a5a Magnifier image in debugger tooltips. 16 years ago
Siegfried Pammer f15a135bf9 implemented ErrorDrawer for ITextEditor 16 years ago