Andreas Weizel
f6c202745f
- Finished support for external AddIns installed from .addin files. They are shown with a different icon in AddIn list.
...
- Improved error handling and visualization.
- Some more refactoring.
12 years ago
Andreas Weizel
a598be24d1
Added (empty) AddInSetupTests class for future use.
12 years ago
Andreas Weizel
232007af74
- Made check for "SharpDevelopAddIn" tag in NuGet packages case-insensitive.
...
- Added basic support for offline installation of AddIns from .addin files (not complete, no proper error handling).
- Made handling of AddIns without identity cleaner in model.
12 years ago
Andreas Weizel
638d334f20
Introduced new SDAddInManagement service to abstract calls to SharpDevelop's AddIn management from AddInManager2.
12 years ago
Andreas Weizel
9d33d00564
Some changes on checking identity of AddIns in AddInSetup service.
12 years ago
Andreas Weizel
f55f1c8b9e
Now showing the file name of an installed AddIn on details panel.
12 years ago
Andreas Weizel
6f176fba6b
Added test project for AddInManager2, with first tests of PackageRepositories service.
12 years ago
Andreas Weizel
4da27b471b
- AddInManager2: Settings are now managed by an additional service.
...
- Added possibility to set a different service environment for view models (needed for unit testing).
12 years ago
Andreas Weizel
a384b58769
- Some improvements in AddInManager's UI: Direct updates of repository list when edited in options, added captions in front of repository combobox and search input field.
...
- Migration of some forgotten SD service references to SD 5.
12 years ago
Andreas Weizel
ad212ed0b7
Made central registry of AddInManager's service instances more flexible to support unit testing.
12 years ago
Andreas Weizel
c286c385be
Added AddInManager2 project, migrated to SharpDevelop 5.
12 years ago
Andreas Weizel
39cbae8588
Original AddInManager now only shows its menu item (Tools menu), if AddInManager2 is not installed or enabled.
12 years ago
Siegfried Pammer
751cf93692
fix NoDefaultConstructorIssue: crashed while trying to add a new class declaration
12 years ago
Siegfried Pammer
e6d63ed92e
finish implementation of MoveTypeToFileContextAction
12 years ago
Siegfried Pammer
8ed5264b29
adjust unit tests to API changes
12 years ago
Siegfried Pammer
c98417aee0
introduce ILanguageBinding in IProject
12 years ago
Siegfried Pammer
7c0e667388
move Attach/Detach to ITextEditorExtension and use ILanguageBinding as extensible replacement for old "LanguageProperties"
12 years ago
Siegfried Pammer
b05b3ae9de
rename Language/LanguageService to UILanguage/UILanguageService
12 years ago
Siegfried Pammer
b501529965
reimplemented language-specific snippet functions
12 years ago
Daniel Grunwald
f9706b6e27
Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNR
12 years ago
Daniel Grunwald
01d63f17b9
Adjust SharpDevelop to NRefactory changes.
12 years ago
Siegfried Pammer
fa851d579a
fix performance issue in XamlSymbolSearch
12 years ago
Siegfried Pammer
df20343d1a
clean up unused files/methods
12 years ago
Siegfried Pammer
a202c6e274
add "All known file extensions" to "Open file" FileFilter
12 years ago
Daniel Grunwald
3fa34369c5
Merge NRefactory '51fd6baffd61460f545095dcd2c76f946cab8519' into newNR
12 years ago
Daniel Grunwald
51fd6baffd
Simplify code that checks whether an expression is a condition.
12 years ago
Daniel Grunwald
56b4450138
Make comment nodes for XML documentation part of the EntityDeclaration.
...
This removes the need for special cases in refactorings that move entities around.
12 years ago
Mike Krüger
862f3692be
Fixed formatting bug.
12 years ago
Mike Krüger
b7e8eea99d
Improved type guessing logic.
12 years ago
Mike Krüger
423b10b824
Fixed bug in simplify anonymous method issue.
12 years ago
Mike Krüger
c0e9973af1
Fixed abstract override in implement abstract members action.
12 years ago
Mike Krüger
a0681b1a0b
Fixed formatting bug.
12 years ago
Mike Krüger
eb89d55446
Disabled 'ParameterCanBeIEnumerableIssue'.
12 years ago
Daniel Grunwald
920ef82f1d
Fix icsharpcode/ILSpy#366
12 years ago
Daniel Grunwald
0b4c9c3f48
Implemented GetAttributes() for members.
12 years ago
Daniel Grunwald
474920cdf7
Fix icsharpcode/NRefactory#181 : default keyword doesn't resolve properly on enum types
12 years ago
Daniel Grunwald
17c1eeaf2b
Merge changes from SharpDevelop repository to NRefactory.
12 years ago
Daniel Grunwald
0c18d6b4c2
Fix NullReferenceException in SDWindowsFormsHost.GetInterface()
12 years ago
Daniel Grunwald
17c4315974
Rename IsExtensionMethodGroupConversion -> DelegateCapturesFirstArgument.
12 years ago
Daniel Grunwald
b1f21464d0
Merge branch 'extension-method-group-conversion' of github.com:erik-kallen/NRefactory
12 years ago
Daniel Grunwald
d3f3ffa0a0
NR.Demo: show details for Conversion objects
12 years ago
Daniel Grunwald
5acf6aef0d
Fix fixes an issue causing the type system to believe that accessors implement interface members even though there is an explicit implementation of the accessor owner.
...
Closes icsharpcode/NRefactory#170
12 years ago
Daniel Grunwald
a2580063dd
Fix ExpressionOfCompatibleTypeCastIssue.
12 years ago
Daniel Grunwald
d09dc0e10a
Fix compiler warnings
12 years ago
Daniel Grunwald
6d38e5fdfd
HexEditor: Replace more control characters with dots.
12 years ago
Daniel Grunwald
f57aee42c0
Close editor popups (FlowDocumentPopup + debugger popups) when the mouse moves away from them.
...
Fix popup not closing when switching to another document.
12 years ago
Daniel Grunwald
e85128df57
Fix unit test failure due to mix of tabs and spaces.
12 years ago
Daniel Grunwald
f6504be1ba
Combine ConstantTest+ConstantFieldTest
12 years ago
Daniel Grunwald
fac34c27cd
AXmlReader: Fix handling of XML namespaces and CDATA.
12 years ago
Daniel Grunwald
7f24e36cfd
Fix handling of empty elements in AXmlReader; and add support for comments.
12 years ago