Daniel Grunwald
|
7884b0ec4e
|
Rename Mono.Cecil -> cecil to match the original repository name.
|
13 years ago |
Daniel Grunwald
|
51675a7180
|
Update to NRefactory 5.3.0-37-g52d116e
|
13 years ago |
Matt Ward
|
135a4730b5
|
Fix build.
|
13 years ago |
Matt Ward
|
cc2cc44463
|
Add FxCop addin.
|
13 years ago |
Daniel Grunwald
|
d5c8a9ce43
|
Add some extension methods for building IComparer<>
|
13 years ago |
Daniel Grunwald
|
7b95ab51d9
|
Delete Boo binding.
Unfortunately we couldn't find a maintainer for this language binding; and we don't have the resources to port it to SharpDevelop 5 ourselves.
|
13 years ago |
Daniel Grunwald
|
52d116ea88
|
Allow calling FindReferences without IUnresolvedFile.
|
13 years ago |
Daniel Grunwald
|
de48eb1b06
|
Fix unit test
|
13 years ago |
Siegfried Pammer
|
e29acc1171
|
remove compile feature from RegExpTk
|
13 years ago |
Siegfried Pammer
|
41beb10d7c
|
add back SettingsEditor addin
|
13 years ago |
Siegfried Pammer
|
171e341b95
|
prevent empty search results from being added to the result list in XamlSymbolSearch
|
13 years ago |
Matt Ward
|
dbdef30715
|
Fix T4 templates using GAC references not in project.
Add FindBestMatchingAssemblyName() taken from GacInterop class
in SharpDevelop 4 into GlobalAssemblyCacheService
|
13 years ago |
Daniel Grunwald
|
7c7a2ad588
|
Fix ArgumentException in StatementsToInitializerConverter.
|
13 years ago |
Peter Forstmeier
|
09b2bf81cc
|
Remove unused Files
|
13 years ago |
Peter Forstmeier
|
8b4f05c4d6
|
ChooseLayoutComboBox.cs, remove StringListEditor, use StringListEditorDialog.xaml.cs
|
13 years ago |
Daniel Grunwald
|
ba484d5a93
|
[OverloadResolution] Don't use specialized parameters of indexers or non-generic methods within generic methods for "more specific formal parameter" check; always use the original parameters like we do with generic methods.
|
13 years ago |
Mike Krüger
|
16c7ed1863
|
Made GuessType methods public.
TODO: Improve this concept/move it to own class.
|
13 years ago |
Mike Krüger
|
0845f3ee03
|
Fixed completion bug.
|
13 years ago |
Mike Krüger
|
1e980caf9f
|
Fixed completion unit tests.
|
13 years ago |
Peter Forstmeier
|
e2e16fa5fe
|
Remove unused Files
|
13 years ago |
Peter Forstmeier
|
1ca86cf0ab
|
add missing file
|
13 years ago |
Peter Forstmeier
|
24be30d385
|
Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNR
|
13 years ago |
Peter Forstmeier
|
9a542d4f67
|
Debugger.AddIn/Options/DebuggingSymbolsPanelXaml.xaml.cs
|
13 years ago |
Matt Ward
|
c4b3aeeec8
|
Add Text Templating addin to installer.
|
13 years ago |
Matt Ward
|
0daa6cf063
|
T4 template now handles project not returning a CodeDomProvider.
Default to using C# code dom provider and add warning to Errors
window instead of failing to pre-processing a template.
|
13 years ago |
Matt Ward
|
e18c799f8d
|
Text Templating addin no longer using WorkbenchSingleton.
|
13 years ago |
Matt Ward
|
52f3bd6c82
|
Fix pre-processed text template not generating a file.
Return code dom provider from C# projects.
|
13 years ago |
Matt Ward
|
3644447a7e
|
Fix null reference exception when opening .txt files.
TextContentCondition now handles files that have no syntax
highlighting defined.
|
13 years ago |
Matt Ward
|
8a52aeb4ab
|
Update Text Templating addin for SharpDevelop 5.
GAC references in text templates are currently not supported
unless they are referenced by the project.
|
13 years ago |
Peter Forstmeier
|
79f974b049
|
Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNR
|
13 years ago |
Peter Forstmeier
|
889305bd9f
|
remove obsolete call to ICSharpCode.SharpDevelop.FileService.CreateFolderBrowserDialog
|
13 years ago |
Peter Forstmeier
|
12e00303ad
|
[Obsolete("Use SD.FileService.BrowseForFolder() instead.")]
Remove obsolete call to CreateFolderBrowserDialog
|
13 years ago |
Matt Ward
|
e879ad63d8
|
Update ignored XML Editor tests.
|
13 years ago |
Matt Ward
|
a9b101632e
|
Update XML Editor solution.
Allow XmlEditor tests to be run on their own separately
from the main SharpDevelop tests solution.
|
13 years ago |
Matt Ward
|
4bbd7f609d
|
Fix Hide XPath Results menu option.
ITextMarkerService is not returned by IViewContent.GetService()
but is available from ITextEditor.
|
13 years ago |
Daniel Grunwald
|
47c78a11a7
|
Merge pull request #134 from erik-kallen/dynamic-methodgroup-of-one
Resolver reports the wrong type when a dynamic call has only one applicable method.
|
13 years ago |
Erik Källén
|
a069866ae9
|
Return ambiguous conversions when no most specific source and/or destination could be found.
|
13 years ago |
Erik Källén
|
f186d27cc9
|
Return a CSharpInvocationResolveResult with the type overridden with Dynamic instead of a converted invocation
|
13 years ago |
Erik Källén
|
32561557df
|
Look at implicit and explicit user-defined conversion operators at the same time when performing an explicit conversion
|
13 years ago |
Erik Källén
|
1888b26a23
|
Merge branch 'upstream_master' into new-user-defined-operator-try
Conflicts:
ICSharpCode.NRefactory.CSharp/Resolver/CSharpConversions.cs
ICSharpCode.NRefactory.Tests/CSharp/Resolver/ExplicitConversionsTest.cs
|
13 years ago |
Daniel Grunwald
|
e29ca30daf
|
More implicit conversion unit tests.
|
13 years ago |
Daniel Grunwald
|
d175871ede
|
Add another explicit conversion test.
|
13 years ago |
Daniel Grunwald
|
c1b2b13b5d
|
Ambiguous conversions don't cause overload resolution to pick a different overload.
|
13 years ago |
Erik Källén
|
a1337bc954
|
A new user-defined operator try
|
13 years ago |
Daniel Grunwald
|
d25d7da199
|
Fix bug in find references that caused us to miss many results.
|
13 years ago |
Daniel Grunwald
|
aad679fd78
|
Fix some code issues.
|
13 years ago |
Daniel Grunwald
|
695d773528
|
UnitTesting: Run "Go to definition" when double-clicking a test.
|
13 years ago |
Daniel Grunwald
|
902f00ee7a
|
Add support for user-defined conversions starting with a constant expression conversion.
|
13 years ago |
Daniel Grunwald
|
7eeb0348fb
|
Attempt that makes all the implicit conversions work
However, it introduces a problem with one of the explicit conversion test cases.
|
13 years ago |
Peter Forstmeier
|
a8e2c54257
|
Rename Files
|
13 years ago |