83 Commits (5f34bf473b7b052e827075a80f78596652109031)

Author SHA1 Message Date
Eusebiu Marcu 7e9fdb396a fix step into properties getters/setters 14 years ago
Eusebiu Marcu ee3f9e9b7a fix step in/out. 14 years ago
Daniel Grunwald e552ae0fa1 Display XML documentation in decompiler output. 14 years ago
Eusebiu Marcu 802702908a debug methods - part 1. 14 years ago
Eusebiu Marcu f6ecd0645a Store code mappings using token as key. Sync bookmarks. 14 years ago
Eusebiu Marcu a0bff8626e sync bookmarks : types/members and C#/IL(not working 100%). 14 years ago
Daniel Grunwald 61de90ea11 Clarify the license: add license files to doc/ in source distribution; embed licenses in ILSpy executable and put links on the about page. Closes #145. 14 years ago
Eusebiu Marcu a2b35dbd60 Store the code mappings when decompiling multiple member references (TypeDefinitions, MethodDefinitions, PropertyDefinitions, etc). 14 years ago
Eusebiu Marcu e4513b947b Merged ICSharpCode.Decompiler changes from debugger branch. 15 years ago
Eusebiu Marcu 4d05fdbb01 Add the OnDecompileFinished for method, property, event, field, assembly, namespace - this will be used when decompile a single method/property/event will be possible. 15 years ago
Eusebiu Marcu d6c7c065d8 Create a decompile finished event. 15 years ago
Eusebiu Marcu 6b901e7995 Rename 15 years ago
Eusebiu Marcu bccf5e72e1 Use MemberReference instead of TypeDefinition. 15 years ago
Daniel Grunwald 1255f87696 Display tooltips when hovering over member references. 15 years ago
Eusebiu Marcu e9d0de44fc Prepare for debugging single methods or properties. 15 years ago
Eusebiu Marcu 895855f77f Use "ICSharpCode." prefix for ILSpy.Debugger namespaces. 15 years ago
Eusebiu Marcu ecdb366bdb Some cleaning; 15 years ago
Artur Zgodziński bc6e2ddaca Preserving all selected nodes, foldings state and position of decompiler text view in the navigation history. 15 years ago
Eusebiu Marcu e612dffeb9 remove commented code 15 years ago
Eusebiu Marcu 2c03ab8812 synchronize bookmarks between languages 15 years ago
Eusebiu Marcu f87b8b230f fix current line bookmark marker 15 years ago
Eusebiu Marcu fd47e87dca 1. improve tooltip show/hide 15 years ago
Eusebiu Marcu f687b0fc76 Use MEF for debugger controls; Modify the export command attribute for menuitems. 15 years ago
Eusebiu Marcu 33d4843f5d Use MEF for debugger commands. 15 years ago
Daniel Grunwald fe8f32bef0 Make the main menu extensible using MEF. 15 years ago
Daniel Grunwald a0a14488e4 Use MEF for extensibility in resource nodes. 15 years ago
Eusebiu Marcu 572c79f097 Fix IL Code mappings; 15 years ago
Eusebiu Marcu 50c11083c4 Remove the CurrentType from IconMargin. 15 years ago
Eusebiu Marcu a1eab6c5c1 Add bookmark markers (red/yellow). 15 years ago
Daniel Grunwald 7e770cd006 Fix StripXml method. 15 years ago
Siegfried Pammer e1e40816d1 display IL instructions as links to MSDN and display a tooltip with information. 15 years ago
Daniel Grunwald e9ad53a607 Improvements for the analyzer. 15 years ago
Eusebiu Marcu f4bc253e89 first workable debugger 15 years ago
Daniel Grunwald 53fa2b3e91 Even in debug builds: catch decompiler exceptions when no debugger is attached. 15 years ago
Daniel Grunwald 275f0f6d21 Implemented "Save Assembly as C# Project" 15 years ago
David Srbecký 377ec99c43 Show how long decompilation of whole assembly took. 15 years ago
Siegfried Pammer 2469227ed2 use separate AppDomain for decompiling BAML resources 15 years ago
Daniel Grunwald 12a0bb330d If the decompiler crashes: Show name of the decompiled method in the exception message. 15 years ago
Eusebiu Marcu b46136786e Show tooltip when debugging. 15 years ago
Daniel Grunwald 381df74fa6 Split assembly loading logic out of AssemblyTreeNode. 15 years ago
Eusebiu Marcu 9f1028cbf3 Add tooltips controls 15 years ago
Daniel Grunwald 0cb55f64a0 Add back drag'n'drop to SharpTreeView. 15 years ago
Daniel Grunwald 7f45c26f6d Adjust ILSpy to SharpTreeView changes. 15 years ago
Eusebiu Marcu 00d01f24ba Stepping in IL debugger 15 years ago
Eusebiu Marcu 556fb79e8c Create IL <-> editor code mappings 15 years ago
Daniel Grunwald a44673a170 Fix threading issues when accessing AssemblyList.Assemblies. 15 years ago
Eusebiu Marcu 42c2c95511 fix Bookmarks margin 15 years ago
Daniel Grunwald d0dc9538ef Don't catch exceptions in debug builds (makes debugging the decompiler easier) 15 years ago
Eusebiu Marcu c3ef036fd6 Add debugger core. 15 years ago
Daniel Grunwald 2b55a46d4b Replace AboutDialog with AboutPage. 15 years ago