Daniel Grunwald
c00a5bf311
Fixed NullReferenceException in CppProject.get_OutputAssemblyFullPath
14 years ago
Daniel Grunwald
9d4c0377e1
Handle UnauthorizedAccessException from trying to read from XmlDoc cache.
14 years ago
Daniel Grunwald
7a5190f7d3
Fix NullReferenceException in DebugMethodInfo.get_IsGenericMethod
14 years ago
Daniel Grunwald
0cdeb1d5f4
Fixed some issues with issue options.
14 years ago
Daniel Grunwald
ca6937d980
Use XAML serialization instead of DataContractSerializer.
...
XAML serialization works better:
- it calls the object constructor, thus using the correct default value for new properties
- it can add to existing collections (created by constructor) and does not require a setter for collection properties
- it does not serialize options that were not changed from the [DefaultValue]
14 years ago
Daniel Grunwald
6f34f0a131
Remove ".NET 4.5 Client" target framework - as of .NET 4.5 Beta, there is no client profile.
14 years ago
Daniel Grunwald
2fc9ff16e3
Fixed snippet options.
14 years ago
mike
293859fa31
Naming rules now get their rules out of the refactoring context.
14 years ago
Siegfried Pammer
18e6a68d15
fix bug in FindAll and added Unit Tests
14 years ago
Daniel Grunwald
c9860fb9bc
Fixed saving CodeEditorOptions.
14 years ago
Daniel Grunwald
7aea1ca75e
Rewritten ICSharpCode.Core.Properties:
...
- The meaning of "Get" is no longer overloaded, GetList and NestedProperties are now seperate methods.
- "Get" and "GetList" no longer cause the default value to be written into the properties container.
- Use DataContractSerializer instead of XmlSerializer.
14 years ago
Daniel Grunwald
fba2d7c273
ITextSource.MoveOffsetTo: make AnchorMovementType parameter optional.
14 years ago
Daniel Grunwald
daa1cff69d
Remove BaseRefactoringContext.StartScript().
14 years ago
Mike Krüger
439010a73b
Added some inconsistent naming tests.
14 years ago
Daniel Grunwald
3c64a767dd
Show description in issue options.
14 years ago
Mike Krüger
6b4150680f
Added missing is null or empty inspector cases.
14 years ago
Daniel Grunwald
51c28dc006
Add EnhancedScrollBar.
14 years ago
Mike Krüger
41d5b50008
Worked on inconsistent naming issue.
14 years ago
Daniel Grunwald
5e1642ebd2
Add IssueOptions panel.
14 years ago
Siegfried Pammer
bd32925e07
implement XamlSymbolSearch
14 years ago
Siegfried Pammer
09577bbc9b
apply Matt's suggestion on readability
14 years ago
Mike Krüger
a1797827e4
Fixed code completion bug.
14 years ago
Mike Krüger
193a153070
Fixed completion bug.
14 years ago
Mike Krüger
e2828378fb
Fixed parameter completion issue.
14 years ago
Mike Krüger
9fb443ade8
Improved code issue tests - renamed some issues and actions.
14 years ago
Daniel Grunwald
a45a631ad4
Add options dialog for context actions.
14 years ago
Siegfried Pammer
e6e380cc04
fix quirks in XML completion
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
Mike Krüger
296fc865c9
Fixed some translation strings/code issues can now offer more actions.
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