1726 Commits (6e2178b5b2cd2c184393ce7dca4a08a246fe3fe0)

Author SHA1 Message Date
David Srbecký 4b13eef2ec Ignore debugger unit tests for now 17 years ago
David Srbecký 76c428f5e5 Cache expressions (third attempt) 17 years ago
David Srbecký 96b13da65a Call all evaluations from a helper method 17 years ago
David Srbecký c01863f358 Reverted Debugger.Core to r4721 17 years ago
David Srbecký bac075bbcd Reverted some convenience methods from r4745 17 years ago
David Srbecký 374470b84b Expression caching (second attempt) 17 years ago
Martin Koníček b3755fc862 Grid visualizer: 17 years ago
David Srbecký 3cfb2f81a5 Reverted expression caching 17 years ago
Daniel Grunwald f4fc787421 Disable all debugger tests (trying if this will fix the build). 17 years ago
Siegfried Pammer 532acccbf0 ported consoles to AvalonEdit 17 years ago
Martin Koníček e8090246eb Grid visualizer can be opened from Debugger tooltips. 17 years ago
Daniel Grunwald 5cb13f81c6 Ignore Debugger tests that are failing on my machine. 17 years ago
Daniel Grunwald bba9b753ba SharpDevelop.Dom: in CtrlSpace+GetCompletionData methods: replace ArrayList with List<ICompletionEntry> 17 years ago
David Srbecký 4162f7ab31 Expression caching 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
Martin Koníček 7ac6e8b962 Eval.CreateValue sets Value.ExpressionTree more correctly so that Expression.PrettyPrint does not result in stack overflow anymore. 17 years ago
Matt Ward 656d68f69b Fixed squashed controls on debug symbols options panel. 17 years ago
Martin Koníček 4c48fe2d6e Update to Graphviz 2.24 - added new binaries, should run on clean Windows now. 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 e8a2a71648 - fixed build 17 years ago
Martin Koníček f076e218ef Object graph visualizer: 17 years ago
Daniel Grunwald 225e5bdcc5 Fixed NullReferenceException in unit tests pad when SharpDevelop was closed while the parser thread was still running. 17 years ago
Siegfried Pammer c3fe371f8f ported ExtractMethodCommand to ITextEditor 17 years ago
Daniel Grunwald 1afb035d95 Use ITextBuffer instead of string in IParser. 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
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
Siegfried Pammer 9f2405b925 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
Martin Koníček 8ffd9d8269 Refactored LazyListView to LazyItemsControl, can be used with any ItemsControl. 17 years ago
Martin Koníček 4daa29a0eb Grid visualizer: 17 years ago
Martin Koníček b150f570c2 Fixed bug in caching ListValuesProvider.GetCount. This bug wasn't visible before the Expressions refactoring (rev. 4555) due to caching implemented in the old Expressions. 17 years ago
David Srbecký 29622091dd Missed one TypeSpec case 17 years ago
Martin Koníček 327b5f9224 WindowsDebugger.GetTooltipControl fixed - returns simple string tooltip. 17 years ago
David Srbecký dc4d2cffdd Restructured the API for creating DebugType; 17 years ago
David Srbecký 72357a0f1d Fixed build 17 years ago
David Srbecký f27fd62e1c Rewritten expressions in debugger to use NRefactory; 17 years ago
Siegfried Pammer e543fb8401 Profiler: fixed display of meta data tokens VAR and MVAR 17 years ago
Daniel Grunwald a6ec66b0c6 Handle SVN errors when creating a new project. 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 36b451624a Fixed InvalidOperationException in ReflectorAddIn when the 'run as administrator' compatibility option is set on Reflector.exe. 17 years ago
David Srbecký ea1cb8a263 Support creating type from signature for arrays and pointers 17 years ago