Mike Krüger
|
92ad81deaa
|
[CodeCompletion] Completion engine now can generate import completion
data.
|
13 years ago |
Mike Krüger
|
c829bd6c27
|
[Completion] Refactored the completion data factory (shortType no
longer required - should be done lazy in the GUI).
|
13 years ago |
Daniel Grunwald
|
980a367bad
|
Merged some changes from SharpDevelop to NRefactory.
|
13 years ago |
mkrueger
|
740a30c929
|
[Completion] CreateNamespace completion data now takes a INamespace
instead of a string.
|
13 years ago |
Mike Krüger
|
bea810b157
|
[Completion] Recognized browsable attributes / streamlined completion
API a bit.
|
13 years ago |
Mike Krüger
|
7431897ae7
|
Implemented 'partial' completion.
|
14 years ago |
Mike Krüger
|
c453405dcf
|
Updated code completion to the latest type system changes.
|
14 years ago |
Mike Krüger
|
1bc609ff79
|
Added pre processor "if"/"elif" contexts.
|
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 |