Mike Krüger
|
a798d1a622
|
Fixed override completion data bug.
|
14 years ago |
Daniel Grunwald
|
ce2e5281e1
|
Documentation update.
|
14 years ago |
Daniel Grunwald
|
47d7d5adea
|
Fix icsharpcode/NRefactory#29: NullReferenceException when using FindReferencedEntities navigator
|
14 years ago |
mike
|
08e6a88db0
|
AppendMissingClosingBrackets is now reusable.
|
14 years ago |
Daniel Grunwald
|
51bd4164fe
|
Correctly set OperatorResolveResult.IsLiftedOperator in more cases.
|
14 years ago |
Daniel Grunwald
|
df380b6055
|
Fixed potential cause of CSharpAstResolver.Resolve returning null.
|
14 years ago |
Daniel Grunwald
|
e80f142381
|
Fixed bug in CSharpAstResolver.GetExpectedType().
|
14 years ago |
Daniel Grunwald
|
f74bf908bc
|
Make AstNode freezable.
|
14 years ago |
Matt Ward
|
9d323dfdba
|
Update IronPython to version 2.7.2.1
|
14 years ago |
mike
|
4465839e98
|
Fixed error caused by Root role.
Ok now I know why it needs to be there :)
|
14 years ago |
Mike Krüger
|
2c97bfacca
|
Added more location checks / added -verbose command line option for
the ast verifier.
|
14 years ago |
Mike Krüger
|
6c5b43964b
|
Added little command line tool to test the AST roundtrip.
|
14 years ago |
Mike Krüger
|
cf134dbdc8
|
Fixed potential null reference exception.
|
14 years ago |
Mike Krüger
|
da0d25b314
|
GtkDemo now uses standard text view.
|
14 years ago |
mike
|
3c350c14b7
|
Merge branch 'master' of github.com:icsharpcode/NRefactory
|
14 years ago |
Daniel Grunwald
|
55f858efb2
|
Fix icsharpcode/NRefactory#26: Static methods are reported as having "this" as the target
|
14 years ago |
Daniel Grunwald
|
3ac1e560ec
|
Fix icsharpcode/NRefactory#22: Event accessors should be called add_X and remove_X
|
14 years ago |
Daniel Grunwald
|
c27f57f4a1
|
Fix icsharpcode/NRefactory#25: OperatorResolveResult.IsLiftedOperator for unary operators
|
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
|
749a13ca0b
|
formatting visitor now does either place if statement on new line or
indent the embedded statement - not both.
|
14 years ago |
Mike Krüger
|
cd349d26ce
|
Fixed some issues in the formatter.
|
14 years ago |
Mike Krüger
|
0b3b290614
|
Fixed case label indentation.
|
14 years ago |
Mike Krüger
|
45cab9bd56
|
Fixed an issue with overlapping segments/fixed failing unit test.
|
14 years ago |
Mike Krüger
|
3503318ede
|
Track role name changes in nrefactory.c#.
|
14 years ago |
Mike Krüger
|
6a0a96ce31
|
Moved some roles to the Roles class.
|
14 years ago |
Mike Krüger
|
90bf204c7f
|
Moved the roles class out of AstNode.
|
14 years ago |
Matt Ward
|
bc37844d54
|
Update IronPython to version 2.7.2
|
14 years ago |
Siegfried Pammer
|
a89b673741
|
add exit option to "solution/project changed" message
|
14 years ago |
Siegfried Pammer
|
c8af97298b
|
WIP on XamlBinding
|
14 years ago |
Siegfried Pammer
|
c0548cc328
|
WIP on Unit Tests
|
14 years ago |
Siegfried Pammer
|
7c2a0affbb
|
do not raise ParseInformationUpdated event if parseInfo is null
|
14 years ago |
Siegfried Pammer
|
3f0243369b
|
make work folding in XML files
|
14 years ago |
Siegfried Pammer
|
d9e170468c
|
remove AvalonEdit.Xml
|
14 years ago |
Siegfried Pammer
|
7af6e0be23
|
implement proper exception handling for flush errors in forms designer
|
14 years ago |
mike
|
e93009afee
|
Fixed context action unit tests.
|
14 years ago |
mike
|
5d33b319d9
|
Revert "Refactoring context now exposes the document instead of the document"
This reverts commit 3d4550cee9.
Changed my mind - since changes should always done with the 'Script'.
|
14 years ago |
mike
|
3d4550cee9
|
Refactoring context now exposes the document instead of the document
like functions.
|
14 years ago |
Mike Krüger
|
b44d6c6580
|
Fixed typo.
|
14 years ago |
Mike Krüger
|
5e93376fb3
|
Took out ifdef.
(I suppose that patch wont make it upstream)
|
14 years ago |
Mike Krüger
|
473f6a7eb4
|
Added some additional bounds check.
As the parser improves they may become required.
|
14 years ago |
Mike Krüger
|
ae28762282
|
Fixed destructor identifier.
|
14 years ago |
Daniel Grunwald
|
bfdd510079
|
Fixed bug that could cause removed bookmarks/breakpoints to re-appear when restarting SharpDevelop.
|
14 years ago |
Daniel Grunwald
|
9598176ffd
|
Show type arguments in tooltip for TypeResolveResult.
|
14 years ago |
Daniel Grunwald
|
b491ea85c3
|
Rename Conversions to CSharpConversions.
|
14 years ago |
Daniel Grunwald
|
3df0cd3946
|
Make CSharpAstResolver and Conversions thread-safe.
|
14 years ago |
Daniel Grunwald
|
cf331bb4af
|
Fixed resolving partial method definitions.
|
14 years ago |
Matt Ward
|
f03baa5c96
|
Fix IronPython breakpoints not being hit when attaching after dynamic symbols have been loaded.
|
14 years ago |
Daniel Grunwald
|
24d2d195f9
|
Use specialized method for MethodGroupConversion. icsharpcode/NRefactory#21
|
14 years ago |
Daniel Grunwald
|
a731b9371e
|
Fix icsharpcode/NRefactory#19: OperatorResolveResult.IsLiftedOperator is false for lifted built-in operators.
|
14 years ago |
Daniel Grunwald
|
425d65cefb
|
AvalonEdit: replace ChangeTrackingCheckpoint with NR TextSourceVersionProvider.
|
14 years ago |