Mike Krüger
|
98d1826a74
|
Added error expression as ast node.
|
14 years ago |
Mike Krüger
|
1bc609ff79
|
Added pre processor "if"/"elif" contexts.
|
14 years ago |
Mike Krüger
|
03ee478b96
|
Improved current member recognition.
|
14 years ago |
Mike Krüger
|
c29b4ed97f
|
Added missing follow up char.
|
14 years ago |
Mike Krüger
|
0ab566c3c0
|
Fixed "partial" context.
|
14 years ago |
Mike Krüger
|
d461987839
|
Improved comment & string context recognition.
|
14 years ago |
Daniel Grunwald
|
f631199013
|
Type system refactoring: split unresolved/resolved type systems.
|
14 years ago |
Mike Krüger
|
af6ba7d756
|
Fixed unit test.
|
14 years ago |
Mike Krüger
|
bf3fdb3659
|
Added variable statement declaration tests.
|
14 years ago |
Mike Krüger
|
8c8286404d
|
Fixed field declaration context & "new" expression context.
|
14 years ago |
Mike Krüger
|
86b3da295f
|
Added object initializer tests & fixed them.
|
14 years ago |
Mike Krüger
|
fb374aaa12
|
Fixed unit test.
|
14 years ago |
Mike Krüger
|
f1612d5146
|
Added some more keyword tests & fixed some cases.
|
14 years ago |
Mike Krüger
|
f5730d5729
|
* CSharpCompletionEngine.cs: Fixed some bugs in global/type context.
* KeywordTests.cs:
* CodeCompletionBugTests.cs: Fixed some bugs in global/type context
|
14 years ago |
Mike Krüger
|
59ce505e14
|
Fixed last failing code completion unit test.
|
14 years ago |
Mike Krüger
|
bc4ca210fe
|
* NRefactory.sln:
* CSharpCompletionEngine.cs: Fixed unit tests.
|
14 years ago |
Mike Krüger
|
b74cfbb11a
|
Added switch context handling.
|
14 years ago |
Mike Krüger
|
fa5e7e5045
|
Fixed potential resolve issue.
Note: That doesn't really fix the problem - only 90% of the cases. The
partial class representation could need a change.
|
14 years ago |
Mike Krüger
|
03407fd54c
|
Fixed failing unit test.
|
14 years ago |
Mike Krüger
|
2a795ae270
|
Fixed some unit tests.
|
14 years ago |
Mike Krüger
|
8942cd5f2c
|
Fixed failing unit test.
|
14 years ago |
Mike Krüger
|
2cfd9b2d0c
|
Added attribute context.
|
14 years ago |
Mike Krüger
|
5d614c052d
|
Fixed unit test.
|
14 years ago |
Mike Krüger
|
98ad3bacc4
|
Fixed unit test.
|
14 years ago |
Mike Krüger
|
ffa2fc998c
|
Fixed failing unit test.
|
14 years ago |
Mike Krüger
|
42c0a2d866
|
Fixed unit test.
|
14 years ago |
Mike Krüger
|
6d4a825084
|
Fixed some unit tests.
|
14 years ago |
Mike Krüger
|
81cac5eabe
|
Fixed little code completion ast bug.
|
14 years ago |
Mike Krüger
|
f3ea71ac68
|
Fixed some completion tests.
|
14 years ago |
Mike Krüger
|
7f697b373b
|
Fixed resolver usage.
|
14 years ago |
Mike Krüger
|
f7b309420c
|
Merged with md master.
|
14 years ago |
Mike Krüger
|
b3d07d8493
|
Ported over the monodevelop completion engine to nrefactory.
|
14 years ago |
Mike Krüger
|
0413ce92f9
|
Added completion engine stub.
|
14 years ago |
Mike Krüger
|
eb6c399d8c
|
Moved to completion namespace.
|
14 years ago |
Mike Krüger
|
c82538ebe4
|
Added basic code completion interfaces.
|
14 years ago |
Daniel Grunwald
|
b5b2408cbc
|
Move NRefactory.CSharp to separate assembly.
|
14 years ago |
Mike Krüger
|
6e1eaf15f8
|
Added monodevelop context actions.
|
14 years ago |
Mike Krüger
|
8237448dbd
|
Renamed interface.
|
14 years ago |
Mike Krüger
|
450be5a945
|
Corrected locations for parset expressions/statments/type members.
|
14 years ago |
Daniel Grunwald
|
d4eaffbb42
|
Make pattern matching AST independent from C# AST.
|
15 years ago |
Daniel Grunwald
|
695138d373
|
Add visitor support to pattern nodes (IPatternAstVisitor). Add pattern support to output visitor (makes debugging easier if you can print out patterns)
|
15 years ago |
Daniel Grunwald
|
9d5390cdbf
|
Add pattern matching support to the NRefactory C# AST.
|
15 years ago |
Daniel Grunwald
|
afd96503fe
|
Add query expressions to AST and output visitor.
|
15 years ago |
Daniel Grunwald
|
5a0087aa1b
|
Rename files Dom->Ast.
|
15 years ago |
Daniel Grunwald
|
0f01f3be17
|
C# Ast refactoring: introduce Role<T> and add setters.
|
15 years ago |
Mike Krüger
|
396c2b3931
|
Updated AST & mcs.
|
15 years ago |
Mike Krüger
|
c4702354c5
|
Added C# DOM
|
15 years ago |