Mike Krüger
|
7a3e68fb1d
|
[TypeSystem] All attributes from partial method declarations are now
merged.
|
13 years ago |
Siegfried Pammer
|
67b43f86f3
|
improve IME support
|
13 years ago |
Siegfried Pammer
|
4a6d0dae94
|
fix operators in VB Parser - http://community.sharpdevelop.net/forums/t/15791.aspx
|
13 years ago |
Simon Lindgren
|
a300c56147
|
GeneratePropertyAction: Handle fields named like properties by renaming them before creating the property.
|
13 years ago |
mike
|
b9780fbad8
|
[CodeAction] Fixed check if parameter is null bug.
|
13 years ago |
mike
|
75c3a07d24
|
[Formatting] Fixed overlapping change bug.
|
13 years ago |
mike
|
7a03092fac
|
[Completion] Fixed parameter completion for static methods.
|
13 years ago |
Mike Krüger
|
1852a3d43a
|
[Refactoring] Fixed some bugs in create code actions in conjunction
with enums.
|
13 years ago |
Siegfried Pammer
|
7ef19e4d7c
|
fix exception occurring in IME support on AvalonDock layout changes
|
13 years ago |
Siegfried Pammer
|
7b45383ade
|
fix Arithmetic Overflow caused by IME integration
|
13 years ago |
Siegfried Pammer
|
d7f465a361
|
fix http://community.sharpdevelop.net/forums/p/15779/40243.aspx
|
13 years ago |
Mike Krüger
|
d888899482
|
Solution: Set correct indent width.
|
13 years ago |
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 |