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 |
Daniel Grunwald
|
ce6c8fba31
|
Merge NRefactory commit '3215504223484293285a0ec53754bd36775798fd' into SharpDevelop newNR branch
|
14 years ago |
Daniel Grunwald
|
3215504223
|
Fix icsharpcode/NRefactory#20: Copy virtual/override/static/etc. modifiers from properties/events to accessor methods.
|
14 years ago |
Daniel Grunwald
|
3fbcf2f7d0
|
Add support for partial methods.
|
14 years ago |
Daniel Grunwald
|
c3d00d1045
|
Add StringBuilderDocument to NR.Editor.
|
14 years ago |
Daniel Grunwald
|
bcad2e12f7
|
DocumentScript bugfixes.
|
14 years ago |
Daniel Grunwald
|
8179556203
|
Add DocumentScript that implements Script using a mutable document.
|
14 years ago |
Daniel Grunwald
|
c6ae6c30ee
|
Script refactoring.
|
14 years ago |
mike
|
61c44816e3
|
[FindReferences] Added destructor find support.
|
14 years ago |
Mike Krüger
|
a76cab240e
|
Merge branch 'master' of github.com:icsharpcode/NRefactory
|
14 years ago |
Daniel Grunwald
|
f24abfcb3a
|
ContextActionsRenderer: open the popup immediately when pressing Ctrl+T, even if it would appear automatically after some time
|
14 years ago |
Daniel Grunwald
|
3ce7c07e75
|
More work on context actions.
|
14 years ago |
Daniel Grunwald
|
e48d564c9b
|
Change RefactoringContext/Script API.
|
14 years ago |
Siegfried Pammer
|
54ee299513
|
add support for async methods in debug info
|
14 years ago |
Mike Krüger
|
cfe0d4257f
|
Made resolve result == null assertion more verbose.
|
14 years ago |
Mike Krüger
|
abe5ca472c
|
Merge branch 'master' of github.com:icsharpcode/NRefactory
|
14 years ago |
Siegfried Pammer
|
3bfbb53b57
|
move find references to background thread + multi-threading + IObservable + async
|
14 years ago |
Daniel Grunwald
|
7622629ea7
|
Add properties to CSharpAstResolver.
|
14 years ago |
Daniel Grunwald
|
50e9489c07
|
Add support for simple context actions.
|
14 years ago |
Daniel Grunwald
|
9d7bdd0cf8
|
Allow creating an IObservable<> from a function that invokes a callback and signals termination using a Task.
|
14 years ago |
Daniel Grunwald
|
fe8e098a27
|
Fixed some FxCop warnings.
|
14 years ago |
Siegfried Pammer
|
4446aac04b
|
add tag comment tracking
|
14 years ago |
Siegfried Pammer
|
1d418648b3
|
add back F# and C++ Binding
|
14 years ago |
Siegfried Pammer
|
2003389db9
|
make PInvoke.addin a sample
|
14 years ago |
Siegfried Pammer
|
c5f4bb7fdb
|
add back
- HexEditor
- UDC
- HelpViewer
- FiletypeRegisterer
|
14 years ago |
Daniel Grunwald
|
104811c874
|
Implemented Ctrl+Click -> Go to definition.
|
14 years ago |
Daniel Grunwald
|
cf8da3c94d
|
Add C# context actions to AddInTree.
|
14 years ago |