494 Commits (25fa355be32762aaddcfdd6a3618d568aad392ac)

Author SHA1 Message Date
Siegfried Pammer c90905cd55 fix #360: Current line highlighting always seen in preview of Highlighting Editor 12 years ago
Siegfried Pammer 468642d80f fix #363: Drag/Drop to watch pad removes selection from editor 12 years ago
Andreas Weizel 49c462f104 Fix #359: Exception when double-clicking on "[External methods]" in Callstack Pad 12 years ago
Siegfried Pammer b8cebbf45d fix #338: Pads on Auto-Hide Show Toolbars Either Cut-Off or Squished 12 years ago
Siegfried Pammer 4be2da1692 use GetValueException instead of others in ExpressionEvaluationVisitor 12 years ago
Siegfried Pammer 7627844e01 add special support for null values in ExpressionEvaluationVisitor 12 years ago
Siegfried Pammer 13471bd4a9 add new breakpoint options popup 12 years ago
Siegfried Pammer 04d8d26fab move most of the IDebugger DebuggerService infrastructure to Debugger.AddIn 12 years ago
Siegfried Pammer a1e199e12f add DebuggerDotCompletion to ConsolePad 12 years ago
Siegfried Pammer 8052516145 add basic DebuggerDotCompletion implementation 12 years ago
Siegfried Pammer 4289c67d48 possible fix for problems mentioned in 3ba0ba57f8 12 years ago
Andreas Weizel 3ba0ba57f8 Using e.ResolveResult for debugger tooltips again. Using the debugger's compilation didn't work for method parameters. 12 years ago
Daniel Grunwald c1a7a7626d Adjust line numbers in debugger tests to changed license header length. 12 years ago
Daniel Grunwald bf702903ac Use new license header on files that still had the default "Created by SharpDevelop" header. 12 years ago
Daniel Grunwald 6da57f8678 Add back "using System;" that got lost due to file header replacement. 12 years ago
Daniel Grunwald 3403679f6b Relicense the BSD code in the debugger to MIT as well. 12 years ago
Daniel Grunwald eec385146f Change LGPL headers to MIT header. 12 years ago
Daniel Grunwald 6d13efe414 Fix #271 - Change license to MIT 12 years ago
Siegfried Pammer 4143894399 fix debugger evaluation unit tests 12 years ago
Siegfried Pammer 89d4c7a3df properly implement typeof expressions in debugger evaluation 12 years ago
Siegfried Pammer 082ebc1d0b always use debugger compilation when resolving for debugger tooltips 12 years ago
Siegfried Pammer 5ad61b926a allow assignment in debugger console pad 12 years ago
Daniel Grunwald f27a7426b2 ICSharpCode.TreeView: improve API for drag/drop/copy/paste of nodes. 12 years ago
Daniel Grunwald ee0e6b1d4d Remove static class ProjectBindingService; the list of project bindings is now available from SD.ProjectService. 12 years ago
Andreas Weizel c8755f9ef6 Rework of "References" node with real models. 12 years ago
Siegfried Pammer a99ad62891 fix possible problem with dynamic assemblies in ClassBrowser 12 years ago
Siegfried Pammer 3355ca72d4 fix possible bug in ClassBrowserSupport 12 years ago
Siegfried Pammer 996060d7c0 properly implement OnAppDomainCreated, OnAppDomainDestroyed 12 years ago
Siegfried Pammer ffca5c4b2f implement support for debugging generic code 12 years ago
Siegfried Pammer 028be7ef0a remove unused code 12 years ago
Daniel Grunwald cf3995f1a5 Update to NRefactory commit 'a99a93972cc4e82c969af72568f015019a4d8a96' 12 years ago
Daniel Grunwald 52ab4d36a5 Normalize newlines in *.cs 12 years ago
Siegfried Pammer b959bf5bdf add better error messages to evaluation visitor 12 years ago
Siegfried Pammer 4b82d6e382 fix typo in CallStackPad 12 years ago
Siegfried Pammer cb0f290477 add Ctrl+F7: Add selected text as watch; simplify EnqueueForEach 12 years ago
Daniel Grunwald befea66cf0 Add IPropertyService.LoadExtraProperties + SaveExtraProperties 12 years ago
Andreas Weizel 8723b9e67f ClassBrowser fix: In tree of debugged process type definitions were not shown correctly. Also adding a debugged module to workspace always added the process'es assembly instead. 12 years ago
Andreas Weizel fd697f5cc4 Added FullAssemblyName property in AssemblyModel, ClassBrowser, AssemblyParserService etc. now use it instead of AssemblyName. 12 years ago
Siegfried Pammer 74cc698203 remove UpdateReferences 12 years ago
Siegfried Pammer e6ad9f7e78 fix bug in WatchPad that causes watches to be removed on every step 12 years ago
Siegfried Pammer 929eba3630 add toolbar to WatchPad 12 years ago
Siegfried Pammer d2a7f9891b add context menu to watches 12 years ago
Siegfried Pammer cf5cef9c07 Add icons for WatchPad toolbar 12 years ago
Siegfried Pammer 9cce5d9369 implement GetMethodsFromDocumentPosition and set breakpoints in all methods (lambdas, etc.) in that location 12 years ago
Siegfried Pammer 59efcb8964 reimplement drag&drop of watches from the editor 12 years ago
Siegfried Pammer f2c8cd5bed reimplement WatchPad 12 years ago
Siegfried Pammer 678ce75f0b add type column to tooltips 12 years ago
Siegfried Pammer 871022c697 add missing command 12 years ago
Siegfried Pammer 23af1a7112 fix managed detection in AttachToProcessForm 12 years ago
Siegfried Pammer 17ddb265d2 reimplement context menu for debugger tooltips 12 years ago