Daniel Grunwald
|
9771b6db8f
|
Fix icsharpcode/NRefactory#33: Determining if a ThisResolveResult represents this. or base.
|
14 years ago |
Daniel Grunwald
|
5802f18c4a
|
Add support for inspectors.
|
14 years ago |
Daniel Grunwald
|
5e58218a22
|
Merge NRefactory commit 'a3ced27e3e0515d4192e49318f2d24ec9f11fcd1' into SharpDevelop newNR branch.
|
14 years ago |
Daniel Grunwald
|
a3ced27e3e
|
Simplified several inspectors. Includes some minor bugfixes.
|
14 years ago |
Mike Krüger
|
61d6c02a6d
|
Fixed loop variable bug.
|
14 years ago |
Daniel Grunwald
|
8d0abbe870
|
Fix icsharpcode/NRefactory#30: Target of extension method invocation
|
14 years ago |
Daniel Grunwald
|
d4dd1648e8
|
Implemented the new options for overridden members in FindReferences.
|
14 years ago |
Mike Krüger
|
3336a43382
|
Fixed redundant this inspector.
|
14 years ago |
Mike Krüger
|
df285ae264
|
Merge branch 'master' of github.com:icsharpcode/NRefactory
|
14 years ago |
Mike Krüger
|
efa4b0b576
|
Added more inspectors.
|
14 years ago |
Daniel Grunwald
|
6bcc5661e8
|
Use <ReferenceOutputAssembly>false</ReferenceOutputAssembly> for build-order dependencies.
|
14 years ago |
Daniel Grunwald
|
08a54ec770
|
Expose the <ReferenceOutputAssembly> setting in the SharpDevelop UI.
|
14 years ago |
Daniel Grunwald
|
ac49370486
|
Simplify ConditionalToNullCoalescingInspector using pattern matching.
|
14 years ago |
Mike Krüger
|
c3feace3a4
|
Merge branch 'master' of github.com:icsharpcode/NRefactory
|
14 years ago |
Mike Krüger
|
141829a1ed
|
Started inspection API.
|
14 years ago |
Daniel Grunwald
|
eab8372365
|
Fixed resolver crash when resolving the arguments of an ObjectCreateExpression with unresolved type (e.g. due to missing using).
|
14 years ago |
Daniel Grunwald
|
2e40a3483b
|
FindReferences: API idea for new options
|
14 years ago |
Daniel Grunwald
|
b3acaaf40e
|
Added support for specialized members to InheritanceHelper.GetBaseMember().
|
14 years ago |
Daniel Grunwald
|
777be39cca
|
Rewrite of the substitution logic in SpecializedMember.
Specializing an already-specialized member now produces the same result as performing the two specializations in a single step.
|
14 years ago |
Mike Krüger
|
7474cdb8b6
|
Fixed member reference expression bug.
|
14 years ago |
mike
|
afbf9c9624
|
Fixed for variable initializer name context.
|
14 years ago |
Mike Krüger
|
af6c3b291e
|
Updated mcs.
|
14 years ago |
Daniel Grunwald
|
654b09a84d
|
Add IParser.CreateCompilationForSingleFile to improve editing files outside of projects.
Fix build errors in unit tests.
|
14 years ago |
Daniel Grunwald
|
f3e426468a
|
Improve the code completion triggering logic.
|
14 years ago |
Daniel Grunwald
|
bf8780cd6e
|
Merge NRefactory commit 'bf42e08dd4f4e0caace5bf00029936241198c320' into SharpDevelop newNR branch.
|
14 years ago |
Daniel Grunwald
|
bf42e08dd4
|
Add support for IReadOnlyList<T>.
|
14 years ago |
Daniel Grunwald
|
e213758ec7
|
Replace LazyInit.ReadBarrier() with LazyInit.VolatileRead().
|
14 years ago |
Siegfried Pammer
|
a12720bd17
|
implement TagComment parser and resolver for XAML
|
14 years ago |
Mike Krüger
|
1713776db3
|
Fixed warnings.
|
14 years ago |
Mike Krüger
|
be4e8bb34e
|
Added function to get the word segment at caret position.
|
14 years ago |
Mike Krüger
|
af7cccffaa
|
Merge branch 'master' of github.com:icsharpcode/NRefactory
|
14 years ago |
Daniel Grunwald
|
e1cb442ee6
|
Fixed editor crash introduced in 02f6c64 .
|
14 years ago |
Daniel Grunwald
|
c3ca1f1754
|
ILineTracker.ChangeComplete
|
14 years ago |
mike
|
54b3baee81
|
Fixed possible null reference exception.
|
14 years ago |
mike
|
f78b052fb1
|
Fixed bug in override completion.
|
14 years ago |
Daniel Grunwald
|
b7a6c3164b
|
Adjust unit test to changed CollapsedLineSection behavior.
|
14 years ago |
Daniel Grunwald
|
f22f0bab38
|
Add back accidentally deleted resource string.
|
14 years ago |
Daniel Grunwald
|
02f6c641cf
|
AvalonEdit: Fixed issue that caused the collapsed line state in the HeightTree to become inconsistent with the state in the folding manager.
This bug was causing strange scrolling behavior when a file with collapsed folding sections got reloaded due to external changes.
|
14 years ago |
PeterForstmeier
|
02184b1b64
|
Convert hard coded text to StringResources in DebugOptions
|
14 years ago |
Matt Ward
|
e8c1b5f2de
|
Add CodeQuality project to SharpDevelop.Tests solution.
|
14 years ago |
Daniel Grunwald
|
36d81d4545
|
Cache the solution snapshot.
|
14 years ago |
Matt Ward
|
175649ed03
|
Use IronRuby built from source so it uses the same Microsoft.Scripting assemblies as IronPython to fix MissingMethodException.
|
14 years ago |
Daniel Grunwald
|
2d0d4433f0
|
Fix NullReferenceException in Process.GetCurrentExecutingFrame
|
14 years ago |
Daniel Grunwald
|
4d8910a68d
|
Update to Mono.Cecil 0.9.5-73-ga5ffcc0
|
14 years ago |
Daniel Grunwald
|
7be447d7e6
|
Includes files with BuildAction=Page in project content.
|
14 years ago |
Daniel Grunwald
|
568f8b2d58
|
Adjustments to AvalonEdit unit tests.
|
14 years ago |
Daniel Grunwald
|
39d91dad79
|
Simplify HighlightingColorizer by supporting only a single TextView per colorizer instance; and by exposing the HighlightingStateChanged callback as an event.
Move the HighlightedLine merging logic into AvalonEdit.
|
14 years ago |
Siegfried Pammer
|
c0a13242a2
|
implement XamlParser
|
14 years ago |
Daniel Grunwald
|
7fed1f99e4
|
Fix compiler warning.
|
14 years ago |
Daniel Grunwald
|
82acae343b
|
Fix NullReferenceException in MSHelpSystem.BrowserScheme.DocumentCompleted
|
14 years ago |