Mike Krüger
|
1b216819c9
|
Fixed literal values of bools.
|
14 years ago |
Mike Krüger
|
99b1a32e03
|
Added debug message.
|
14 years ago |
Mike Krüger
|
42e49ce6ef
|
Fixed operator declaration operator location.
|
14 years ago |
Mike Krüger
|
15b30e9335
|
Corrected comma locations.
|
14 years ago |
Mike Krüger
|
2e6b746035
|
Improved error messages a bit.
|
14 years ago |
Daniel Grunwald
|
a1a649e84e
|
Remove ITextEditorAdapter and use IDocument instead.
|
14 years ago |
Siegfried Pammer
|
5a2b4d2072
|
fix out parameter output in CSharpToVBConverterVisitor
|
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 |
Siegfried Pammer
|
f085e9cf47
|
fix AlwaysUseShortTypeNames omitting generic type arguments
|
14 years ago |
Siegfried Pammer
|
02f19291eb
|
implement find references on local variables
|
14 years ago |
Mike Krüger
|
42aa01a527
|
Improved error message.
|
14 years ago |
Mike Krüger
|
74bc8b2763
|
Fixed chevron & constraints locations.
|
14 years ago |
Mike Krüger
|
64b7dff80c
|
Removed more target framework profiles.
|
14 years ago |
Mike Krüger
|
20ba8992a4
|
Improved error message.
|
14 years ago |
Mike Krüger
|
3303c99160
|
Corrected constraint locations.
|
14 years ago |
Mike Krüger
|
2fc0c7c8b3
|
Fixed bug with class keyword.
|
14 years ago |
Mike Krüger
|
5e8e124ec5
|
Removed client target framework profile.
|
14 years ago |
Siegfried Pammer
|
8a598a7b19
|
fix CSharpBinding reference to NRefactory.CSharp; fix long type names bug in CSharpAmbience
|
14 years ago |
Mike Krüger
|
65d87739bd
|
added dots in using declaration.
|
14 years ago |
Mike Krüger
|
eddd015987
|
Fixed enum member commas.
|
14 years ago |
Mike Krüger
|
b1fa379e6b
|
Fixed location bug.
|
14 years ago |
Mike Krüger
|
ea6e15c28d
|
Fixed method/operator semicolons.
|
14 years ago |
Mike Krüger
|
ab28842b04
|
Added base type comma tokens.
|
14 years ago |
Mike Krüger
|
9b28b2821d
|
Fixed colon / optional commas in type delcarations.
|
14 years ago |
Mike Krüger
|
96195ac0ef
|
fixed +-1 issue.
|
14 years ago |
Mike Krüger
|
0ee81980ec
|
* Log.cs:
* ICSharpCode.NRefactory.csproj:
* CSharpParser.cs:
* location.cs:
* cs-parser.cs:
* cs-parser.jay: Fixed optional semicolon location.
|
14 years ago |
Mike Krüger
|
bd01cadd93
|
Fixed parameter comma locations.
|
14 years ago |
Mike Krüger
|
f302311c5a
|
Fixed positioning error.
|
14 years ago |
Daniel Grunwald
|
02b1e158d4
|
Fix unit tests after moving CSharpAmbienceTests to different namespace.
|
14 years ago |
Siegfried Pammer
|
e6d84ff111
|
moved Ambience to NRefactory
|
14 years ago |
Siegfried Pammer
|
49c5c791fd
|
implement all different members in CSharpAmbience output
|
14 years ago |
Siegfried Pammer
|
5beb702c2e
|
implement CSharpAmbience for ITypeDefinition
|
14 years ago |
Daniel Grunwald
|
952696941a
|
Adjust SharpDevelop to NRefactory changes (move ICSharpCode.Editor -> ICSharpCode.NRefactory.Editor; put NR.C# in separate assembly)
|
14 years ago |
Daniel Grunwald
|
2f4f82c72b
|
Merge changes from NRefactory into SharpDevelop newNR branch.
|
14 years ago |
Daniel Grunwald
|
9de8c14c02
|
Fixed resolving event declarations.
|
14 years ago |
Daniel Grunwald
|
dfc98609ce
|
Move ICSharpCode.Editor into NRefactory.
|
14 years ago |
Daniel Grunwald
|
b7a17c206e
|
Adjust unit tests to InvocationResolveResult changes.
|
14 years ago |
Daniel Grunwald
|
b5b2408cbc
|
Move NRefactory.CSharp to separate assembly.
|
14 years ago |
Daniel Grunwald
|
e37dc4b6c7
|
Move ResolveResults to NR.Semantics
|
14 years ago |
Mike Krüger
|
8e78ca4d3c
|
Use path combine.
|
14 years ago |
Mike Krüger
|
447558f2c0
|
Fixed parser test set up for non windows systems.
|
14 years ago |
Daniel Grunwald
|
611c310eb2
|
Change IConstantValue API to use ResolveResult.
|
14 years ago |
Daniel Grunwald
|
6bc485fa1b
|
Merge NRefactory changes from SharpDevelop into NRefactory repository.
|
14 years ago |
Daniel Grunwald
|
ea42e6354b
|
Fix bug that caused the wrong part to be removed from a compound class.
|
14 years ago |
Daniel Grunwald
|
e73c0785e3
|
Make Find References multi-threaded.
|
14 years ago |
Mike Krüger
|
e7d9bf64e4
|
Fixed attribute section tests.
|
14 years ago |
Mike Krüger
|
957c48eede
|
Fixed query expression tests.
|
14 years ago |
Mike Krüger
|
02fe3e32e5
|
Fixed array create expression tests.
|
14 years ago |