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
Daniel Grunwald
a3ff017e9e
When a simple-name refers to an instance field in the current class, set TargetResult=new ThisResolveResult().
14 years ago
Daniel Grunwald
5eb2d97b33
Register parsed files in project content.
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
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
383c5a24a8
Merge branch 'master' of github.com:icsharpcode/SharpDevelop into newNR
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
PeterForstmeier
5a10682e8e
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
14 years ago
PeterForstmeier
3d08e8bd6d
Tooltip's in DependencyMatrixControl, enhance CellSize in MatrixControl and Font in left and Top TreeView
14 years ago
Matt Ward
613e4d3315
Fix JavaScript not being highlighted inside script tag with type='text/javascript'
14 years ago
Daniel Grunwald
aad6b09467
Update string resources.
14 years ago
Daniel Grunwald
e4c4a81eb7
Don't crash when trying to decode invalid attribute/secdecl blobs.
14 years ago
PeterForstmeier
6a0830f1a6
Small changes in NodeDescription.xaml, remove debug code
14 years ago
Matt Ward
fd533a25e1
Add JavaScript addin to main solution and installer.
14 years ago
Matt Ward
7689d58b09
Merge branch 'javascript'
14 years ago
Matt Ward
212dac921a
Fix underscores in a filename being treated as a shortcut in the Windows menu.
14 years ago
Siegfried Pammer
db5dc2d348
change metrics counting: now we are counting no longer the usages but the distinct references: string M(string s) { return s.ToLower; } has only one reference to System.String.
14 years ago
Siegfried Pammer
2b56c5d934
fixing some exceptions while loading and analyzing assemblies
14 years ago
Matt Ward
4e122253b1
Use the JavaScript icon when displaying JavaScript files in the project browser.
14 years ago
Siegfried Pammer
593fb49c77
fix assembly resolver bugs
14 years ago
Siegfried Pammer
33e6eb9a32
fix position of "please select an assembly" text
14 years ago
Matt Ward
ef0bc3d267
Fix unit tests for JavaScript addin.
14 years ago
Matt Ward
f81a4aa14f
Fix highlighting of JavaScript regular expressions.
14 years ago
Matt Ward
117aaf90db
Highlight comments in JavaScript with green instead of grey.
14 years ago
Matt Ward
77006d6c07
Merge branch 'master' of github.com:icsharpcode/SharpDevelop into javascript
14 years ago
Matt Ward
f0777e7e70
Add empty CSS and JavaScript file templates.
14 years ago
Matt Ward
60811b8312
Fix MVC projects not being displayed when run with IIS.
14 years ago
Siegfried Pammer
a8cb5a0389
fix CQA in Setup/Files.wxs
14 years ago
Siegfried Pammer
1a13af3603
fix setup
14 years ago