291 Commits (8570e8f7e7e9da662b9d1e730e540309668d1ecc)

Author SHA1 Message Date
Siegfried Pammer 8570e8f7e7 - implemented IBracketSearcher for C# 17 years ago
Martin Koníček 698ada6a5a Magnifier image in debugger tooltips. 17 years ago
Siegfried Pammer f15a135bf9 implemented ErrorDrawer for ITextEditor 17 years ago
Daniel Grunwald 18f3aca132 Use Ctrl+Click as go to definition. 17 years ago
Siegfried Pammer 532acccbf0 ported consoles to AvalonEdit 17 years ago
Martin Koníček c0a9d4c1f5 Debugger tooltips - added visualizer picker image. 17 years ago
Daniel Grunwald 719d16891e Mark ParseInformation.*CompilationUnit as obsolete. 17 years ago
Daniel Grunwald 7267cd5c81 Trying to reduce amount of global state in ICSharpCode.Core 17 years ago
Daniel Grunwald 2540b7e087 ParserService refactoring: 17 years ago
Daniel Grunwald 1ffa5cbd86 Remove unused code. 17 years ago
Martin Koníček c89bf915e0 Debugger tooltips - Debugger.AddIn.TreeNodes provide Visualizer commands which are displayed in Visualizer pickers in DebuggerTooltipControl. 17 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) 17 years ago
Daniel Grunwald ede6913f9e Rename ProjectTypeGuids.cs to work around bug in Visual Studio. (http://community.sharpdevelop.net/forums/t/9580.aspx) 17 years ago
Martin Koníček 1a9088a801 Debugger tooltips - expanding, partially working collapsing using StaysOpen = false for leaf Popup 17 years ago
Martin Koníček 7ff82f21ef Debugger tooltips - content displayed in a Popup 17 years ago
Martin Koníček 6a27467bda Debugger tooltips - added DebuggerTooltipControl. 17 years ago
Daniel Grunwald 6df1b7567a Use WPF routed commands for 'Help' and 'Print'. 17 years ago
Siegfried Pammer 091c06d2b3 - refactoring of LanguageBindings, introduced ProjectBindings 17 years ago
Daniel Grunwald a732e7e0d3 CSharpFormattingStrategy: when pressing enter, add '///' inside documentation comments or '" + "' in strings. 17 years ago
Siegfried Pammer af5a6c6ade ported Indent and Comment commands to SharpDevelop 4.0 17 years ago
Tomasz Tretkowski 21d7311b20 CppBinding initial release 17 years ago
Daniel Grunwald e7491afa6d Text snapshot support. 17 years ago
Daniel Grunwald 8910f68d47 Trying to reimplement building (now building using a separate ProjectCollection) 17 years ago
Daniel Grunwald a4284382c6 Prevent MSBuild from caching projects when the solution is closed, externally changed, and then reopened. 17 years ago
Daniel Grunwald df936415bb Enable MSBuild's change detection. 17 years ago
Daniel Grunwald a1269d8efa Added ICompletionListWindow interface to allow AddIns to control the completion window. 17 years ago
Daniel Grunwald 8e1bb69fbb Fixed compiling projects with project references. 17 years ago
Daniel Grunwald 1a80acf5c2 'override' completion for AvalonEdit. 17 years ago
Daniel Grunwald b4f383ad8f New search results pad. 17 years ago
Daniel Grunwald 41fe04bcb8 IDocument: moved to ICSharpCode.SharpDevelop (so that all ICSharpCode.SharpDevelop.Editor types are defined in the same assembly). 17 years ago
Daniel Grunwald 3c7a54507f New Search Results pad. 17 years ago
Daniel Grunwald 70ceca472d Project reference to AvalonDock. 17 years ago
Daniel Grunwald 6008cea9fb Reimplemented MSBuildEngine. 17 years ago
Daniel Grunwald c096d54094 MSBuildBasedProject based on Microsoft.Build.Construction 17 years ago
Daniel Grunwald 1cba8b527f Started rewrite of MSBuildBasedProject using MSBuild 4.0. 17 years ago
Daniel Grunwald 0ddeaa68a8 Remove ICSharpCode.SharpDevelop.BuildWorker. 17 years ago
Daniel Grunwald f5b8a4a2df Set TargetFrameworkVersion to 4.0 17 years ago
Siegfried Pammer 18a6c2babe - added basic support for profiling Unit Tests 17 years ago
Daniel Grunwald 551cbf9e4c Implemented Indexer Insight for AvalonEdit. 17 years ago
Daniel Grunwald b58af24885 Reimplemented method insight for AvalonEdit. 17 years ago
Daniel Grunwald d83dbd9f16 AvalonEdit Insight Window 17 years ago
Daniel Grunwald 1599cfa89e Implemented AvalonEdit split view 17 years ago
Daniel Grunwald d0345f7801 Adjust ProjectTypeGuids when converting project between C# and VB. 17 years ago
Daniel Grunwald 3a2c128dd7 Organize files in ICSharpCode.SharpDevelop.Editor. 17 years ago
Daniel Grunwald 024c5fb887 ITextEditor: moved to namespace ICSharpCode.SharpDevelop.Editor. 17 years ago
Daniel Grunwald 3fbd48b7d4 Bookmark/Breakpoint support for AvalonEdit. 17 years ago
Daniel Grunwald 173236e380 Allow using icons in code completion items. 17 years ago
Daniel Grunwald 4b1d5b858c Smart C# indentation now works with AvalonEdit. 17 years ago
Daniel Grunwald 7f94fc4146 Allow completion list and items to handle insertion of text. 17 years ago
Daniel Grunwald 376c978294 Cut/Copy/Paste: use WPF routed commands. 17 years ago