Matt Ward
9c6217e718
Implement EnvDTE.CodeProperty2
12 years ago
Matt Ward
73eb90fe9d
Implement more EnvDTE.CodeClass2 tests.
12 years ago
Matt Ward
e8338ae539
Update EnvDTE.CodeVariable tests.
12 years ago
Matt Ward
22b2a6e177
Update EnvDTE.CodeType unit tests.
...
Return correct value for InfoLocation on EnvDTE.CodeType.
12 years ago
Matt Ward
13b519f062
Implement parts of EnvDTE.CodeModel
12 years ago
Matt Ward
1cfe96d5b5
Fix error when installing EF.SharpDevelop NuGet package.
...
Enumerating the EnvDTE.Project.Object.References in a different app domain
was trying to load the PackageManagement assembly and failing. Changed
EnvDTE.References so it only exposes types in the SharpDevelop.EnvDTE assembly
and switch to using IEnumerable on the EnvDTE.References class.
12 years ago
Matt Ward
d5d7fd4281
Add PublicKeyToken, StrongName and Identity to EnvDTE.Reference
...
Used by Entity Framework 6
12 years ago
Peter Forstmeier
ddc167b068
Adjust some Test's, fix ViewCommands.cs (hint from linquize)
12 years ago
Matt Ward
edaea04978
Remove unused code.
12 years ago
Matt Ward
91473ac505
Fix old NuGet packages not being removed on updating.
...
Updating to a new NuGet package or installing a new NuGet
package with the old one still installed would leave the
old unused NuGet package in the packages folder.
12 years ago
Matt Ward
1fabf08c7a
Fix NuGet packages showing as installed in solution.
...
NuGet packages that were still in the packages folder but
not installed in any projects are now not shown in the
Installed tab when managing NuGet packages for the solution.
12 years ago
Matt Ward
69bd540863
Fix error when installing MVVMLight NuGet package.
...
Append backslash to project directory name when returning
the full path from EnvDTE.Project.Properties.
12 years ago
Matt Ward
8272845a47
Support LocalPath in EnvDTE.Project.Properties.
12 years ago
Matt Ward
9fc8710252
Support LocalPath property in an EnvDTE.ProjectItem.Properties.
12 years ago
Matt Ward
aa6ec0d463
Fix error when installing Fody addins with NuGet.
...
Implement EnvDTE ProjectItem.Save()
12 years ago
Matt Ward
5a4cac8dae
Fix project build error after installing Fody NuGet package.
...
The Fody NuGet package has an install PowerShell script that
directly updates the MSBuild project from the
Microsoft.Build.Evaluation.ProjectCollection.GlobalProjectCollection
to set a FodyPath property that defines where the Fody.targets
file should find the main Fody assembly.
Extended the support added for the Microsoft.Bcl.Build NuGet package
so project properties added by directly updating the MSBuild project
from the GlobalProjectCollection are added/updated in the actual
project file.
No support for updating properties that exist multiple times inside
a project (e.g. OutputPath).
12 years ago
Matt Ward
5d2417fdc0
Update NuGet to version 2.7.2
...
NuGet.Core version 2.7.41101.299
12 years ago
Siegfried Pammer
293307cb9f
fix some more warnings
12 years ago
Siegfried Pammer
a0a2f124e3
fix some warnings in HelpViewer
12 years ago
Siegfried Pammer
ba2cd7a6aa
make some projects with x86 dependencies compile as x86 (fixes MSB3270)
12 years ago
Siegfried Pammer
07f929dfc5
fix nuget reference platform incompatibility compiler warning
12 years ago
Daniel Grunwald
ce4ca4e81c
Suppress more warnings
12 years ago
Daniel Grunwald
e6a6f4d2ad
Remove old SD.Dom resolver unit tests.
12 years ago
Daniel Grunwald
f07ea5af32
Reduce number of compiler warnings; and re-enable some old unit tests.
12 years ago
mathiassimmack
b15ecba5b5
ToolNotFoundDialog added to Contents and Search commands, FSharp added as supported project language
12 years ago
mathiassimmack
757391035b
see last commit, here are the missing pieces
12 years ago
mathiassimmack
d102150698
new ToolNotFoundDialog if HelpLibManager is not installed, rewritten debug messages, Help 3.0 renamed into HelpViewer (debug msgs)
12 years ago
Andreas Weizel
466dcf6e0b
Fixed compile error in AddInManager tests.
12 years ago
Andreas Weizel
25bdf445cf
Added "General" option panel for AddInManager2 allowing to disable UpdateNotifier. Also updated resource strings from server.
12 years ago
Matt Ward
4f618c4e46
Update NuGet to version 2.7.1
...
NuGet.Core version 2.7.40911.225
13 years ago
Matt Ward
75bbd21910
Allow Package Management addin tests to be run separately.
13 years ago
Matt Ward
5870705edd
Fix recent NuGet packages not being saved in settings.
13 years ago
Matt Ward
cf1c456d6f
Fix position of NuGet menu items when project selected.
13 years ago
Matt Ward
6641a37b67
Update NuGet.exe to 2.7.40809.172
...
This version does not have Visual Studio specific
messages when using package restore.
13 years ago
Matt Ward
e2b05442f7
Support restoring NuGet packages.
...
Add Restore Packages menu item which executes "NuGet.exe restore"
to restore all packages in the solution.
13 years ago
Siegfried Pammer
b4df154db2
clean up TaskListPad code
13 years ago
Siegfried Pammer
21ec3eaf0b
convert ErrorListPad and TaskListPad to WPF
13 years ago
Matt Ward
86a171505b
Fix null path error when uninstalling jQuery NuGet package.
...
Run uninstall PowerShell scripts before the NuGet package is
removed so the jQuery uninstall.ps1 script can find the Scripts
folder in the project when uninstalling.
13 years ago
Siegfried Pammer
931a049609
set IsChecked on search result grouping to indicate active grouping
13 years ago
Matt Ward
a3a594700d
Update default NuGet package url.
13 years ago
Siegfried Pammer
d549367395
add group by project and file in SearchResults
13 years ago
Siegfried Pammer
c5acf9b1da
add group by project in SearchResults
13 years ago
Matt Ward
762b7609fc
Update to NuGet 2.7 RC
13 years ago
Peter Forstmeier
92127b8b56
ContentAlignment in Pdf
13 years ago
Peter Forstmeier
8f293d2e52
ContentAlignment in Pdf
13 years ago
Daniel Grunwald
64501c842d
Use NullSafeSimpleModelCollection where possible
13 years ago
Daniel Grunwald
0aee08dc57
Replace HighlightedInlineBuilder with RichTextModel.
13 years ago
Daniel Grunwald
efd7e21b10
Introduce 'RichText' class and use it in new output pad API.
13 years ago
Daniel Grunwald
73dda200d7
Add basic rich-text support to AvalonEdit.
13 years ago
Andreas Weizel
db1ecf4a51
When list of AddIns (installed or in repository) gets updated, view is trying to restore the previous item selection.
13 years ago