Daniel Grunwald
7a58188249
Fix MSBuildBasedProject.FindExistingPropertyInAllConfigurations()
13 years ago
Daniel Grunwald
194dcce61d
Add FakeMessageLoop as a fall-back service so that unit tests don't have to instantiate it manually.
...
Improved the ISolution implementation.
13 years ago
mkrueger
3b46fef92b
Fixed bug in redundant field initializer issue.
13 years ago
Daniel Grunwald
7aa8e6c63b
Initial implementation of new ISolution-API.
13 years ago
Peter Forstmeier
cd214611d6
Fix FormattingFixture.cs and DateTimeFunctionsFixture.cs
13 years ago
Peter Forstmeier
d38029db65
Fix test's in FormattingFixture.cs
13 years ago
Peter Forstmeier
90e7ed37d7
Initial add of SharpDevelop Reporting
...
Test#s for DesignerDisplayBinding running
13 years ago
Daniel Grunwald
5ac93c1540
Port most of SharpDevelop to new ISolution API.
13 years ago
Mike Krüger
69d4fd1ff1
RedundantAssignment issue is now more careful when removing
...
invocations.
13 years ago
Mike Krüger
f9bc384c79
Updated mcs.
13 years ago
Erik Källén
0e76cae70d
Fixed stupid thing in the "no conversion in void lambda" test.
13 years ago
Erik Källén
2978af440e
No conversions in body for void lambdas
13 years ago
Erik Källén
4380297cce
Add a ConversionResolveResult to lambda body expressions, if required
13 years ago
Mike Krüger
97838157d7
Fixed some create class declaration issues.
13 years ago
Daniel Grunwald
b88947a4fe
Started refactoring the project service / solution API.
13 years ago
Mike Krüger
35cf4c9b57
Cleaned up code.
13 years ago
Mike Krüger
24a9d7f342
Create class declaration takes now constraints into account.
13 years ago
Mike Krüger
1d82d92ef5
Create class declaration action now uses the naming service to guess
...
the class type.
13 years ago
Mike Krüger
0cabc8818e
Fixed some create class action issues.
13 years ago
Mike Krüger
f700607114
SimplifyAnonymousMethodToDelegateIssues now doesn't touch too complex
...
expressions.
13 years ago
Mike Krüger
916654c166
Fixed async lambda resolve bug.
...
Would be nice to have a newer c# language spec ...
13 years ago
Mike Krüger
efda0c5ecf
Turned off the inactive marking of conditional methods.
...
The method is there - it's in code completion, code completion works
inside the method body etc.
13 years ago
Mike Krüger
06e0d90c1d
Fixed formatting setting.
13 years ago
Mike Krüger
e8031264d9
Fixed wrong formatting style setting.
13 years ago
Mike Krüger
0b44512d15
Added highlighting test for old semantic highlighting bug.
...
(This contains a semantic error)
13 years ago
Mike Krüger
beacbb3d1d
Fixed formatting setting.
13 years ago
Mike Krüger
428eee9ae2
Added more semantic highlighting unit tests.
13 years ago
Mike Krüger
24ffc48dba
Fixed EventDeclaration colors.
13 years ago
Mike Krüger
ac5cf7888e
Fixed semantic highlighting bug & added highlighting unit tests.
13 years ago
Daniel Grunwald
be41187303
Merge remote-tracking branch 'origin/master' into newNR
13 years ago
Peter Forstmeier
6bb341616a
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
13 years ago
Peter Forstmeier
57c02cf767
add more formatting tests
13 years ago
Mike Krüger
5a62fbab6e
Fixed variable declaration color.
13 years ago
Mike Krüger
0bcf543bf1
Improved conditional highlighting.
13 years ago
Mike Krüger
b81ed1cbf8
Renamed delegate declaration color.
13 years ago
Mike Krüger
0b71d52a6b
Merged features from monodevelop semantic highlighting.
13 years ago
Daniel Grunwald
7ed3cf8a5c
Fix infinite loop in WPF designer.
13 years ago
Daniel Grunwald
52e595eb16
Handle IOException (network path not available) in AbstractProject.get_ReadOnly
13 years ago
Daniel Grunwald
a457ec6278
VB code completion: fix bug that caused code completion to omit local variables when typing near the end of a block.
...
http://community.sharpdevelop.net/forums/t/16643.aspx
The VB parser was using the end of the last statement as the EndLocation for the block. This made local variables
declared in that block unavailable when typing another statement at the end of the block.
We now use the location of the 'End' or 'Next' token instead.
13 years ago
Daniel Grunwald
44df039a84
Register new issue classes in AddInTree.
13 years ago
Daniel Grunwald
6a93e919fb
Merge changes from SharpDevelop repository to NRefactory:
...
- SemanticHighlightingVisitor: bugfix
- TextLocation: add TypeConverter
- CecilLoader: remove incorrect FullName implementation (it was broken for generic types)
13 years ago
Daniel Grunwald
bc52a0b8fe
Add Freeze() method to HighlightingColor.
13 years ago
Daniel Grunwald
e51750a232
Use SemanticHighlightingVisitor in CSharpSemanticHighlighter.
13 years ago
Daniel Grunwald
7ca9f3f398
Add missing projects to solution (references for PackageManagement).
13 years ago
Daniel Grunwald
572ff51e3e
Update NRefactory to version 5.3.0-139-g67daa03
13 years ago
Daniel Grunwald
658c1d2c53
C# syntax highlighting: Move contextual keywords into other keyword categories
...
Semantic highlighting will undo the keyword highlighting when the keyword is used as an identifier.
13 years ago
Daniel Grunwald
04c5e7560b
Use custom dialog for assertion failures.
...
The new dialog allows viewing the full stack trace; and ignoring all occurrences of a given assertion.
13 years ago
Daniel Grunwald
67daa03b4f
Add SemanticHighlightingVisitor to NRefactory
13 years ago
Matt Ward
ef5d2930e9
Fix output name in Application settings project panel.
...
The output assembly name was always has the extension of .exe when
the project options is opened.
13 years ago
Mike Krüger
8639ca4d5b
Speeded up document script node formatting.
13 years ago