Daniel Grunwald
|
23cad81544
|
Add IAddInTree to ICSharpCode.Core to allow mocking BuildItems() calls.
|
14 years ago |
Daniel Grunwald
|
9ab4031e9f
|
Fix some issues in the unit testing AddIn.
|
14 years ago |
Daniel Grunwald
|
60607bcc65
|
Fix icsharpcode/NRefactory#86: method declaration with attributes fails to resolve since 2926e24.
|
14 years ago |
Daniel Grunwald
|
7d5f1e0885
|
Make CecilResolvedAttribute.DecodeBlob() more robust.
Avoid exception when arguments types are unavailable and return ErrorResolveResult instead.
|
14 years ago |
PeterForstmeier
|
dd4ce327d9
|
cleanup
|
14 years ago |
PeterForstmeier
|
26dfdc57e8
|
Change namespace from MattEverson to ICSharpCode
|
14 years ago |
Erik Källén
|
2426d1eca6
|
Rename method ExpandQueryExpression to ExpandQueryExpressions.
|
14 years ago |
Matt Ward
|
a19fc84b42
|
Fix invalid IIS Express command line arguments when a project name has a space character.
|
14 years ago |
PeterForstmeier
|
8d58023fbf
|
Cleanup
|
14 years ago |
PeterForstmeier
|
b4c10698db
|
StyleCop AnalysisIdeOptionsPanelXaml.xaml.cs
|
14 years ago |
Erik Källén
|
0deb852e6d
|
Report parameter instead of its name token in the result map, unpack parenthesized expressions.
|
14 years ago |
Mike Krüger
|
40b8ce58d2
|
[CodeIssues] Converted IgnoreConstructors to a property.
|
14 years ago |
Mike Krüger
|
0eaf61ea30
|
[Completion] Fixed wrong delegate signature.
|
14 years ago |
Mike Krüger
|
99de4e1221
|
Updated mcs.
|
14 years ago |
Erik Källén
|
b0f16b2c6f
|
Test to ensure that range variables are not in scope for join equals expression, renamed method.
|
14 years ago |
Erik Källén
|
40266d130e
|
Inherit QueryExpressionExpander from DepthFirstAstVisitor.
|
14 years ago |
Daniel Grunwald
|
2926e24dcf
|
C# type system convert visitor: do not include attributes in IEntity.Region
|
14 years ago |
Daniel Grunwald
|
e83d77a885
|
Ignore redundant 'this' in constructors.
|
14 years ago |
Daniel Grunwald
|
7db1cbe11e
|
Merge NRefactory changes from SharpDevelop repository:
- Add CecilLoader.OnEntityLoaded callback
- Fixed thread-safety of lazy-loaded cecil type system.
- Add AstNodeCollection.AcceptVisitor method
|
14 years ago |
Daniel Grunwald
|
569d7730e5
|
Fixed printing from print preview using different settings than those used for generating the preview.
|
14 years ago |
Erik Källén
|
cb034bd41d
|
Implemented QueryExpressionExpander.
|
14 years ago |
Daniel Grunwald
|
5dacab6a80
|
Highlight active parameter in method insight.
|
14 years ago |
Mike Krüger
|
23d282d884
|
[Completion] Only check browsable attribute inside the same assembly.
|
14 years ago |
Mike Krüger
|
a08bde615a
|
Fixed tests.
|
14 years ago |
Mike Krüger
|
5418c1cadd
|
[NRefactory] Removed Browsable Attribute from GetEditorBrowsableState
- that attribute should not affect completion, only design time
editors.
|
14 years ago |
Mike Krüger
|
6575de9f79
|
[Completion] Moved the browsable check helper methods to nrefactory.
The browsable state is a .NET feature and not C# specific.
|
14 years ago |
Mike Krüger
|
8dc6911609
|
[Completion] Generalized browsable state method.
|
14 years ago |
Mike Krüger
|
bea810b157
|
[Completion] Recognized browsable attributes / streamlined completion
API a bit.
|
14 years ago |
Mike Krüger
|
c60e01e3f6
|
[Completion] Show synthetic members again.
|
14 years ago |
Daniel Grunwald
|
3c507ab423
|
Implement method insight.
|
14 years ago |
Daniel Grunwald
|
15f93629d5
|
Implemented override-completion.
|
14 years ago |
Daniel Grunwald
|
5550cb7e12
|
Update NRefactory
|
14 years ago |
Daniel Grunwald
|
56114fe865
|
Simplify ImplementInterfaceAction by using the TypeSystemAstBuilder.
|
14 years ago |
PeterForstmeier
|
e3b67bf27d
|
StyleCop - AnalysisProjectOptions
|
14 years ago |
Daniel Grunwald
|
ecf6c67f8f
|
HACK: avoid crash in multiline comments where the parser returns incorrect comment.Content
|
14 years ago |
Daniel Grunwald
|
9a968de501
|
Introduce AstNodeCollection.AcceptVisitor() to simplify CSharpSemanticHighlighter.
|
14 years ago |
Daniel Grunwald
|
f877fdf87b
|
Fix crash in semantic highlighter when highlighting a method call with explicitly provided type arguments.
|
14 years ago |
Daniel Grunwald
|
519dc12eda
|
Add IsKnownType() extension method.
|
14 years ago |
Mike Krüger
|
58fea5211e
|
[Completion] Added more synthetic member checks/added forgotton
accessible check for nested types.
|
14 years ago |
Daniel Grunwald
|
803d9c9f92
|
Fixed bug in HighlightedLine.MergeWith().
|
14 years ago |
Mike Krüger
|
40ba86a9d7
|
[Completion] Added some synthetic member checks.
|
14 years ago |
Daniel Grunwald
|
f8629c101c
|
Fix crash when opening LoadSaveOptions.
|
14 years ago |
Daniel Grunwald
|
c331684f59
|
Remove reference to non-existent F# ambience
|
14 years ago |
Daniel Grunwald
|
c924cd6aef
|
Lazy-load the debugger type system.
|
14 years ago |
Daniel Grunwald
|
dfaab95005
|
Adjust debugger test cases to new DefaultResolvedMethod.ToString() implementation.
Enable lazy-loading for the debugger type system.
|
14 years ago |
Daniel Grunwald
|
e1d7f1bf7f
|
Show tooltips on EnhancedScrollBarTrack.
Fixed NullReferenceException when showing tooltip after debugging.
|
14 years ago |
Daniel Grunwald
|
a3534f250d
|
Add INamespace.ContributingAssemblies.
|
14 years ago |
PeterForstmeier
|
775356bcd4
|
StyleCop -> AnalysisProjectOptionsPanel
|
14 years ago |
Daniel Grunwald
|
80dc644829
|
Enable new context actions (Create Local, Extract Field, Implement Interface).
Allow clicking on track adorners.
Don't serialize project content on shutdown when it hasn't changed.
|
14 years ago |
Daniel Grunwald
|
6436a028bb
|
Fixed document service retrieval.
|
14 years ago |