Daniel Grunwald
|
3c64a767dd
|
Show description in issue options.
|
14 years ago |
Daniel Grunwald
|
51c28dc006
|
Add EnhancedScrollBar.
|
14 years ago |
Daniel Grunwald
|
5e1642ebd2
|
Add IssueOptions panel.
|
14 years ago |
Siegfried Pammer
|
bd32925e07
|
implement XamlSymbolSearch
|
14 years ago |
Daniel Grunwald
|
a45a631ad4
|
Add options dialog for context actions.
|
14 years ago |
Daniel Grunwald
|
067866b210
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop into newNR
|
14 years ago |
Daniel Grunwald
|
6f6a97acca
|
Move listbox/listview styles that highlight the focus instead of the selection to GlobalStyles.
|
14 years ago |
Siegfried Pammer
|
67bf64d371
|
fix http://community.sharpdevelop.net/forums/p/14605/38878.aspx#38878
|
14 years ago |
Daniel Grunwald
|
541497a978
|
Implemented support for issue providers and quick fixes.
|
14 years ago |
Daniel Grunwald
|
cfe7ae8dad
|
Adjust SharpDevelop to new context actions API.
|
14 years ago |
Daniel Grunwald
|
3b54e2665c
|
Merge NRefactory commit 'e54b06b3be07cbc97e2d81f0eda86516454d109b' into SharpDevelop newNR branch
|
14 years ago |
Daniel Grunwald
|
e54b06b3be
|
Disable the failing unit tests.
|
14 years ago |
Daniel Grunwald
|
cb15d5418d
|
Move ContextActions UI to AvalonEdit.AddIn.
|
14 years ago |
Mike Krüger
|
6ef14c2c78
|
Added documentation for issue severity.
|
14 years ago |
Mike Krüger
|
acfcf370ef
|
Changed the ContextAction/Inspector API.
|
14 years ago |
Daniel Grunwald
|
3915a4ccb1
|
Add IsEligibleExtensionMethod to public API.
|
14 years ago |
Mike Krüger
|
82af219dac
|
Added TranslateString method to the context.
|
14 years ago |
Mike Krüger
|
ddc74b3742
|
[UnitTests] Track API changes.
|
14 years ago |
Mike Krüger
|
615248ea53
|
Renamed InspectionIssue to CodeIssue.
|
14 years ago |
Mike Krüger
|
436eab7889
|
Corrected name token start/end node calls.
|
14 years ago |
Mike Krüger
|
974879b3fa
|
Applied sharpdevelop formatting style.
|
14 years ago |
Mike Krüger
|
b41059f454
|
Added check for links in the context action tests.
|
14 years ago |
Mike Krüger
|
16ea65ad95
|
Started to implement tests for the inspectors.
|
14 years ago |
mike
|
66dfd28e0d
|
Fixed context action tests.
|
14 years ago |
mike
|
8e66275c97
|
Fixed unit test.
|
14 years ago |
Mike Krüger
|
b6ad6d443a
|
RedundantUsingInspector: visit simple type.
|
14 years ago |
mike
|
bf71bafe3b
|
Implemented redundant using inspector.
|
14 years ago |
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
|
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
|
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 |
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 |