319 Commits (42eb68eeb763dfd1c188fb6037ee25d33cb7115f)

Author SHA1 Message Date
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
Daniel Grunwald 18f3aca132 Use Ctrl+Click as go to definition. 16 years ago
Siegfried Pammer 532acccbf0 ported consoles to AvalonEdit 16 years ago
Martin Koníček c0a9d4c1f5 Debugger tooltips - added visualizer picker image. 16 years ago
Daniel Grunwald 719d16891e Mark ParseInformation.*CompilationUnit as obsolete. 16 years ago
Daniel Grunwald 7267cd5c81 Trying to reduce amount of global state in ICSharpCode.Core 16 years ago
Daniel Grunwald 2540b7e087 ParserService refactoring: 16 years ago
Daniel Grunwald 1ffa5cbd86 Remove unused code. 16 years ago
Martin Koníček c89bf915e0 Debugger tooltips - Debugger.AddIn.TreeNodes provide Visualizer commands which are displayed in Visualizer pickers in DebuggerTooltipControl. 16 years ago
Martin Koníček e3a34dede7 - Added VisualizerPicker to debugger tooltips (template based on default ComboBox template, added PresentationFramework.Aero reference to SharpDevelop.csproj for combobox drop shadow) 16 years ago
Daniel Grunwald ede6913f9e Rename ProjectTypeGuids.cs to work around bug in Visual Studio. (http://community.sharpdevelop.net/forums/t/9580.aspx) 16 years ago
Martin Koníček 1a9088a801 Debugger tooltips - expanding, partially working collapsing using StaysOpen = false for leaf Popup 16 years ago
Martin Koníček 7ff82f21ef Debugger tooltips - content displayed in a Popup 16 years ago
Martin Koníček 6a27467bda Debugger tooltips - added DebuggerTooltipControl. 16 years ago
Daniel Grunwald 6df1b7567a Use WPF routed commands for 'Help' and 'Print'. 16 years ago
Siegfried Pammer 091c06d2b3 - refactoring of LanguageBindings, introduced ProjectBindings 16 years ago
Daniel Grunwald a732e7e0d3 CSharpFormattingStrategy: when pressing enter, add '///' inside documentation comments or '" + "' in strings. 16 years ago
Siegfried Pammer af5a6c6ade ported Indent and Comment commands to SharpDevelop 4.0 16 years ago
Tomasz Tretkowski 21d7311b20 CppBinding initial release 16 years ago
Daniel Grunwald e7491afa6d Text snapshot support. 16 years ago
Daniel Grunwald 8910f68d47 Trying to reimplement building (now building using a separate ProjectCollection) 16 years ago
Daniel Grunwald a4284382c6 Prevent MSBuild from caching projects when the solution is closed, externally changed, and then reopened. 16 years ago