Daniel Grunwald
e441980154
Fixed parsing "bool.TrueString".
14 years ago
Daniel Grunwald
d44077aa59
Add CSharpAstResolver.GetResolverStateAfter() and fixed an issue with the scanning logic in ResolveVisitor.
14 years ago
Mike Krüger
dce53cb312
Fixed code completion bug.
14 years ago
Mike Krüger
20b94208f1
Took out error message.
14 years ago
Daniel Grunwald
3d21a80e7d
Fixed the ResolveVisitor scanning logic and several related issues.
14 years ago
PeterForstmeier
731dc8870d
Sql Server 2005 is back
14 years ago
Daniel Grunwald
a3ff017e9e
When a simple-name refers to an instance field in the current class, set TargetResult=new ThisResolveResult().
14 years ago
Matt Ward
06677cc8e3
Use fully qualified assembly references for ASP.NET MVC assemblies in project templates.
14 years ago
Siegfried Pammer
c6e87d5b03
remove unused code from ConnectionWizardWindow and properly implement exception handling
14 years ago
PeterForstmeier
620f473b2a
Cleanup
14 years ago
Daniel Grunwald
5eb2d97b33
Register parsed files in project content.
14 years ago
PeterForstmeier
7a340184f8
Database Tools, Fix: http://community.sharpdevelop.net/forums/p/12955/37213.aspx#37213
14 years ago
PeterForstmeier
f02b774342
ToolTip Style in DependencyMatrix
14 years ago
PeterForstmeier
844feec8a9
Debugcode in reporting
14 years ago
Siegfried Pammer
12546f8bd9
fix SD-1772 - Goto dialog: add back using dot notation
14 years ago
Siegfried Pammer
95a5831d6e
fix SD-1808 - Support for typeparam and typeparamref in XML comments
14 years ago
Matt Ward
f607314273
Fix MVC projects not compiling when ViewBag used.
14 years ago
Siegfried Pammer
df86650d68
add missing UndoGroups for CommentRegion and IndentSelection commands
14 years ago
Siegfried Pammer
3b601df39b
implement a version check in the SQLServerDatabaseDriver. Versions 2000 and 2005 are no longer supported.
14 years ago
Daniel Grunwald
4d20ce3ee9
Fix build.
14 years ago
Daniel Grunwald
b4003145b3
Add MethodGroupResolveResult.GetEligibleExtensionMethods() method.
14 years ago
Mike Krüger
5838210ba7
Fixed parser exception.
14 years ago
Mike Krüger
510d58a28b
Fixed parameter test case.
14 years ago
Mike Krüger
440bc4f305
Fixed assertion error.
14 years ago
Mike Krüger
8b32926d67
Fixed const field access.
14 years ago
Mike Krüger
802cd23697
Fixed "assertion problem". Failed code was:
...
--------------------------------
using System;
using System.Collections.Generic;
namespace MyApp
{
public interface ISubject<T>
{
}
public class Test<T,TRight,TLeft>
{
public void Foo (IObserver<T> observer)
{
var rightSubs = new List<ISubject<TRight>> ();
var rightVals = new List<TRight> ();
Observer.Create<TLeft> (v => {
ISubject<TRight> rsub = new ReplaySubject<TRight> ();
foreach (var r }, () => sub.OnCompleted ());
}
}
}
------------------------------------
14 years ago
Matt Ward
8a98d652cb
Add F# project and file template icons by Michael Seeger.
14 years ago
Siegfried Pammer
240870f897
fix potential null reference in WindowsDebugger.JumpToCurrentLine
14 years ago
Mike Krüger
e7833ba973
Added some more naming contexts.
14 years ago
Mike Krüger
3a4eeb49fa
Merged with monodevelop engine.
14 years ago
Mike Krüger
d88c793032
Fixed bug in RemoveBackingStore context action.
14 years ago
Mike Krüger
e7ee62fc40
Fixed resolve at location for object create expressions.
14 years ago
Mike Krüger
9a96b02042
Fixed using context/ added unit test for try ... catch case.
14 years ago
Mike Krüger
22f7e30678
Take correct type for override completion.
14 years ago
Daniel Grunwald
9f1f9a8718
Fix SD-1886 - Renaming multiple controls in forms designer causes crash with data loss
...
Fixed ParseableFileContentFinder to use the latest version of files opened in secondary view contents.
We were only looking at primary view contents and ignoring secondary view contents, so the rename operation was looking at the old version of the Designer.cs file.
14 years ago
Daniel Grunwald
93ef75cb25
ProjectBrowserPad: Clear PropertyContainer when closing the solution.
...
This avoids retaining the solution in memory until another solution is opened.
14 years ago
Daniel Grunwald
6252752134
Mark MachineSpecifications as preinstalled addin.
14 years ago
Daniel Grunwald
383c5a24a8
Merge branch 'master' of github.com:icsharpcode/SharpDevelop into newNR
14 years ago
Siegfried Pammer
6088f7426c
fixed http://community.sharpdevelop.net/forums/t/14458.aspx
14 years ago
Daniel Grunwald
abfd457723
Merge branch 'master' of github.com:icsharpcode/SharpDevelop into net45
14 years ago
Mike Krüger
f931cf0b3f
Added some null checks.
...
Mcs can now parse much more "invalid" expressions & statements.
14 years ago
Mike
2cfed41833
Fixed primitive type keywords.
14 years ago
Mike
7df3367870
Guard against storing the resolve result for variable name token twice
...
in foreach statement.
14 years ago
Mike
bd39c22cc3
Removed some debug messages.
14 years ago
Mike
4e801c8d99
Fixed tuple parameter index.
14 years ago
Mike Krüger
1dab608880
Added some null checks.
14 years ago
Mike Krüger
335fe9493d
Updated mcs.
14 years ago
Mike Krüger
6a85f2a5e3
Fixed AST builder.
14 years ago
Mike Krüger
c33bc0fd8c
Fixed assembly attribute location.
...
The fix isn't very clean - but the structure is built that way, would
be cleaner if it would be represented as Container.
14 years ago
Siegfried Pammer
5e18c7a6b7
add colored tooltips to MatrixControl
14 years ago