Mike Krüger
1146033e64
Fixed get extension method call.
14 years ago
Daniel Grunwald
58d7ac0ee6
Improved ToString() for methods.
14 years ago
Daniel Grunwald
5592e889ab
Fixed bug when passing an extension method as a method group to a generic function.
14 years ago
Daniel Grunwald
cc35fcc606
Revert f01a4b2 and 58c4ec8.
...
Fixed small issue in CSharpResolver.GetExtensionMethods: when type parameters are provided explicitly, use the specialized method for the eligibility check.
14 years ago
PeterForstmeier
bebce53958
re implement TextBoxEditMode in OptionPanels/ProjectOptions/OptionsHelper.cs - BrowseForFolder
14 years ago
Daniel Grunwald
b0367b735a
TextRunProperties: Add setter for TypographyProperties and NumberSubstitution.
14 years ago
Mike Krüger
0a7fdcd833
[CodeCompletion] No longer show static enum members on enum types
...
(even if the call is theoretical valid).
14 years ago
Mike Krüger
58c4ec8010
[Resolver] Fixed type inference use case.
...
Daniel: The fix may not be correct - it's hard to tell which side
effects that change will cause.
14 years ago
Mike Krüger
c7de3dabcb
[CodeAction] Fixed getter/setters of the implemented
...
interface/abstract class properties & indexers.
14 years ago
Mike Krüger
4f70f16149
[CodeActions] Implemented abstract members action/Improved implement
...
interface action & fixed unit tests.
14 years ago
PeterForstmeier
dcd40d0443
Remove AnalysisProjectOptions from Optionpanels , rename to old_AnalysisProjectOptions
14 years ago
PeterForstmeier
e4a0c08d90
AnalysisProjectOptionsPanel
14 years ago
Mike Krüger
1863ed6f16
[CodeAction] Implement interface now tends to implement the more
...
specialized members non explicit.
14 years ago
Mike Krüger
286091be90
[CodeActions] Finished first implement interface implementation.
14 years ago
Mike Krüger
a4344c8737
Checked for possible null refrence exception.
14 years ago
Mike Krüger
461d5dabd0
[Completion] Fixed completion bug.
14 years ago
Mike Krüger
d4209d09dd
[CodeAction] Fixed extract method unit test.
14 years ago
Mike Krüger
4a5d1e851b
[CodeAction] Fixed most extract method tests.
14 years ago
PeterForstmeier
b0dd16be57
Remove unused PropertyChangedEvents
14 years ago
Matt Ward
f02f880254
Fix strongly typed ASPX views not working with default MVC project templates.
14 years ago
Mike Krüger
2c98a2c8f2
[Completion] Filter out System.Void type
14 years ago
Erik Källén
3963b40a4e
Fix
14 years ago
Erik Källén
0bc0d09007
Failing test.
14 years ago
Mike Krüger
cf69275dd3
[Completion] Fix enum method list.
14 years ago
Mike Krüger
f01a4b2c8d
[Resolver] Interfere extension method type arguments from the target
...
type if no parameter is given.
14 years ago
Mike Krüger
62283e2640
[TypeSystem] Made error message more verbose.
14 years ago
Mike Krüger
68aa35aed5
[Ast] Added MemberNameToken property for pointer reference
...
expressions.
14 years ago
PeterForstmeier
e009596f6e
Set MixedMode by adding Tuple to RuleState
14 years ago
PeterForstmeier
0efffa09d5
Active SectionRendering in Samples
14 years ago
PeterForstmeier
49e09b7f5c
Icon in DataTemplate
14 years ago
Daniel Grunwald
e62a04692b
Fixed resolving compile-time operations on enum types with an underlying type smaller than int. (always use unchecked context for the cast back to enum)
14 years ago
Daniel Grunwald
459a2ef9f5
Fixed bug resolving indexer parameter declarations (was introduced with #66 [ 9476183]).
14 years ago
Daniel Grunwald
807e9c5fce
Allow multiple occurrences of UnknownError.
14 years ago
Daniel Grunwald
0aa37bcf44
Add lazy-loading support to CecilLoader.
14 years ago
Daniel Grunwald
5f6f27434b
Merge pull request #70 from erik-kallen/DynamicResolveResults
...
ResolveResults for dynamic expressions
14 years ago
Daniel Grunwald
a7816c2f51
Fixed handling of user-defined conversions between primitive types.
...
Closes icsharpcode/NRefactory#68 .
14 years ago
PeterForstmeier
c0365b6e7a
DataTemplateSelector in Analysis/CodeAnalysis/Src/AnalysisProjectOptionsPanelXaml.xaml
14 years ago
Siegfried Pammer
76b4fe6179
fix http://community.sharpdevelop.net/forums/p/15982/42766.aspx#42766 - Attach to Process and command “Step over”
...
Conditions were wrong if debugger was attached, but no solution opened.
14 years ago
Siegfried Pammer
28047a4407
fix SD-1910 - IME support crashes when caret is in virtual space
14 years ago
Mike Krüger
8a80ae0375
[Completion] Added pointer reference completion.
14 years ago
Mike Krüger
2de50218e7
Fixed failing unit test.
14 years ago
Erik Källén
0bf9891a8e
ResolveResults for dynamic expressions
14 years ago
Siegfried Pammer
58bcbca3a7
improve error message if accessing the performance counters fails
14 years ago
Siegfried Pammer
11139068ad
fix profiler startup exception if performance counters are broken
14 years ago
Daniel Grunwald
4b7ce7936e
Remove NR4 files from NR5 (left over from master->newNR merge)
14 years ago
Daniel Grunwald
77283dc2f1
Merge minor changes from SharpDevelop repository (mostly additional documentation for ResolveResults).
14 years ago
Daniel Grunwald
2b41cda674
Simplify Demo app.
14 years ago
Daniel Grunwald
0c1ab952ce
Add preload thread.
14 years ago
Daniel Grunwald
0788d1bbff
[WIP] Started porting forms designer to NR5
14 years ago
Daniel Grunwald
5d2fee1b90
Add CompilerSettings class instead of using the one from Mono.CSharp.
...
Added ResolveResult-treeview to NR.Demo.
14 years ago