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
Matt Ward
225ec195fb
Allow missing projects to be removed from solution.
...
Remove menu item is now enabled for a missing 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
Peter Forstmeier
cf080f1140
Remove obsolete Files
13 years ago
Peter Forstmeier
e2f66561ab
CompilerMessageView.cs reacts on new OnPropertyChange from FontSize and Font family
13 years ago
Peter Forstmeier
1bb5b78228
OnPropertyChanged
13 years ago
Daniel Grunwald
259b5ba111
Merge branch 'user-defined-operators' of git://github.com/erik-kallen/NRefactory
13 years ago
Daniel Grunwald
056a45df44
Fix a bug with type inference for nullables.
...
Simplify away the unnecessary portion of Mike's fix in df57e1d
, and add an additional test for it.
13 years ago
Daniel Grunwald
6c62a05f10
Fix crash in ConvertToInitializer context action.
13 years ago
Peter Forstmeier
66d294ccd0
Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNR
13 years ago
Peter Forstmeier
f0ef718865
Remove dependency to System.Drawing.Font.
...
DefaultFont is stored as two Property's (FontSize and FontFamily)
13 years ago
Matt Ward
0089d00bb8
Always show package sources in Available and Updates tab.
...
Do not hide the package sources combo box in the Manage Packages dialog
when only on package source is defined.
13 years ago
Matt Ward
1a6dc15c98
Remove All from package source combo box when only one source.
...
Disabled package sources were being counted when deciding whether to add All
to the combo box in the Manage Packages dialog.
13 years ago
Matt Ward
199c8059b4
Show package sources drop down in updated packages tab.
...
Allow user to choose which package source when looking for updated packages.
13 years ago
Matt Ward
231cde5e9e
Fix disabled package sources being used in Manage Packages dialog.
...
Selecting All in the package source list was searching across all package
sources including disabled ones.
13 years ago
Mike Krüger
9acb174b5e
Changed directory name 'Mono.Cecil' to 'cecil' - that makes it easier
...
to set up nrefactory with the cecil git version.
13 years ago
Mike Krüger
df57e1dad2
Fixed bug in type inference.
13 years ago
Mike Krüger
cb54c370bd
[Completion] Filtered shadowed members in parameter completion.
13 years ago
Mike Krüger
1d32c620f3
Added support for explicit optional parameters.
13 years ago
Daniel Grunwald
64ce9a7f6f
AvalonEdit IME: Fix crash on threadMgr.SetFocus(null); in 64-bit process.
13 years ago
Daniel Grunwald
64b8217fb0
Don't produce NegativeRelationalExpressionIssue inside operator declarations
13 years ago
Daniel Grunwald
e1471c0a8d
ParameterNotUsedIssue: add heuristic that prevents false positives for event handler methods when the event is registered in designer-generated code.
13 years ago
Daniel Grunwald
8e03cfeeb4
CallToVirtualFunctionFromConstructorIssue: avoid false positive when the call appears in an anonymous method
13 years ago
Daniel Grunwald
ca103100c6
Merge some bugfixes from SharpDevelop to NRefactory.
13 years ago
Daniel Grunwald
f1b2220314
Change ContextActionsPopup, ContextActionsBulbPopup and the HiddenDefinition popup to open/close as the parent TextArea gains/loses focus.
...
Move ChangeMarkerMargin and related classes into own folder.
Remove C#-specific hack from HiddenDefinitionRenderer.
Do not return null from CreateHighlighter().
13 years ago
Daniel Grunwald
e9d03395a3
Update the type system when files get removed from the project.
13 years ago