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;
Move LGPL files from ILSpy to ILSpy.SharpDevelop.LGPL.
|
14 years ago |
Eusebiu Marcu
|
84dc577fba
|
Rename DebuggedData.cs -> DebugInformation.cs;
Properly update the DebugInformation.IsDebuggerLoaded
|
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 |
KevinCathcart
|
299bfbe400
|
Added syntax highlighting support for IL's "strict" keyword.
|
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
|
e4513b947b
|
Merged ICSharpCode.Decompiler changes from debugger branch.
(from commit e184c73f2d )
|
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;
Make some types internal.
|
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
add tooltip to the debugger status label
|
15 years ago |
Eusebiu Marcu
|
fd47e87dca
|
1. improve tooltip show/hide
2. show the icon margin only when one type is decompiled.
|
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;
Unfold and scroll when hitting a BP.
Jump to the type that has a BP when the BP is hit.
|
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 |