Daniel Grunwald
|
3685f491b9
|
Fixed TypeSystemConvertVisitor for read-only properties.
Added some attribute parser tests.
|
14 years ago |
Mike Krüger
|
ddc55ad19d
|
fixed variable declaration statement inside for loops wrong semicolon
position.
|
14 years ago |
Mike Krüger
|
fca4dd0ba4
|
Added GetTypes method in compilation unit.
|
14 years ago |
Mike Krüger
|
0398fd691a
|
Fixed 'GlobalAttributeCSharp' test.
|
14 years ago |
Mike Krüger
|
9bcf087e05
|
Fixed EnumWithBaseType unit test.
|
14 years ago |
Mike Krüger
|
390ed3a49b
|
Fixed NestedArrays unit test.
|
14 years ago |
Daniel Grunwald
|
1c51b3ab05
|
Type storage: Fixed handling of namespaces that have sub-namespaces but do not directly contain classes.
|
14 years ago |
Daniel Grunwald
|
07e2896356
|
Make InsertParenthesesVisitorTests independent from indentation of the output.
|
14 years ago |
Daniel Grunwald
|
fb57f7d545
|
Fixed several issues in the type system convert visitor.
|
14 years ago |
Mike Krüger
|
a697f194eb
|
fixed unboundtypeofexpression test.
|
14 years ago |
Mike Krüger
|
93117a1fc9
|
Added MemberNameToken property.
|
14 years ago |
Mike Krüger
|
7cd45266cc
|
Added some properties to allow easier access for modifiers.
|
14 years ago |
Mike Krüger
|
014ecea255
|
Pass the parameter to the event handlers.
|
14 years ago |
Mike Krüger
|
6144698240
|
removed exception (shouldn't be in production code).
|
14 years ago |
Mike Krüger
|
1365588c57
|
passed type parameters to the observable ast visitor.
|
14 years ago |
Mike Krüger
|
7a5c7f3794
|
fixed possible null reference exception.
|
14 years ago |
Mike Krüger
|
6894e6a630
|
Primitive expressions now contain the literal value + updated mcs.
|
14 years ago |
Mike Krüger
|
790585c197
|
Implemented invert condition function.
|
14 years ago |
Mike Krüger
|
7f16970efd
|
Added token atrribute.
|
14 years ago |
Mike Krüger
|
064847006f
|
Fixed membertpe location.
|
14 years ago |
Mike Krüger
|
ba4a272892
|
Implemented specific GetNodeAt method.
|
14 years ago |
Mike Krüger
|
1feb0fc502
|
Added contains method.
|
14 years ago |
Mike Krüger
|
d4d9ffd914
|
Added observer visitor.
|
14 years ago |
Mike Krüger
|
f76181376f
|
Fixing switch section output + it's now possible to track node output
in the output visitor.
|
14 years ago |
Mike Krüger
|
79f17985ea
|
Put embedded statments onto next line.
|
14 years ago |
Mike Krüger
|
478faf7a5d
|
added name token property.
|
14 years ago |
Mike Krüger
|
d561ccf9b1
|
Merged some changes from monodevelop.
|
14 years ago |
Mike Krüger
|
280b79b8c8
|
Fixed return type tokens
|
14 years ago |
Mike Krüger
|
8578bad27a
|
Added easy name token access.
|
14 years ago |
Mike Krüger
|
dfea0895fd
|
added bounds check.
|
14 years ago |
Mike Krüger
|
2fa40d8d0a
|
Fixed special constraint expression parsing.
|
14 years ago |
Daniel Grunwald
|
eb6f6c19c1
|
Make ConvertChar and ConvertString public.
|
14 years ago |
Daniel Grunwald
|
b07228e982
|
Fixed issues with detection of using statements.
|
14 years ago |
Daniel Grunwald
|
a238bf1cfe
|
When decompiling a field, also decompile constructors to check whether there's an initializer on the field. When decompiling a constructor, display field initializers outside of the constructor. Closes #3.
|
14 years ago |
Siegfried Pammer
|
3974a801e1
|
remove isLastLine from interface - use stack instead; fix null reference if resolve of TypeDefinition fails
|
14 years ago |
Daniel Grunwald
|
9a35ee4404
|
Applied some of the optimizations suggested by Kris Vandermotten. #150
|
14 years ago |
Siegfried Pammer
|
5997f81668
|
add foldings to documentation comments; closes #165
|
14 years ago |
Mike Krüger
|
fc86a67704
|
Fixed relocation bug.
|
14 years ago |
Mike Krüger
|
8fc4139132
|
Fixed relocatable bug/removed some debug messages.
|
14 years ago |
Mike Krüger
|
8237448dbd
|
Renamed interface.
|
14 years ago |
Eusebiu Marcu
|
e434783155
|
get AST nodes locally
|
14 years ago |
Eusebiu Marcu
|
a7f45f683a
|
add icon margin & bookmarks
|
14 years ago |
Siegfried Pammer
|
99b4726d91
|
fix https://github.com/icsharpcode/ILSpy/issues/177
|
14 years ago |
Mike Krüger
|
450be5a945
|
Corrected locations for parset expressions/statments/type members.
|
14 years ago |
Mike Krüger
|
cb114b8d29
|
Fixed blank line formatting bug.
|
14 years ago |
Siegfried Pammer
|
e1ee10ae10
|
start implementing new VB AST; remove AST generator
|
14 years ago |
Mike Krüger
|
b9aa1ec940
|
Added some null checks.
|
14 years ago |
Mike Krüger
|
3b051e58d2
|
Fixed alias 'global' member location.
|
14 years ago |
Mike Krüger
|
8be17ea80c
|
Updated mcs/fixed qualifiedalias member location.
|
14 years ago |
Daniel Grunwald
|
5d83bea67f
|
C# type system convert visitor: add support for attribute arguments.
|
15 years ago |