Mike Krüger
|
0cb2388538
|
Separated the annotations from the ast node & added annotations to the
project content.
|
15 years ago |
Mike Krüger
|
9d21d1c705
|
Renamed GetClasses -> GetTypes. (GetClasess can give enums, structs &
delegates too).
|
15 years ago |
Mike Krüger
|
51f924f752
|
Renamed ITypeDefinition.InnerClasses -> NestedTypes (for more
consistency with IType.GetNestedTypes
|
15 years ago |
Mike Krüger
|
aa42b1b74b
|
Added error storage to IParsedFile.
|
15 years ago |
Mike Krüger
|
bd4fb10522
|
Added cenecllationtoken work around.
Mono crashes on default cancellation token.
|
15 years ago |
Mike Krüger
|
40147bc84f
|
Changed CreateShortType implementation a bit.
|
15 years ago |
Mike Krüger
|
c744d2f523
|
Worked on the way nrefactory contexct actions use the resolver.
|
15 years ago |
Mike Krüger
|
1b7906ae68
|
Worked on context actions.
|
15 years ago |
Daniel Grunwald
|
94b4130aa9
|
Add IParsedFile to type system.
|
15 years ago |
Mike Krüger
|
be5139a776
|
Added more context actions.
|
15 years ago |
Daniel Grunwald
|
62988d631e
|
Add TypeSystemAstBuilder: IType --> AstType conversion.
|
15 years ago |
Mike Krüger
|
530cb0bb7b
|
mhutch: [NRefactory] Fix const modifier on fields
|
15 years ago |
Mike Krüger
|
2b5569dd47
|
use faster string comparer.
|
15 years ago |
Mike Krüger
|
0f5f4740fa
|
worked on context actions.
|
15 years ago |
Mike Krüger
|
6e1eaf15f8
|
Added monodevelop context actions.
|
15 years ago |
Mike Krüger
|
3eb2e5dcf6
|
Added patch from mhutch: [NRefactory] Add some name token accessors
|
15 years ago |
Mike Krüger
|
7070e471c0
|
corrected output of primitive expressions.
Primitive expressions contain a literal value which should be
preferred ("0x10" vs "16").
|
15 years ago |
Mike Krüger
|
8b606d1b32
|
Updated mcs/fixed unit test.
string literal constants now contain the real 'literal'.
|
15 years ago |
Mike Krüger
|
0afdacd129
|
changed to HasModifier.
|
15 years ago |
Daniel Grunwald
|
878dbbff0b
|
Fixed some issues in resolver; enable resolver unit tests.
|
15 years ago |
Mike Krüger
|
d36805c47c
|
fixed assembly attribute csharp test.
|
15 years ago |
Mike Krüger
|
67d9bb5957
|
Fixed attribute on method parameter tests.
|
15 years ago |
Daniel Grunwald
|
3685f491b9
|
Fixed TypeSystemConvertVisitor for read-only properties.
Added some attribute parser tests.
|
15 years ago |
Mike Krüger
|
ddc55ad19d
|
fixed variable declaration statement inside for loops wrong semicolon
position.
|
15 years ago |
Mike Krüger
|
fca4dd0ba4
|
Added GetTypes method in compilation unit.
|
15 years ago |
Mike Krüger
|
0398fd691a
|
Fixed 'GlobalAttributeCSharp' test.
|
15 years ago |
Mike Krüger
|
9bcf087e05
|
Fixed EnumWithBaseType unit test.
|
15 years ago |
Mike Krüger
|
390ed3a49b
|
Fixed NestedArrays unit test.
|
15 years ago |
Daniel Grunwald
|
1c51b3ab05
|
Type storage: Fixed handling of namespaces that have sub-namespaces but do not directly contain classes.
|
15 years ago |
Daniel Grunwald
|
07e2896356
|
Make InsertParenthesesVisitorTests independent from indentation of the output.
|
15 years ago |
Daniel Grunwald
|
fb57f7d545
|
Fixed several issues in the type system convert visitor.
|
15 years ago |
Mike Krüger
|
a697f194eb
|
fixed unboundtypeofexpression test.
|
15 years ago |
Mike Krüger
|
93117a1fc9
|
Added MemberNameToken property.
|
15 years ago |
Mike Krüger
|
7cd45266cc
|
Added some properties to allow easier access for modifiers.
|
15 years ago |
Mike Krüger
|
014ecea255
|
Pass the parameter to the event handlers.
|
15 years ago |
Mike Krüger
|
6144698240
|
removed exception (shouldn't be in production code).
|
15 years ago |
Mike Krüger
|
1365588c57
|
passed type parameters to the observable ast visitor.
|
15 years ago |
Mike Krüger
|
7a5c7f3794
|
fixed possible null reference exception.
|
15 years ago |
Mike Krüger
|
6894e6a630
|
Primitive expressions now contain the literal value + updated mcs.
|
15 years ago |
Mike Krüger
|
790585c197
|
Implemented invert condition function.
|
15 years ago |
Mike Krüger
|
7f16970efd
|
Added token atrribute.
|
15 years ago |
Mike Krüger
|
064847006f
|
Fixed membertpe location.
|
15 years ago |
Mike Krüger
|
ba4a272892
|
Implemented specific GetNodeAt method.
|
15 years ago |
Mike Krüger
|
1feb0fc502
|
Added contains method.
|
15 years ago |
Mike Krüger
|
d4d9ffd914
|
Added observer visitor.
|
15 years ago |
Mike Krüger
|
f76181376f
|
Fixing switch section output + it's now possible to track node output
in the output visitor.
|
15 years ago |
Mike Krüger
|
79f17985ea
|
Put embedded statments onto next line.
|
15 years ago |
Mike Krüger
|
478faf7a5d
|
added name token property.
|
15 years ago |
Mike Krüger
|
d561ccf9b1
|
Merged some changes from monodevelop.
|
15 years ago |
Mike Krüger
|
280b79b8c8
|
Fixed return type tokens
|
15 years ago |