1948 Commits (e3f935c15e85b5ab8c813e88dfa4701c2198d144)

Author SHA1 Message Date
Christian Hornung ce43d8fd7f ReflectorAddIn: Fixed finding nested classes and members thereof. 17 years ago
Daniel Grunwald 2d27ca98aa Fix build. 17 years ago
Siegfried Pammer 35d7d32d29 trying to fix build with x:Name instead of Name 17 years ago
Martin Koníček b781b6e676 Text visualizer has two separate buttons for Copy to clipboard and Close. 17 years ago
David Srbecký 9c38d149a0 Unit test for explicit method argument typing 17 years ago
David Srbecký d0cfba4f9e Value.Array* return 0/null instead of throwing exception for non-arrays 17 years ago
David Srbecký 8d63e4c377 Explicit names in tests 17 years ago
David Srbecký 23f007c2b7 Use explicit typing information during evaluation 17 years ago
Siegfried Pammer 03b7647f0f - moved some debugger classes to extra files 17 years ago
David Srbecký 2372730244 Add explicit type informations to expressions 17 years ago
Martin Koníček fc6637a32f Text visualizer has word wrap and copy to clipboard. 17 years ago
Daniel Grunwald 5624365c38 Fix unit tests. 17 years ago
Daniel Grunwald 5a692a7100 Replace equals sign with space to match new PartCover command line syntax. 17 years ago
Martin Koníček 2b0b4a00fb Added Text visualizer. 17 years ago
Martin Koníček 52ab692214 Object graph visualizer shows fields. 17 years ago
Daniel Grunwald 4ea09fbbae Revert docking library change (broke more stuff than it fixed). Small improvements to Boo interpreter pad. 17 years ago
Siegfried Pammer cc06eec997 - corrected typo in ITextEditorOptions 17 years ago
David Srbecký 31b994266c Use WPF "DoEvents" 17 years ago
Martin Koníček 793d82a9df Fixed "Process is not paused" exception in DebuggerHelpers.InvokeDefaultGetHashCode - thanks to David. 17 years ago
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