1259 Commits (5dab78384259fdacd33847d465ef75e536392f35)

Author SHA1 Message Date
Eusebiu Marcu 5dab783842 Properly resolve local assemblies. 14 years ago
Eusebiu Marcu 6cac9f69ad Remove decompilation data when view content is disposed. 14 years ago
Eusebiu Marcu 9f4a336bdd remove unnecessary properties and clear the code. 14 years ago
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
mkonicek 432b5c00b1 Extend selection (Ctrl+W) now works well with comments. 14 years ago
mkonicek 7312a8cba6 Extend selection (Ctrl+W) almost handles comments correctly (except for comments at the end of a line). 14 years ago
Eusebiu Marcu 0d292d027a Write custom implementation to ILSpyAssemblyResolver. 14 years ago
Eusebiu Marcu 8f2c5ffc1b Use a custom assembly resolver when decompile a third party assembly. The order is: DefaultAssemblyResolver, folder where the decompiled assembly is located then GAC. 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 e9913b7b51 add infotip to DecompiledViewContent 14 years ago
Eusebiu Marcu 73442ef67b fix issue when codemappings are not entirely built. 14 years ago
Eusebiu Marcu f993d5a2a4 Make breakpoints work in decompiled code. 14 years ago
Eusebiu Marcu c01fb185e3 fix decompilation and stepping of generic types 14 years ago
Eusebiu Marcu 4f22877fbf Debug & evaluate third party code. 14 years ago
mrward d745d4cef2 Fix duplicate attribute exception when saving settings file. 14 years ago
Daniel Grunwald 48b5e0e52f Add decompiler functionality to ILSpy AddIn. 14 years ago
Daniel Grunwald 15ded15fbd Move ILSpyAddIn to display bindings. 14 years ago
Daniel Grunwald e10d969891 WinForms designer: Add workaround for InvalidOperationException in DesignerHost.Dispose 14 years ago
Daniel Grunwald 0f9e6d0d69 Fix bug that caused highlighting colors to change even when the option dialog was cancelled. 14 years ago
Daniel Grunwald ce785fda34 Fixed customized syntax highlightings. 14 years ago
Daniel Grunwald d209e6830f Add INotifyPropertyChanged to QuickClassBrowser.EntityItem. 15 years ago
Siegfried Pammer 045f41469c added ctor snippet for VB and fixed VB-specific issues in the InsertCtor*-logic 15 years ago
mkonicek 5c7d95490b Object graph and collection visualizer are not shown for strings anymore. 15 years ago
Daniel Grunwald 56d8146303 Fixed memory leak in SharpDevelopCompletionWindow 15 years ago
Matt Ward e6ee67e72a Message now shown in dialog when Entity Framework Data Model wizard fails with an error. 15 years ago
Matt Ward 1b99485b88 Fix KeyNotFoundException when cancelling the creation of a new Entity Framework Data Model file. 15 years ago
mrward cbe272ce6b Use XML highlighting for file extensions defined in XMLEditor.addin file. 15 years ago
mrward 14de7f0723 Associate supported MSBuild project files with XML editor. 15 years ago
mrward ca3c59d455 Add support for xml completion with the NuGet nuspec XML schema. 15 years ago
Matt Ward 540b66cc37 Ignore FileLoadException thrown when attempting to load an unverifiable assembly. 15 years ago
Daniel Grunwald 5280d731ce Deactivate code completion when non-default input handler (e.g. incremental search) is used. 15 years ago
Matt Ward 90e3b939a3 Fix null reference exception when dragging controls from the toolbox to a WiX dialog when a project has not been opened. 15 years ago
Matt Ward 6e16bab319 Fix null reference exception when opening a WiX dialog in the designer. 15 years ago
mrward 85c7b54d85 Fix right click menu in XML tree view. 15 years ago
mrward 4b3a456fd0 Fix null reference when XmlTreeView not created and clipboard handler methods called. 15 years ago
Siegfried Pammer 067b671ad5 use MouseEventArgs instead of Mouse.GetPosition 15 years ago
Siegfried Pammer f59c66ba3d move MouseHover logic from TextView to separate class and make it reusable 15 years ago
Siegfried Pammer 72ae83ed8e implemented Daniel's suggestion #1: http://community.sharpdevelop.net/forums/p/12701/34494.aspx#34494 15 years ago
Siegfried Pammer cc7fb01bb8 fixed SD-1813 - ArgumentOutOfRangeException when moving mouse over green change marker at start of file (http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1813&PROJID=4) 15 years ago
Siegfried Pammer 5c9b0b7ec5 implemented improvements suggested by Adam (BlueNinja) - http://community.sharpdevelop.net/forums/t/12701.aspx 15 years ago
Eusebiu Marcu 7acf7a7e42 Revert "Lock view contents when debugger starts and refresh icon since we don't support EnC (yet)." 15 years ago
Eusebiu Marcu a491d12952 Lock view contents when debugger starts and refresh icon since we don't support EnC (yet). 15 years ago
Eusebiu Marcu 53565fa27e fix ChangeMarkerMargin error OnMouseMove when SyntaxHighlighting is null - http://community.sharpdevelop.net/forums/t/12633.aspx 15 years ago
Siegfried Pammer 272502e229 SD-1592: folding controls are customizable 15 years ago
Siegfried Pammer aeee313f0b added copy-button to diff-tooltip 15 years ago
Siegfried Pammer 0a4a65a94e reimplemented deletion as modification of data 15 years ago
Siegfried Pammer 4b7f38fe9b improved diff tooltip 15 years ago