2084 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
Daniel Grunwald 4f2d79c75c Removed 'no-concurrent calls' guarantee for IParser. This avoids deadlocks when IParser implementations invoke methods on the main thread. 17 years ago
Daniel Grunwald 2540b7e087 ParserService refactoring: 17 years ago
Martin Koníček ae9496cac2 Object graph visualizer can be opened from debugger tooltips. 17 years ago
Siegfried Pammer 8a0a9aa176 XamlBinding: 17 years ago
Daniel Grunwald 1ffa5cbd86 Remove unused code. 17 years ago
Daniel Grunwald 26f7c10d6d Implemented drag'n'drop from explorer onto WpfWorkbench to open files. 17 years ago
Daniel Grunwald fa870bc2db Moved a few classes and methods in AvalonEdit to eliminate dependency cycles between namespaces. 17 years ago
Daniel Grunwald 54848a8515 Fixed SD2-1582: Code completion lists multiple entries for partial classes 17 years ago
Daniel Grunwald 1afb035d95 Use ITextBuffer instead of string in IParser. 17 years ago
Daniel Grunwald 55c2db9734 Bugfixes AvalonEdit TextSegmentCollection: 17 years ago
Siegfried Pammer bc4b0a834d XamlBinding: 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
Daniel Grunwald 51fcc171d6 Add ChangeTrackingCheckpoint to AvalonEdit.Document. 17 years ago
Martin Koníček e8964e5495 - Debugger tooltips display icons 17 years ago
Martin Koníček 0c8f5bb3c4 Refactored Debugger.AddIn.TreeModel.TreeNode to use SharpDevelop.IImage instead of System.Drawing.Bitmap. The Bitmap is still obtainable from IImage.Bitmap property. 17 years ago
Martin Koníček 0a9ff0ae4d Debugger tooltips - closing popup in CodeEditor.JumpTo so that the popup closes on debugger steps. 17 years ago
Martin Koníček cff4acbc5f Debugger tooltips - basic version finished, lazy evaluated on scrolling, behavior very similar to SharpDevelop 3. Missing: icons, integration with visualizers. 17 years ago
Martin Koníček 1a9088a801 Debugger tooltips - expanding, partially working collapsing using StaysOpen = false for leaf Popup 17 years ago
Siegfried Pammer 181f8cb775 XamlBinding: 17 years ago
Martin Koníček 7ff82f21ef Debugger tooltips - content displayed in a Popup 17 years ago
Daniel Grunwald 7f6d0a5968 Added Rope<T> to AvalonEdit and use it instead of the GapTextBuffer. 17 years ago
Martin Koníček 97886eaaff Debugger tooltips - DebuggerTooltipControl is shown in the tooltip. 17 years ago
Martin Koníček 6a27467bda Debugger tooltips - added DebuggerTooltipControl. 17 years ago
Siegfried Pammer fb0710f91a XamlBinding: 17 years ago
Daniel Grunwald 34e76133c3 Fixed SD2-1465 - Convert integer casts correctly between VB and C# 17 years ago
Siegfried Pammer 693581e485 XamlBinding: 17 years ago
Daniel Grunwald 6df1b7567a Use WPF routed commands for 'Help' and 'Print'. 17 years ago
Daniel Grunwald 871e875ad0 Add "ITextEditor.PrimaryView" property to allow language bindings to detect split-views. 17 years ago
Daniel Grunwald 937fc8fc1e Fixed SD2-1406: More Missing String Resources 17 years ago
Siegfried Pammer 091c06d2b3 - refactoring of LanguageBindings, introduced ProjectBindings 17 years ago
Daniel Grunwald b42acf6a76 Fixed SD2-1525: Error creating new files when default encoding was set to Unicode. 17 years ago
Daniel Grunwald f5c68e18cd Fixed SD2-1550 - Exception creating new F# project when F# compiler is not installed 17 years ago
Daniel Grunwald 36b451624a Fixed InvalidOperationException in ReflectorAddIn when the 'run as administrator' compatibility option is set on Reflector.exe. 17 years ago
Daniel Grunwald ee2a4e29cb Fixed code analysis AddIn (fixed support for custom MSBuild loggers, ported SuppressMessageCommand to ITextEditor). 17 years ago
Siegfried Pammer 39502aacab Added history functionality to Boo Interpreter and Debugger Console 17 years ago
Daniel Grunwald 33189a8fd0 ICSharpCode.Core.WinForms: Support WPF commands in WinForms menus. 17 years ago
Daniel Grunwald e96149c718 Show version number of installed 3rd party AddIns in exception dialog. 17 years ago
Daniel Grunwald 06f1c490bf Fixed "Implement interface" refactoring. 17 years ago
Daniel Grunwald e8e168ab8a Finished port of Windows Forms designer to ITextEditor. 17 years ago
Daniel Grunwald a732e7e0d3 CSharpFormattingStrategy: when pressing enter, add '///' inside documentation comments or '" + "' in strings. 17 years ago
Martin Koníček 131cfee89d - debugger tooltips - changed return type of IDebugger.GetTooltipControl to System.Object 17 years ago
Daniel Grunwald 7166b2d127 Consistently use "http://schemas.microsoft.com/winfx/2006/xaml/presentation" as WPF XML namespace. 17 years ago
Daniel Grunwald 72572ae42f Ported BooFormattingStrategy to ITextEditor (fixes forum-9781). 17 years ago
Daniel Grunwald e18549f293 Made text boxes for Postbuild/Prebuild events multi-line (forum-9791). 17 years ago
Daniel Grunwald 14a68c6e4b TaskView: show paths relative to the solution directory 17 years ago
Daniel Grunwald df06006d8b Make "Open in explorer" available for solution items and directories. 17 years ago
Daniel Grunwald 0674fca732 Fixed bug introduced in revision 4452 (IOException on startup). 17 years ago
Daniel Grunwald db3f066b73 Fixed SD2-893 - Searching text in a directory with no access permissions throws exception 17 years ago