Login | Join Now

ankhsvn
Subversion

Revision
( previous | next )
Author rhuijben
Date 2010-02-02 07:57:25-0700 (7 months ago)
Log message
When right clicking a folder in the solution explorer, replace the normal
update items command with a specific update folder command (implemented as a
recursive update on the selected folders).

Also update the update item command to no longer perform non recursive updates
on folders until Subversion issue #3569 is fixed.

* src/Ankh.Ids/AnkhCommand.cs
  Add ids; make names a bit more alike

* src/Ankh.Package/Gui/AnkhSvn.xml
  Define new commands and rename a few others

* src/Ankh.UI/Commands/UpdateDialog.cs
* src/Ankh.UI/Commands/UpdateDialog.Designer.cs
  Allow overriding the folder label.

* src/Ankh/Commands/CommandStrings.Designer.cs
* src/Ankh/Commands/CommandStrings.resx
  Add a few new localizable strings

* src/Ankh/Commands/ItemShowChanges.cs
  Update for naming changes

* src/Ankh/Commands/SolutionUpdateCommand.cs
  Add folder update support.

* src/Ankh/Commands/UpdateItemCommand.cs
  Disable when a folder update is available.