159 Commits (83ea3449d181818dde01988e625eb83b61018c4e)

Author SHA1 Message Date
Daniel Grunwald becc8f14d0 Simplify bookmarks logic. 14 years ago
Daniel Grunwald c542648d87 Store debugger member mappings in a simple list in the text output; copy the entries into the DebugInformation only when the output gets displayed. 14 years ago
Eusebiu Marcu 38b404a709 fix icon margin. 14 years ago
Eusebiu Marcu ab9a80cadd Modify code-mappings API and icon margin. 14 years ago
Artur Zgodziński 31b1a2dac9 Highlighting goto references. 14 years ago
Eusebiu Marcu 489bd6fb7a fix setting breakpoints in properties.fix UI issues; fix null reference issues.remove old code mappings (not needed anymore). 14 years ago
Ronny Klier ebbbb3e41e Scroll to current line in debugger stepping 14 years ago
Eusebiu Marcu 87abf569a7 fix some null errors 14 years ago
Daniel Grunwald e5609f6042 Add Ctrl+S shortcut for "search literal" 14 years ago
Eusebiu Marcu deaa0f2376 Add ILSpy.SharpDevelop.LGPL project - LGPL files from SharpDevelop; 14 years ago
Eusebiu Marcu 84dc577fba Rename DebuggedData.cs -> DebugInformation.cs; 14 years ago
Artur Zgodziński c42bf520b8 Highlighting references to clicked variable or parameter. 14 years ago
Eusebiu Marcu 895a3d68b1 Move DisplaySettings to Options 14 years ago
Eusebiu Marcu ba4717d516 Implement IDisposable for textview. 14 years ago
Eusebiu Marcu 56d513da9a Show line margin last using Visibility. 14 years ago
Eusebiu Marcu a42bd6b9ac Show constructor icon; reset icons in about page. 14 years ago
Daniel Grunwald dd4d090468 Lots of improvements/fixes for the disassembler. 14 years ago
Eusebiu Marcu ee2cae3d1a Add line numbers to text editor and in display settings. 14 years ago
Eusebiu Marcu 77786a3fdc Insert icon bar at index 0. 14 years ago
Siegfried Pammer e654e33613 Add display settings to the options dialog: allows to configure font family and size used in the DecompilerTextView. fixes #176 14 years ago
Eusebiu Marcu 6846da89f7 Rename and move. 14 years ago
Eusebiu Marcu 012c024011 Add context menu and actions extensibility; add analyze as default 14 years ago
Eusebiu Marcu 8c37175189 add icon margin & bookmarks 14 years ago
Artur Zgodziński 54d777f833 Fixed navigation to preserve state of decompiler's text view. 14 years ago
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 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. 14 years ago
Eusebiu Marcu d6c7c065d8 Create a decompile finished event. 14 years ago
Eusebiu Marcu 6b901e7995 Rename 14 years ago
Eusebiu Marcu bccf5e72e1 Use MemberReference instead of TypeDefinition. 14 years ago
Daniel Grunwald 1255f87696 Display tooltips when hovering over member references. 14 years ago
Eusebiu Marcu e9d0de44fc Prepare for debugging single methods or properties. 14 years ago
Eusebiu Marcu 895855f77f Use "ICSharpCode." prefix for ILSpy.Debugger namespaces. 14 years ago
Eusebiu Marcu ecdb366bdb Some cleaning; 14 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