Siegfried Pammer
5707dcb675
#1864 : Add asm highlighting to ILSpy
6 years ago
Siegfried Pammer
d6c688c58a
Finish tree nodes.
6 years ago
Siegfried Pammer
0d6ac5030c
Refactor DocumentModel API
6 years ago
Siegfried Pammer
aa84bd0e5c
Fix #1819 : Tooltips: use Segoe for summary text (as in tree)
6 years ago
Siegfried Pammer
327428aa11
Fix #1810 : ArgumentNullException in DecompilerTextView.ShowText
6 years ago
Siegfried Pammer
500e168498
Use correct title when displaying resource nodes.
6 years ago
Siegfried Pammer
004a585efc
Allow ISmartTextOutput to set the title of the decompilation tab.
6 years ago
Siegfried Pammer
84bb61cc5b
Add primitive multi-document support.
6 years ago
Siegfried Pammer
e104f4ce6e
Fix #1777 and part 2 of #1776 : Add more null checks
6 years ago
Siegfried Pammer
527dacf1b6
Clean up files.
6 years ago
Siegfried Pammer
6d36627647
Limit size of tooltips to MainWindow size.
6 years ago
Siegfried Pammer
24f51d1bf2
Use correct font size in width calculation
6 years ago
Siegfried Pammer
4e5a2c4a6a
Replace AXmlParser with XLinq.
6 years ago
Siegfried Pammer
32b52efff4
Adjust width of the tooltip, so signatures are displayed on one line.
6 years ago
Siegfried Pammer
b18876d087
Implement semantic highlighting and links in rich text tooltips.
6 years ago
jkuehner
0e84a0353a
support folding for xaml, fixes #1658
6 years ago
Siegfried Pammer
6baecf85aa
Add Language.GetRichTextTooltip
6 years ago
Daniel Grunwald
83ea3449d1
Fix #1722 : Don't abort mouse selection unless the user clicked on a hyperlink
6 years ago
Siegfried Pammer
ad550fe675
Add uint{size} aliases used by ildasm.
6 years ago
Siegfried Pammer
7539a429c6
Port rich text tooltips from SharpDevelop to ILSpy.
6 years ago
Siegfried Pammer
1aa9ea5f07
Add missing files.
6 years ago
Siegfried Pammer
722e2c8325
Add bracket highlighting to ILSpy.
6 years ago
Siegfried Pammer
12d1d2495f
Fix #1527 : Remove links on non-local definitions
6 years ago
Siegfried Pammer
8d7f593620
Fix #1496 : Disable automated URI/URL linking in decompiler view.
6 years ago
Siegfried Pammer
432377448e
Add DecompilerTextView.ShowContent to allow showing arbitrary controls in the decompiler pane.
6 years ago
Siegfried Pammer
2a5ba0f665
Fix linking of local variables and parameters to their usages in the IL view.
6 years ago
MysticBoy
d9bc0ec79c
which is not completed, will continue to translate!
7 years ago
MysticBoy
3fd999a42b
Localization of Chinese, which is not completed, will continue to translate.
7 years ago
Daniel Grunwald
ba0a3af3c4
#1195 : Fix several issues decompiling SharpSvn.dll (C++/CLI)
7 years ago
Daniel Grunwald
8270a93c1a
Fix #1233 : Fix some crashes on corrupt type references.
7 years ago
Daniel Grunwald
ab157b2fc0
Add TypeSystemOptions.Uncached.
7 years ago
Daniel Grunwald
de3ffa2851
Adjust ILSpy to type system changes.
7 years ago
Siegfried Pammer
dccd0052dc
Merge XmlDocKeyProvider.cs into IdStringProvider.cs
7 years ago
Daniel Grunwald
3b46776c5e
Rename IAssembly -> IModule.
While support for multi-module assemblies isn't fully working yet; it is clear at this point that we want
to treat each module in a multi-module assembly separately for the purposes of the type system.
7 years ago
Siegfried Pammer
bfc4d4e84d
Add missing keywords to ILAsm-Mode.xshd
7 years ago
Siegfried Pammer
4961b33d2a
Fix JumpToReference and GetTooltip
7 years ago
Siegfried Pammer
4f8441e142
Introduce several new WriteReference overloads
7 years ago
Siegfried Pammer
9acc372a68
Use TypeSystem for ILSpy UI:
Most important tree nodes and search ported,
Currently only ILLanguage is active
7 years ago
Daniel Grunwald
4e449de58d
Show metadata tokens in disassembly.
7 years ago
Siegfried Pammer
6601f53a40
Replace Format*Name with *ToString methods. Remove HighlightSearchMatch.
7 years ago
Siegfried Pammer
d28fa71ccf
Fix highlighting of string interpolation.
8 years ago
Siegfried Pammer
87ced033ba
Rename Dom -> Metadata; Remove bogus abstraction
8 years ago
Siegfried Pammer
cb9787098f
Finished port of UI (Analyzers still excluded) and Disassembler
8 years ago
Siegfried Pammer
bc10e9c923
Fix #1064 : Do not resolve mouse position after the EOL to reference segment at the EOL.
8 years ago
Siegfried Pammer
02b7dc98be
Commit of non-compiling WIP
8 years ago
Siegfried Pammer
f0a2bafb78
Remove dead code.
8 years ago
Siegfried Pammer
f01026071f
Fix #816 : Cli argument saveDir + 2 and more assembles - decompiler only last correctly
8 years ago
Siegfried Pammer
f80f164118
Add CSharpFormattingOptions.IndentationString
8 years ago
Daniel Grunwald
c202b9145b
Only follow hyperlinks on MouseUp if the mouse wasn't moved since MouseDown.
This allows selecting text inside hyperlinks. Closes #704
8 years ago
Siegfried Pammer
0b135c23e4
Add C# semantic highlighting
8 years ago