Mike Krüger
|
a1e4b07da6
|
[Completion] Fixed enum completion in binary operator expressions.
|
13 years ago |
Daniel Grunwald
|
1640cb8c32
|
Set version number to 5.0.1; fixed some compiler warnings.
|
13 years ago |
Mike Krüger
|
e0e30ae520
|
[Completion] Improved object initializer case.
|
13 years ago |
mike
|
49e1b67a3a
|
[Completion] GetParameterCompletionCommandOffset is now
reusable/removed code duplication of GetCurrentParameterIndex.
|
13 years ago |
mike
|
ad0ae7afcf
|
[Completion] Improved handling of named parameters.
|
13 years ago |
mike
|
73396ed20d
|
Improved named parameter completion case.
|
13 years ago |
mike
|
cff1fb2711
|
[Completion] Fixed member lookup.
|
13 years ago |
mike
|
570c4d8592
|
Fixed bug in completion.
|
13 years ago |
Mike Krüger
|
8ff1e4c5b0
|
Fixed completion bug.
|
13 years ago |
mike
|
93f0d717fe
|
Fixed completion bug.
|
13 years ago |
mike
|
bc77559aea
|
[Completion] Fixed catch context completion.
|
13 years ago |
mike
|
85230686b7
|
[Completion] Fixed object initializer unit tests.
|
13 years ago |
Mike Krüger
|
63009ac085
|
Fixed 'Bug 4604 - [Resolver] Attribute Properties are not offered
valid autocomplete choices'.
|
13 years ago |
Mike Krüger
|
56bfccbab7
|
Fixed possible null ref exception
|
13 years ago |
Mike Krüger
|
da56a5bbfa
|
Fixed completion bug.
|
13 years ago |
Mike Krüger
|
2aec1be700
|
Improved the handling of delegate contexts.
|
13 years ago |
Mike Krüger
|
98b2dfa5f9
|
Fixed unit tests.
|
13 years ago |
Mike Krüger
|
aa111adafe
|
Added completion categories for derived types.
|
13 years ago |
Mike Krüger
|
45c8d0eb50
|
Fixed object creation completion issue.
|
14 years ago |
Mike Krüger
|
bb27ef5132
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
04f8720739
|
Added formatting factory - formatting options should be created with
that.
|
14 years ago |
Mike Krüger
|
42f6bfbe8a
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
64ca5a01cb
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
0326e93e02
|
Fixed other enum base type context.
|
14 years ago |
Mike Krüger
|
bd201520a1
|
Fixed enum base type bug.
|
14 years ago |
Mike Krüger
|
90eadb387f
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
374f1cb716
|
Fixed parameter completion bug.
|
14 years ago |
Mike Krüger
|
075ffe3168
|
Fixed completion category bug.
|
14 years ago |
Mike Krüger
|
e5d6452d4a
|
Code completion name propsoal now uses the word parser to break words.
|
14 years ago |
Mike Krüger
|
d85bb0ecbb
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
a1797827e4
|
Fixed code completion bug.
|
14 years ago |
Mike Krüger
|
193a153070
|
Fixed completion bug.
|
14 years ago |
mike
|
8e66275c97
|
Fixed unit test.
|
14 years ago |
mike
|
bf71bafe3b
|
Implemented redundant using inspector.
|
14 years ago |
Mike Krüger
|
7474cdb8b6
|
Fixed member reference expression bug.
|
14 years ago |
mike
|
afbf9c9624
|
Fixed for variable initializer name context.
|
14 years ago |
Mike Krüger
|
be4e8bb34e
|
Added function to get the word segment at caret position.
|
14 years ago |
mike
|
f78b052fb1
|
Fixed bug in override completion.
|
14 years ago |
Mike Krüger
|
c51a5f6222
|
Fixed stub mechanic.
|
14 years ago |
mike
|
29da952623
|
Fixed some warnings.
|
14 years ago |
Mike Krüger
|
6f4a46c066
|
Fixed failing unit test.
|
14 years ago |
mike
|
837d48d50a
|
Completion engine now works on freezed compilation units.
|
14 years ago |
Mike Krüger
|
0907829b0e
|
Fixed ref/out/params keywords.
|
14 years ago |
Mike Krüger
|
a798d1a622
|
Fixed override completion data bug.
|
14 years ago |
Mike Krüger
|
4ea7ebc517
|
Moved more roles to the Roles class/Changed TypeDeclaration
representation (saves some memory and class type is now always
defined).
|
14 years ago |
Mike Krüger
|
90bf204c7f
|
Moved the roles class out of AstNode.
|
14 years ago |
mike
|
4499d32fda
|
Fixed IsInsideDocComment method.
TODO: Move the detection of comments & string regions to the
IMemberProvider (needs rename) and handle that with a tree on IDE
level.
|
14 years ago |
Mike Krüger
|
e058867fee
|
Fixed interface return type tests.
|
14 years ago |
Mike Krüger
|
6eaa0fd45a
|
Fixed interface return type test.
|
14 years ago |
Mike Krüger
|
36456b4d15
|
Updated mcs & improved try context handling.
|
14 years ago |