Mike Krüger
|
57d4bd48d0
|
[TypeSystem] UsingScope now uses as operator for casts.
|
13 years ago |
Mike Krüger
|
8305999fcb
|
[TypeSystem] Added default parameter for GetClassTypeReference
typeParameterCount.
|
13 years ago |
Mike Krüger
|
bb6660ea75
|
[TypeSystem] Added TypeReference.Resolve (Compilation) extension
method.
|
13 years ago |
Mike Krüger
|
8c8e6cf52b
|
[Parser] Merged mcs.
|
13 years ago |
Siegfried Pammer
|
039f366cbf
|
Add IME support to AvalonEdit
|
13 years ago |
Matt Ward
|
1dad071f48
|
Create directory for MS Test results file if it does not exist.
Handle MS Test results file not being created.
|
13 years ago |
Matt Ward
|
2c7319f4e0
|
Fix path to MSTest not being set when using browse button in tools options dialog.
|
13 years ago |
Matt Ward
|
da238e118a
|
Add MSTest runner sample addin.
|
13 years ago |
mike
|
49e1b67a3a
|
[Completion] GetParameterCompletionCommandOffset is now
reusable/removed code duplication of GetCurrentParameterIndex.
|
13 years ago |
mike
|
bcb45ff77e
|
[Refactoring] Better use of the text editor options class in the
script node output (output formatter should maybe use the formatting
indent class).
|
13 years ago |
Siegfried Pammer
|
2723154950
|
update version name for RTW
|
13 years ago |
mike
|
ad0ae7afcf
|
[Completion] Improved handling of named parameters.
|
13 years ago |
Daniel Grunwald
|
f38add775c
|
Add a negative margin to the image in the QuickClassBrowser so that it does not cause the ComboBox to expand in height.
|
13 years ago |
mike
|
8722483b59
|
[Formatting] Fixed using alias declarations.
|
13 years ago |
mike
|
5a53174d22
|
[Formatting] Guard against empty changes.
|
13 years ago |
mike
|
73396ed20d
|
Improved named parameter completion case.
|
13 years ago |
mike
|
cff1fb2711
|
[Completion] Fixed member lookup.
|
13 years ago |
mike
|
14ed907155
|
[Formatting] Wrapping is now an intrusive task.
|
13 years ago |
mike
|
570c4d8592
|
Fixed bug in completion.
|
13 years ago |
Mike Krüger
|
8ff1e4c5b0
|
Fixed completion bug.
|
13 years ago |
Matt Ward
|
fe25841b5f
|
Fix XML Tree View editor changing text file line endings to Unix format.
|
13 years ago |
Matt Ward
|
78ab872f81
|
Fix file not found exception when opening an xml document referencing a dtd in the Xml Tree View editor.
|
13 years ago |
Mike Krüger
|
1ade7c4996
|
[Resolver] Fixed using statement.
|
13 years ago |
Siegfried Pammer
|
57f9d9937b
|
fix http://community.sharpdevelop.net/forums/t/15743.aspx - Null reference exception in Watch windows
|
13 years ago |
Siegfried Pammer
|
723ed39a8a
|
fix http://community.sharpdevelop.net/forums/t/15745.aspx - Delete variable in watch window
|
13 years ago |
mike
|
93f0d717fe
|
Fixed completion bug.
|
13 years ago |
mike
|
bc77559aea
|
[Completion] Fixed catch context completion.
|
13 years ago |
Daniel Grunwald
|
c5e470b7af
|
Fixed thread-safety issue when accessing IProjectContent.ReferencedContents.
Fixes InvalidOperationException in XamlCompilationUnit.FindType (crash #240)
|
13 years ago |
mike
|
85230686b7
|
[Completion] Fixed object initializer unit tests.
|
13 years ago |
mike
|
c32e988de6
|
[Completion] Fixed unit test.
|
13 years ago |
Daniel Grunwald
|
65394ce3e0
|
Change folding commands so that they do not require a ParserFoldingStrategy.
This fixes "toggle all foldings" for .xml files.
|
13 years ago |
Daniel Grunwald
|
6699d0bb1d
|
Fixed C# parser crash on invalid unicode escape sequences in string literals.
|
13 years ago |
Daniel Grunwald
|
4fe7c72b16
|
Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest)
|
13 years ago |
Mike Krüger
|
f7fb29804d
|
Implemented better solution for the array initializer workaround hack.
|
13 years ago |
Mike Krüger
|
121c786499
|
Removed duplicate unit test.
|
13 years ago |
Mike Krüger
|
f5b7f574b3
|
[UnitTest] Added failing unit test.
|
13 years ago |
Mike Krüger
|
7bf1b4a850
|
Added some unit tests.
|
13 years ago |
Mike Krüger
|
d9113f32e5
|
[CodeAction] Fixed possible null reference.
|
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
|
89be9aad27
|
[UnitTest] Enabled broken unit test.
|
13 years ago |
Mike Krüger
|
7a69c6544b
|
Fixed Issue #38: Parser Regression in ObjectCreate initialization
|
13 years ago |
Mike Krüger
|
6f1325dea7
|
Fixed Issue #44: The ending TextLocation of an ArrayCreateExpression
is incorrect when the array is initialized with zero elements
|
13 years ago |
Mike Krüger
|
6a45cef6d6
|
Updated mcs.
|
13 years ago |
Mike Krüger
|
ef726be8c9
|
[UnitTests] Disabled broken tests.
|
13 years ago |
Mike Krüger
|
a93372d04e
|
Removed some files that shouldn't be in the repository
|
13 years ago |
Mike Krüger
|
cdd492e4d9
|
Merge pull request #36 from awatertree/master
Formatter issues with if/else statements and // comments
|
13 years ago |
Daniel Grunwald
|
78ca36ef33
|
Update ILSpy to 2.0.0 release
Update NewNRefactory to 5.0.0.6
Update Mono.Cecil to 0.9.5-79-gec8248d
|
13 years ago |
Daniel Grunwald
|
b65f0de5f0
|
Make CreateMemento/SetMemento virtual for compatibility with SD 4.1.
|
13 years ago |
Matt Ward
|
17032166d9
|
Add reference to System.Runtime.Serialization when generating service references.
|
13 years ago |
Siegfried Pammer
|
c28103cce9
|
mark 4.2 RC release + update translations
|
13 years ago |