Daniel Grunwald
|
3bbc3f6b6d
|
Fixed NullReferenceException in MethodGroupResolveResult.ResolveInvocation().
Implemented resolving local variables that are declared as 'const'.
|
15 years ago |
Daniel Grunwald
|
fb8d152fcf
|
Fixed deserialization of XmlDocumentationProvider.
|
15 years ago |
Daniel Grunwald
|
153c30704a
|
Reimplement DomPersistence.
Get rid of some compiler warnings about obsolete members.
|
15 years ago |
Daniel Grunwald
|
0ad0b46621
|
Merge NRefactory 'b1804fd9df13d063830207a14cb4a1f0902c06a3' into SharpDevelop (newNR branch)
|
15 years ago |
Daniel Grunwald
|
8e0e63dc9e
|
Use referenced assemblies in type resolve context.
|
15 years ago |
Daniel Grunwald
|
dafc2c6e2f
|
Add back ResolverService.Resolve(); and use it to implement tool tips.
|
15 years ago |
Daniel Grunwald
|
56ae9d8533
|
Add back ResolverService.Resolve(); and use it to implement tool tips.
|
15 years ago |
Daniel Grunwald
|
d5b4d798b7
|
Merge branch 'master' into newNR
|
15 years ago |
Daniel Grunwald
|
dfef26e0b0
|
Merge branch '4.1' into master (4.2)
|
15 years ago |
Daniel Grunwald
|
d4e36711ec
|
Run LoadSolutionProjectsThread when a solution is being opened.
|
15 years ago |
Daniel Grunwald
|
f7fe2272fe
|
Add AssemblyName to IProjectContent.
|
15 years ago |
Daniel Grunwald
|
6d9b2dd4a2
|
Add AssemblyName to IProjectContent.
|
15 years ago |
Daniel Grunwald
|
b1804fd9df
|
Add position-checking unit test to NRefactory.
|
15 years ago |
Daniel Grunwald
|
9d0e6ae0f8
|
Resolver: added support for collection initializers and nested object initializers.
|
15 years ago |
Daniel Grunwald
|
da92bc45f2
|
Fix crash when serializing SimpleProjectContent.
Add failing unit test for an attribute section with two attributes.
|
15 years ago |
Siegfried Pammer
|
37516c1a01
|
disable ReferenceNode, ReferenceFolder and other node actions in Project Browser if project is readonly
|
15 years ago |
Daniel Grunwald
|
f4bd8757e1
|
Initial implementation of CSharpAmbience.
|
15 years ago |
Daniel Grunwald
|
38fd088674
|
Initial implementation of CSharpAmbience.
|
15 years ago |
Daniel Grunwald
|
fa7e478101
|
newNR: fixed build errors in AvalonEdit.AddIn and CSharpBinding.
|
15 years ago |
Daniel Grunwald
|
f31bca1de7
|
newNR: fixed build errors in AvalonEdit.AddIn and CSharpBinding.
|
15 years ago |
Daniel Grunwald
|
f9dfd7811c
|
Fix RGB <-> HSV conversion.
|
15 years ago |
Daniel Grunwald
|
4f5fc89e8f
|
Handle FileNotFoundException when file gets deleted/renamed while a background parse operation for that file is starting.
|
15 years ago |
Daniel Grunwald
|
392871bf63
|
Save width+height of floating pad using invariant culture.
|
15 years ago |
Daniel Grunwald
|
aa555cdee6
|
SD-1842: Replace WindowsFormsHost with a custom implementation.
This hopefully fixes SD-1842 - ArgumentException in SetActiveControlInternal (WindowsFormsHost.RestoreFocusedChild)
|
15 years ago |
Daniel Grunwald
|
0b5295f6c1
|
Remove 'dynamic' usage in DebuggerService.HandleToolTipRequest
|
15 years ago |
Daniel Grunwald
|
12d7961e39
|
Add SerializationBinder-support to FastSerializer.
|
15 years ago |
Daniel Grunwald
|
793e35797a
|
Revert patches for SD-1783 (react to "read only" changes).
|
15 years ago |
Daniel Grunwald
|
72744d5e31
|
Fix ILAsmBinding.
|
15 years ago |
Daniel Grunwald
|
a5c93a38e4
|
Adjust resolver to object initializer AST changes.
|
15 years ago |
Eusebiu Marcu
|
abe834ffe2
|
move checking the file read only in later call
|
15 years ago |
Eusebiu Marcu
|
c82b185296
|
fix error when the file is deleted.
|
15 years ago |
Daniel Grunwald
|
87992d3e56
|
Fix build for NRefactory.VB.
|
15 years ago |
Mike Krüger
|
62b9fce4ea
|
Always create ArrayInitializerExpressions.
|
15 years ago |
Eusebiu Marcu
|
c180a154f2
|
fix deleting rows from settings designer
|
15 years ago |
Mike Krüger
|
405e87ef2a
|
Fixed location bug.
|
15 years ago |
Daniel Grunwald
|
36c412d310
|
Allow serializing SimpleProjectContent and parsed C# type references.
|
15 years ago |
Daniel Grunwald
|
769c0ae2e0
|
Allow CecilProjectContent to be serialized. Add FastSerializer to NRefactory.Utils.
|
15 years ago |
Siegfried Pammer
|
aaf34ce6c9
|
fix performance issue when activating MainWindow
|
15 years ago |
Mike Krüger
|
abbf9d661d
|
Used the namedexpression instead of assignment/namedargument
expressions.
|
15 years ago |
Mike Krüger
|
3e99fabb2e
|
Fixed object create expression tests /remove named expression lists
(was an obsolete node).
I tried out the node, but choosed to go with namedexpression +
arrayinitializerexpression because it's semantically the same.
|
15 years ago |
Mike Krüger
|
c373100923
|
Fixed ComplexCollectionInitializer tests.
|
15 years ago |
Mike Krüger
|
3763397da8
|
Introduced namedexpression/namedexpressionlist to handle the
collection initializers better.
|
15 years ago |
Mike Krüger
|
0ecf1fc71e
|
Fixed collection initializer parsing.
|
15 years ago |
Siegfried Pammer
|
86f51556ff
|
update ChangeMarkerMargin when files are committed into the git repository
|
15 years ago |
Siegfried Pammer
|
94dea92156
|
implement display of deletions on line 0 in ChangeMarkerMargin
|
15 years ago |
Siegfried Pammer
|
429f0229b5
|
fix some bugs in ChangeMarkerMargin
|
15 years ago |
Siegfried Pammer
|
6a704fd93a
|
fix displayed text in XamlCodeCompletionItem
|
15 years ago |
Siegfried Pammer
|
7b04a31e22
|
update resources; introduce Global.TextLine
|
15 years ago |
Eusebiu Marcu
|
b6c6535da2
|
fix SD-1269 - Ask to close debugger (or not) while it's running - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1269&PROJID=4
|
15 years ago |
mkonicek
|
432b5c00b1
|
Extend selection (Ctrl+W) now works well with comments.
|
15 years ago |