7127 Commits (a354836b3bc5c3743d26af222468b7f17ad8b6b5)
 

Author SHA1 Message Date
Matt Ward a354836b3b Rename PackageManagementService to PackageManagementSolution. 14 years ago
Matt Ward e182ef53ae Reduce number of parameters in PackageViewModel constructor. 14 years ago
Matt Ward aecbb026b4 Move package view model logging to separate class. 14 years ago
Matt Ward 0a8be1d18f PackageManagementOutputMessagesView no longer needs to implement ILogger. 14 years ago
Matt Ward c6ff8a7ad1 Package operation log messages are now raised as package management events. 14 years ago
Matt Ward c1d3a8dda5 Move package install/uninstall events into package management events class. 15 years ago
Matt Ward 56caa05034 Remove message reporter class. 15 years ago
Matt Ward 7443b601fb Remove options dependency from PackageManagementService class. 15 years ago
Matt Ward 8eee3a31f6 Move package repository code into separate class. 15 years ago
Matt Ward 77c0d4c4ca Move unit tests for package processing actions into separate test classes. 15 years ago
Matt Ward 00e5a5206b Prevent package install/uninstall events being captured by closed Add Package Reference dialog. 15 years ago
Matt Ward 92e828e142 Refactor PackageManagementService to reduce the number of method parameters. 15 years ago
Matt Ward 6888b03202 Add extra text helper methods to save text written to scripting console. 15 years ago
Matt Ward 612f075644 Show help in package management console. 15 years ago
Matt Ward 6dd81bc8ab Display NuGet version in package management console. 15 years ago
Matt Ward 6aae2a7abe Add update-package cmdlet. 15 years ago
Matt Ward 4be69831a8 Merge branch 'master' of github.com:icsharpcode/SharpDevelop into powershell 15 years ago
mrward 713fcb745f Use NuGet update methods when updating a package. 15 years ago
mrward 93b0dfcee8 Update to NuGet 1.2 15 years ago
Matt Ward 51bdbe6243 Change Get-Package cmdlet parameters to match those in NuGet 1.2 15 years ago
Matt Ward 3c89d6aaef Fix cross thread operation when removing a reference from a project. 15 years ago
Matt Ward aa89bc79b5 Add uninstall-package cmdlet. 15 years ago
Matt Ward 9cfc77aa5b Add install-package cmdlet. 15 years ago
Matt Ward e77c921ed8 PowerShell output fills console window if width is larger than 80 characters. 15 years ago
Matt Ward bf9e815a0f Scroll to end of console when any text is output. 15 years ago
Matt Ward 9e873eb31a Add get-package cmdlet. 15 years ago
Matt Ward 6121f63c7a Merge branch 'master' of github.com:icsharpcode/SharpDevelop into powershell 15 years ago
mrward 6bfdcc0912 Handle errors on opening Add Package Reference dialog. 15 years ago
Matt Ward 2e15b638b0 Prevent scrolling beyond the last line of text and scroll to the last line when a prompt is displayed. 15 years ago
Matt Ward 95689ed33f Add Package Management Console. 15 years ago
peterforstmeier 5a252208b6 Patch from http://community.sharpdevelop.net/forums/t/12899.aspx 15 years ago
Daniel Grunwald ce1cba0e6e Merge branch '4.0' 15 years ago
Daniel Grunwald 750a692e5b Clarify documentation on TextView.CollapseLines. 15 years ago
Daniel Grunwald d209e6830f Add INotifyPropertyChanged to QuickClassBrowser.EntityItem. 15 years ago
Daniel Grunwald d793900605 Fixed memory leak (and potential thread-safety issue) in SD.Dom. 15 years ago
Siegfried Pammer a0ef64cfe0 fixed Unit Tests 15 years ago
Siegfried Pammer f447cb6918 fixed VBExpressionFinder bug with VB Lambdas (it did not find a valid expression) 15 years ago
Siegfried Pammer 44d1ee568f fixed http://community.sharpdevelop.net/forums/p/12860/35055.aspx#35055 15 years ago
Siegfried Pammer 00c5c75900 add better readability to multi-line lambda indentation 15 years ago
Siegfried Pammer 16f70ae438 properly indent multi-line lambdas 15 years ago
Siegfried Pammer fab0f9f463 remove VBIndentationStrategy 15 years ago
Siegfried Pammer 55de9e4431 indentation is now respecting ILCs 15 years ago
Siegfried Pammer 045f41469c added ctor snippet for VB and fixed VB-specific issues in the InsertCtor*-logic 15 years ago
Siegfried Pammer 1f182e3b93 fix indentation of single-line Sub-lambdas 15 years ago
Siegfried Pammer 6c2b627efe fix start of Type-Context in Property-declarations (fixes http://community.sharpdevelop.net/forums/t/12857.aspx) 15 years ago
Siegfried Pammer 1a8f1bb7cb show normal CC inside argument lists 15 years ago
Siegfried Pammer efba806bb0 Lambda-parameters are now shown in the CC list 15 years ago
Siegfried Pammer eb5e7b9c2c fixed EF-bug when parsing declarations like: Dim x As A, y As B 15 years ago
Daniel Grunwald 97a18791ce Fixing the build once again. 15 years ago
Daniel Grunwald 941739469e Implement INotifyPropertyChanged in TextDocument. 15 years ago