Andreas Weizel
9f909046c5
Merge branch 'classbrowser' into newNR.
12 years ago
Andreas Weizel
64035be9fd
Re-added prefiltering of available AddIn NuGet packages using IsLatestVersion, adapted unit tests.
12 years ago
Andreas Weizel
f9e6dbfa32
Removing error message when clicking at "Install from archive..." button.
12 years ago
Andreas Weizel
fc5b149736
Showing correct path to .addin file in list of installed packages when installing an .sdaddin package or an external AddIn.
12 years ago
Andreas Weizel
d5b0a70eb3
Workaround of Delegate.Combine issues with contra-variance by introducing custom delegate lists for CollectionChanged event of models.
12 years ago
Andreas Weizel
c65b6cde05
Now ClassBrowser tree nodes show their context menus independently.
12 years ago
Andreas Weizel
13de1ecd9a
Fix: List of available AddIns might show an older instead of most recent release of a package.
12 years ago
Andreas Weizel
54811a1329
Fix: Under certain circumstances multiple releases of a package are shown in list of available packages.
12 years ago
Matt Ward
1e29121252
Revert "Only show latest version of addin from online gallery."
...
This reverts commit f6649b343b
.
12 years ago
Matt Ward
f6649b343b
Only show latest version of addin from online gallery.
12 years ago
Matt Ward
541b51f6d3
Fix PInvoke sample.
12 years ago
Matt Ward
07da61da0b
Support addins with subdirectories from the online gallery.
...
Addin manager now copies all files and subdirectories from the extracted
NuGet package to the temporary addin installation folder.
12 years ago
Andreas Weizel
a17b9a6335
Added resource strings for UpdateNotifier.
12 years ago
Andreas Weizel
9cc225275b
Added EntityContextMenu to class browser.
12 years ago
Daniel Grunwald
64eaa25f5e
Fix CSharpCompletionDataFactory.CreateTypeCompletionData() for generic types.
12 years ago
Daniel Grunwald
a67a22c522
Fix a couple of compiler warnings.
12 years ago
Daniel Grunwald
3b3d24fa86
Remove Update() method from ITypeDefinitionModel / IMemberModel.
12 years ago
Daniel Grunwald
1050918b37
Clarify some comments.
12 years ago
Matt Ward
198f3b88b5
Publish Mono addin sample to MyGet
12 years ago
Matt Ward
b36b26459e
Update Mono addin sample for SharpDevelop 5
12 years ago
Matt Ward
8e9b5208e0
Fix Visual Basic project and file templates.
...
Templates were using the old icon resource names.
12 years ago
Siegfried Pammer
204e1dca5d
add type members to ClassBrowser
12 years ago
Siegfried Pammer
0635250a79
add GoToDefinition on ActivateItem for TypeDefinitions
12 years ago
Siegfried Pammer
151ac64524
add/update documentation for IAssemblyModel and INamespaceModel
12 years ago
Siegfried Pammer
504ac7a9bc
do not only add the first type of a namespace :)
12 years ago
Siegfried Pammer
314110dc69
add tests for IAssemblyModel.Namespaces
12 years ago
Siegfried Pammer
de377d1f39
update tests to work with IAssemblyModel
12 years ago
Siegfried Pammer
085615181a
fix TreeNode implementation
12 years ago
Siegfried Pammer
81e886c9ae
update paths to VB project/file icons
12 years ago
Siegfried Pammer
035cbe30b7
add simple implementation of ClassBrowserPad, ClassBrowserTreeView and some tree nodes
12 years ago
Matt Ward
54d7abe6dd
Merge branch 'master' into newNR
12 years ago
Matt Ward
7f94fdf39a
Fix assembly resolution for Mono projects targeting .NET 4
12 years ago
Matt Ward
758cc93d8a
Put VB.NET Mono project templates under VB category.
12 years ago
Andreas Weizel
060a147cd6
UpdateNotifier with balloon tip now works.
12 years ago
Andreas Weizel
6ca27d8a1f
Basis for UpdateNotifier in AddInManager2, some refactoring, fixed resource warning on startup.
12 years ago
Matt Ward
44764b87d6
Merge branch 'master' into newNR
12 years ago
Matt Ward
d456cab4a5
Do not show reload solution dialog when moving F# files inside project.
12 years ago
Matt Ward
cf49e04ea6
Detect Mono using current user's registry.
12 years ago
Andreas Weizel
f04b15baf6
Fixed "override ToString()" refactoring to only show fields and properties of current class (not from base classes).
12 years ago
Andreas Weizel
a2e20fdeb3
Introduced ParamRangeCheckContextAction.
12 years ago
Matt Ward
e3a387d4b4
Merge branch 'master' into newNR
...
Conflicts:
src/AddIns/BackendBindings/FSharpBinding/FSharpBinding.csproj
src/AddIns/BackendBindings/WixBinding/Project/Src/Project/WixProject.cs
src/AddIns/DisplayBindings/ILSpyAddIn/ViewContent/CodeView.cs
src/AddIns/Misc/PackageManagement/Project/PackageManagement.csproj
src/AddIns/Misc/PackageManagement/Project/Src/LicenseAcceptanceService.cs
src/AddIns/Misc/PackageManagement/Project/Src/PackageManagementWorkbench.cs
src/AddIns/Misc/PackageManagement/Project/Src/SelectProjectsService.cs
src/AddIns/Misc/PackageManagement/Test/Src/Helpers/TestableProject.cs
src/AddIns/Misc/PackageManagement/Test/Src/Scripting/RunPackageScriptsActionTests.cs
src/AddIns/Misc/PackageManagement/Test/Src/SharpDevelopProjectSystemTests.cs
src/AddIns/Misc/SearchAndReplace/Project/SearchOptions.cs
src/Libraries/AvalonEdit/ICSharpCode.AvalonEdit/Editing/SimpleSelection.cs
src/Main/GlobalAssemblyInfo.cs.template
src/Setup/Files.wxs
src/Setup/Setup.wxs
12 years ago
Matt Ward
53acc2543e
Merge pull request #44 from Caelin/master
...
Add Mono 4.0 support to Mono Addin
12 years ago
Andreas Weizel
9e7455d212
Fixed "insert ctor" refactoring to only show fields and properties of current class (not from base classes).
12 years ago
Andreas Weizel
4f926cca48
Introduced RenameFileToMatchTypeNameContextAction.
12 years ago
Matt Ward
7cadb40e97
Show NuGet package id when package selected.
...
The list of packages now shows the package title so
the package id is shown as a hyperlink on the right
hand side of the Manage Packages dialog when the
package is selected.
12 years ago
Matt Ward
f0cdd01d92
Show NuGet package title in Manage Packages dialog.
...
In the packages list views display the package title
if it exists otherwise show the package id.
12 years ago
Siegfried Pammer
3ca24582c6
remove ICompletionItemHandler
12 years ago
Daniel Grunwald
a9a6d4fc35
Disable RedundantTypeCastIssue (too many false positives)
12 years ago
Daniel Grunwald
1b2ad62f09
Increase DispatcherPriority of some BeginInvoke calls to ensure that no user input is processed before the callback runs.
...
This prevents the code editor from 'stealing' the focus when opening a dialog (e.g. Go To) while loading a solution.
12 years ago
Siegfried Pammer
e1a2c53f25
fix exception in TaskListPad after opening project options
12 years ago