101 Commits (5d5d266a9d8a1c9dceaa2bebf8e2f89c275c4c4d)

Author SHA1 Message Date
Eusebiu Marcu 5d5d266a9d Remove dynamic code. Simplify debugging decompiled code. 14 years ago
Daniel Grunwald 0b5295f6c1 Remove 'dynamic' usage in DebuggerService.HandleToolTipRequest 14 years ago
Eusebiu Marcu 6701792f39 evaluate local variables (not only parameters) for decompiled code. 14 years ago
Eusebiu Marcu de36dc4148 move external debug info in decompiler addin 14 years ago
Eusebiu Marcu abdeeb5c20 decouple the debugger from decompiler; fix race conditions on external debug information; use metadata token instead of type name when selecting the decompiled content. 14 years ago
Eusebiu Marcu f993d5a2a4 Make breakpoints work in decompiled code. 14 years ago
Eusebiu Marcu 4f22877fbf Debug & evaluate third party code. 14 years ago
Siegfried Pammer c3b06c0517 CaretHighlightAdorner animation is no longer played when stepping 15 years ago
Eusebiu Marcu daf172e700 Fix SD-1782 - Interaction between bookmarks and breakpoints (with Daniel's suggestion) 15 years ago
Eusebiu Marcu 73b5a6660a Fix SD-1782 - Interaction between bookmarks and breakpoints 15 years ago
Daniel Grunwald 83c01eee81 Fixed bug that caused Error/Warning markers not to reappear after debugging. 15 years ago
Daniel Grunwald 64c646931c Fixed ArgumentNullException when currentDebugger.GetTooltipControl() returns null. 15 years ago
eusebiu 20e51d050f modify UI of control 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Siegfried Pammer d6a70db9e8 implemented proper support for method calls without a parameter list in VB 15 years ago
Martin Koníček 56a5829329 Implemented CaretReferencesRenderer - highlighting of all references to symbol under caret in the editor (VS2010 like). 15 years ago
Daniel Grunwald f3761e20da Removed unused code from ICSharpCode.SharpDevelop.Widgets. 16 years ago
Daniel Grunwald edd3fb4a0a "Normalize" file headers. 16 years ago
Daniel Grunwald 3d6181aefe Remove unused code (integration of ICSharpCode.TextEditor into SharpDevelop) 16 years ago
Daniel Grunwald 27fb3b652d Add 'UsageDataCollector' AddIn. 16 years ago
Daniel Grunwald 024c5fb887 ITextEditor: moved to namespace ICSharpCode.SharpDevelop.Editor. 16 years ago
Daniel Grunwald 3fbd48b7d4 Bookmark/Breakpoint support for AvalonEdit. 16 years ago
Daniel Grunwald 25814ec485 Changed IPositionable interface and FileService.JumpToFilePosition to work with 1-based line and column numbers. 16 years ago
Daniel Grunwald 173236e380 Allow using icons in code completion items. 16 years ago
Daniel Grunwald fd03921b13 Fixed exception when hovering mouse outside of document. 17 years ago
Daniel Grunwald 71993014c9 AvalonEdit: tooltips. 17 years ago
Daniel Grunwald 423437659a Various minor changes. 17 years ago
Siegfried Pammer e00e699899 implemented the real fix for SD2-1470 17 years ago
Siegfried Pammer 4c5360f876 fixed SD2-1470 17 years ago
Siegfried Pammer dfb4d81407 Implemented conditional breakpoints 17 years ago
Daniel Grunwald bc4d77b564 r7442@daniel-notebook (orig r3404): daniel | 2008-08-17 17:23:23 +0200 17 years ago
Daniel Grunwald f4e33e2393 r7310@daniel-notebook (orig r3341): daniel | 2008-08-14 10:13:19 +0200 17 years ago
Daniel Grunwald 2f65a05f2b Fixed forum-7979 (breakpoint disappears when the line above is deleted). 17 years ago
Matt Ward 5869e66a6e Fixed an InvalidOperationException when a breakpoint bookmark was removed via the Toggle Breakpoint menu item. The command was removing a bookmark whilst the enumerator was still active. 17 years ago
Daniel Grunwald 11f6049c38 Implemented SD2-1353: Allow for build-action specific properties for FileProjectItems. 17 years ago
Daniel Grunwald a36875a615 Fixed anonymous types with explicit property names. 18 years ago
Daniel Grunwald 98b7690971 Fixed usage of AmbienceService.CurrentAmbience: sometimes the ConversionFlags were not used because the ambience object was recreated. 18 years ago
Daniel Grunwald cad71281f0 Fixed forum-7200, forum-7286: Exception when trying to remove lines with breakpoints 18 years ago
Daniel Grunwald 9b4679edf1 NRefactoryResolver rewrite: remove code duplication between NRefactoryResolver and TypeVisitor. Changed handling of method groups to follow C# specification more closely. 18 years ago
Daniel Grunwald 85d7e3ab6b Layout configuration: Make "<Reset to defaults>" switch back to the Default layout. 18 years ago
Daniel Grunwald d2315a13c0 Worked on VB<->C# converter. 18 years ago
Daniel Grunwald f86decdab1 Fixed SD2-1325: SharpDevelop brought in front of running console app 18 years ago
Daniel Grunwald b63d19415b Begin implementing "aggressive" context-dependent code-completion (Ctrl+Space completion whenever you start to type). 18 years ago
Daniel Grunwald ff3c0cbdfa Forum-13925: allow turning off the parameter list in ambience. 19 years ago
Daniel Grunwald 31f75600a2 Add ICSharpCode.SharpDevelop.Widgets, move debugging-related classes to ICSharpCode.SharpDevelop.Debugging. 19 years ago
Markus Palme a1543c981e removed unused import statements 19 years ago
Daniel Grunwald 3363abd941 Rename namespace for classes inside ICSharpCode.SharpDevelop.dll: ICSharpCode.Core -> ICSharpCode.SharpDevelop 19 years ago
Daniel Grunwald c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 19 years ago
Daniel Grunwald b00f016ce6 Applied "Providing text editor tooltips using the AddInTree" patch by Christian Hornung. 19 years ago
Daniel Grunwald 6b04871a27 Use ITextEditorControlProvider in DebuggerService. 20 years ago