Daniel Grunwald
0764fd7ca7
Fixed issue in lambda decompilation when a closure class contains static fields (cached delegates).
14 years ago
Daniel Grunwald
57db57670c
Fix bug when decompiling lambdas that are nested 3 or more levels (and have a closure on each level).
14 years ago
Daniel Grunwald
1e13e4a6fa
Show generic constraints in IL view. Closes #140 .
14 years ago
Daniel Grunwald
7c9013736e
Use hyperlinks for the named arguments in object initializers.
14 years ago
Daniel Grunwald
6a98af56ad
Fixed decompilation when an object initializer is used on a collection type.
14 years ago
Daniel Grunwald
207bb984aa
Implemented support for nested object/collection initializers.
14 years ago
Daniel Grunwald
baa05b2e01
Fixed unintended interaction between object initializers and anonymous methods.
14 years ago
Daniel Grunwald
600c07388e
Implemented object initializers.
14 years ago
Daniel Grunwald
e5f043e643
AssemblyList: add Sort() method
14 years ago
Daniel Grunwald
33b35a45af
Fix EventHiding unit test.
14 years ago
Ed Harvey
93a12a9b82
Added tests for shadowed events.
14 years ago
Ed Harvey
b35cd2f7ba
Fix incorrect merge in 7f5b04d
Add support for shadowing events.
14 years ago
Ed Harvey
7f5b04d8e0
Add support for shadowing events.
14 years ago
Ed Harvey
e86aee752d
Added Event analysis.
14 years ago
Ed Harvey
1aaa720cc4
Constrain where-used searches to accessibility domain.
14 years ago
Ed Harvey
fc9a914b62
Find method node returns property or event if accessors hidden.
14 years ago
Ed Harvey
3e8158771d
Corrected English in node text.
...
'Overrided by' should be 'Overriden by'.
14 years ago
Daniel Grunwald
51c2321a92
Read variable names from debug symbols (.pdb files), if available. Based on #122 .
14 years ago
Daniel Grunwald
853af89b2c
Merge remote branch 'ALyman/navigation-fix'
14 years ago
Alex Lyman
130258d949
Adds a uniqueness semantic to the navigation history, by removing the previous state (by the selected nodes) from the prior history.
14 years ago
Alex Lyman
00828463a6
Alter Navigation to take the time since the last navigation into account. If less than 0.5 seconds, do a replacement automatically.
14 years ago
Daniel Grunwald
d8fc41e7a9
Add refanytype and refanyval to type analysis.
14 years ago
Daniel Grunwald
3875839485
Fixed bug in switch transform.
14 years ago
Daniel Grunwald
9f842fcda2
Implemented foreach pattern over non-generic collections.
14 years ago
Ed Harvey
905927274b
Added node image for PInvoke methods.
14 years ago
Daniel Grunwald
3aab6a9178
Merge "Minor UI and decompiler bug fixes"
14 years ago
Daniel Grunwald
6501104f6d
Include UndocumentedExpressions.cs in unit tests.
14 years ago
Daniel Grunwald
8910f6a414
Merge remote branch 'ALyman/tests-real-diff'
14 years ago
Eusebiu Marcu
e4513b947b
Merged ICSharpCode.Decompiler changes from debugger branch.
...
(from commit e184c73f2d
)
14 years ago
Alex Lyman
f3f557103b
- Replaced simple Test differ with full-blown DiffLib-backed implementation (pulled in w/ NuGet), to improve failed test messages.
14 years ago
Alex Lyman
49ed553f31
- Alters the navigation history to have a more consistent behavior, by recording all navigation events, and keeping track of the "current" state instead of the "previous" state
14 years ago
Alex Lyman
a35c4b5ace
- Modified .gitignore to ignore Resharper files and patches
14 years ago
Artur Zgodziński
46838a6a72
Fixed some bugs in "Used by" analyzers.
14 years ago
Daniel Grunwald
576a13214c
Display return type attributes on delegates.
14 years ago
Daniel Grunwald
d6c08392c6
Update AvalonEdit to 4.1.0.7411
14 years ago
Artur Zgodziński
680a3730d1
Fixed NullReferenceException errors caused by unresolved references.
14 years ago
Artur Zgodziński
c9f2dc1069
Minor ContextMenu displaying problems fixed.
14 years ago
Daniel Grunwald
c869e7cf02
Implemented support for undocumented expressions.
14 years ago
Daniel Grunwald
12a8267c21
Adjust ILSpy to NRefactory API changes.
14 years ago
Daniel Grunwald
ad64995db3
Merge NRefactory b8330be into ILSpy
14 years ago
Daniel Grunwald
6c62b4c954
Squashed 'NRefactory/' changes from 56fde51..b8330be
...
b8330be Remove parent pointer from ITypeParameter and enable sharing type parameters.
ca6b0e1 fixed primitve types.
094cac4 Added some creation constructors.
b7cd75a Fixed unit test.
9fedc31 Handled undocumented expressions.
7d4ef1a Added support for quoted identifiers.
f30490c Add some parser unit tests.
307559c Remove NextStatement/PrevStatement properties - too many properties can be confusing (e.g. a loop's EmbeddedStatement would show up next to those two properties)
90542d2 Fix parsing of query continuations for queries with multiple from clauses.
ccd06a4 Fixed query expression tests. Had to add a new node type: AnonymousTypeCreateExpression.
d4eaffb Make pattern matching AST independent from C# AST.
e8d472b Rename FixedVariableInitializer.Initializer to CountExpression (this makes it consistent with StackAllocExpression).
16715bb Renamed CSharpFormattingPolicy to CSharpFormattingOptions.
92df3e5 Fixed some TypeReferenceExpression tests.
f4450d1 Fixed some invocation expression tests.
42463a4 Fixed unit test TestIdentifierContainingEscapeSequence.
021a9fb Fixed typeofexpression tests.
bd51bee Fixed GlobalFullNamespaceGenericFieldReferenceExpressionTest.
040e164 Fixed lambdaexpression tests.
0722289 Updated mcs, fixed failing unit test.
c35eb4d Enabled typ declaration tests.
94c18d6 Fixed delegate declaration tests.
a45fa11 Fixed event declaration tests.
9083bee Fixed constructor declaration tests.
2e82144 * TypeDeclarationTests.cs: * PropertyDeclarationTests.cs: enabled property declaration tests.
873c185 Added attribute section parsing / fixed indexer declaration tests.
2353804 Fixed field declaration tests.
4e60911 Fixed method declaration tests.
58caab2 Fixed statement unit tests.
cad9d18 Fixed fixed statement.
a4ce5aa Updated mcs/fixed pointer reference expression bug.
ca77589 Fixed partial modifier.
8c7e017 Fixed UsingDeclarationTests.
293dba5 Worked on pointer reference expression.
cc209b4 Fixed ArrayObjectCreateExpression tests.
58856b1 Activated cast expression tests.
c0e20a6 Fixed qualified alias member tests.
44388b2 Fixed anonymous method tests.
git-subtree-dir: NRefactory
git-subtree-split: b8330bebd6a1cb3a2895fc924f472292bc1cf85e
14 years ago
Daniel Grunwald
256fc931e9
Show the numeric value when decompiling an enum member. Closes #126 .
14 years ago
Daniel Grunwald
1255f87696
Display tooltips when hovering over member references.
14 years ago
Daniel Grunwald
944686750e
Add SaveIndex/LoadFromIndex methods to XmlDocumentationProvider.
14 years ago
Daniel Grunwald
c3ce66c622
New XmlDocumentationProvider implementation:
...
Keep only a small index in memory, and read the relevant portion of the .xml file again when the documentation is requested.
This means we no longer need to store the documentation in temporary binary files for efficient access.
14 years ago
Daniel Grunwald
250dba9502
When the last statement in a block is a label, add an EmptyStatement so that the generated code is valid.
14 years ago
Daniel Grunwald
0b0bcdd19f
Fixed bug in variable naming that could cause two variables to be assigned the same name (and subsequently triggering a crash in DeclareVariables).
14 years ago
Daniel Grunwald
78eea4fddf
Fixed bug that caused yield-return analysis to fail sometimes.
14 years ago
Daniel Grunwald
b84ca13f50
Observe assembly load exceptions so that we don't crash when the Task's finalizer kicks in. Closes #54 .
14 years ago
Daniel Grunwald
cf7d17d3f3
Add "decompile all" command for debugging.
14 years ago