Siegfried Pammer
b5312c6ea6
add UDC tracking for WPF designer and WinForms designer
12 years ago
Dragan
e8ef120487
PM: Refactoring & test bug found/fixed
12 years ago
Dragan
7c203b479a
PM: Duplicate functionality removed & rename
...
1) GetPackagesInstaledInSolution() removed. Duplicate, does nothing,
redirects to public available Solution.GetPackages()
2) IsPackageInstaledInSolution() removed. Duplicate, does nothing,
redirects to public available Solution.IsPackageInstalled()
3) Name GetInstalledPackages() renamed to GetPackages().
Misleading name, all packages are installed in
selected-projects/project/solution.
Or packages exist in repository, where repository can be
available/solution/project/installed.
12 years ago
Dragan
285d6391d8
PM: Self-explanatory names & fix & test
12 years ago
Dragan
8e2c71ec98
PackageManagement.Test
12 years ago
Dragan
017e7f573f
PackageManagement: Recent Packages: remove filter
12 years ago
Siegfried Pammer
7c9a499783
use Regex.Replace instead of string.Replace
12 years ago
Dragan
dd4d59633a
Merge remote-tracking branch 'upstream/master'
12 years ago
Dragan
5498abfec9
PackageManagement: Available Packages Filter
12 years ago
Siegfried Pammer
3096421b41
clean up display text of clipboard ring items
12 years ago
Dragan
2ce903b171
PackageManagement: Make Tests Testable
...
1) Enable testable derivations for previous commit changes
2) Tests: Make new and extend existing testable classes/derivations
12 years ago
Dragan
149a0c3a1c
PackageManagement: Filter if project selected
...
Exclude solution level packages from Available/Recent if project
selected
12 years ago
Andreas Weizel
ad4040a2da
Finished formatting editor tree items, fixed some bugs, editor now really changes (but not saves) the option container.
12 years ago
Dragan
e751bedd2a
Merge remote-tracking branch 'upstream/master'
12 years ago
Dragan
0e29bd6574
merge upstream/master
12 years ago
Matt Ward
e53dd0cfab
Merge pull request #376 from linquize/codequality-thisproject-exist
...
CodeQuality: Really check for project output assembly to prevent exception
12 years ago
Daniel Grunwald
c42c4dab9e
Change VersionName to Beta 2.
12 years ago
Dragan
7e1ebec576
PackageManagement: Do not use global solution
12 years ago
Linquize
918e682d49
CodeQuality: Really check for project output assembly to prevent exception
12 years ago
Linquize
577f8268cd
CodeQuality: In report footer, add separation between report folder and report name
12 years ago
Daniel Grunwald
58fddccad7
Add CodeQuality AddIn to setup.
...
Closes #302 .
12 years ago
Andreas Weizel
41763fbb26
Formatting options hierarchy shown in editor is now defined in XAML. Started adding all options there.
12 years ago
Daniel Grunwald
f2265bd6fc
SDR: Fix output path in release configuration
12 years ago
Daniel Grunwald
c1c42274f1
Remove old SDR projects from solution.
12 years ago
Daniel Grunwald
358ea923d4
Merge branch 'reports'
12 years ago
Daniel Grunwald
961ad22a5f
Add ICSharpCode.Reporting.AddIn to SharpDevelop.sln
12 years ago
Daniel Grunwald
6f26bc45e1
Add SharpDevelopReporting to setup.
12 years ago
Daniel Grunwald
481219d1ce
Remove "scr" folder from ICSharpCode.Reporting.Addin.
12 years ago
Dragan
60c3f4a36b
PackageManagement: restore ViewModelBase to orig.
12 years ago
Dragan
da600a925c
PackageManagement: more Refresh
12 years ago
Dragan
5e6e8f22fc
PackageManagement.Test: Ignore PropertyChanged
12 years ago
Peter Forstmeier
95d1803691
add missing file
12 years ago
Peter Forstmeier
d5d5e44180
Remove unused \Reports\Reporting.Addin
12 years ago
Dragan
4b369f9f83
PackageManagement: PackagesViewModel Events
...
Previous commit UpdatedPackagesViewModel events restored
PackageViewModel PackageChanged events removed
12 years ago
Daniel Grunwald
f39d4946a0
Add Microsoft Build Tools 2013 to Dependencies.html
12 years ago
Dragan
a0e44b3f3d
PackageManagement: Remove too much events
12 years ago
Dragan
5a1130f8fc
PackageManagement: Fix refresh
12 years ago
Dragan
a95a42d7c7
PackageManagement: Tests OK
12 years ago
Peter Forstmeier
a3775b6ff8
Sort sub list in Groups by any Column,
...
see src\AddIns\Analysis\CodeQuality\Reporting\DependencyReport.cs for example
12 years ago
Dragan
f7a79da9b5
Backup
12 years ago
Dragan
bf08face20
PackageManagement: notes
12 years ago
Andreas Weizel
0cbabd92ee
Showing appropriate selections for option values now functional.
12 years ago
Dragan
fb4a9afe29
PackageManagement: Comply with test expectations
12 years ago
Andreas Weizel
878d11481f
Fix: NullReferenceException when XAML file contains an XML declaration (<?xml ... ?>) and mouse cursor is moved over it.
12 years ago
Dragan
4cc4e5603b
PackageManagement: More cleanup
12 years ago
Dragan
6f1dadb036
PackageManagement: cleanup again
...
Remove obsolete argument
12 years ago
Dragan
b7de9efbb8
PackageManagement: cleanup
12 years ago
Matt Ward
550fe0ffad
Merge branch 'envdte-nrefactory'
12 years ago
Matt Ward
b76a1346f9
Make Get-Packages consistent with Visual Studio.
...
Get-Packages should return all NuGet packages in the packages folder
even if they are not installed in any project.
12 years ago
Siegfried Pammer
d4cc86d83a
reimplement CaretReferencesRenderer as IBackgroundRenderer
...
fix #368 , fix #372
12 years ago