diff options
author | Jean Michel-Lemieux | 2003-07-11 04:30:07 +0000 |
---|---|---|
committer | Jean Michel-Lemieux | 2003-07-11 04:30:07 +0000 |
commit | 3dd916780dcacab7178a53bb1407695c991781ff (patch) | |
tree | 6ad7dd6885e745066e1bcb98b35a825154fe4191 /bundles/org.eclipse.team.ui/plugin.properties | |
parent | 01e36bebc34fab4bbc238a563c0328069ef40c46 (diff) | |
download | eclipse.platform.team-3dd916780dcacab7178a53bb1407695c991781ff.tar.gz eclipse.platform.team-3dd916780dcacab7178a53bb1407695c991781ff.tar.xz eclipse.platform.team-3dd916780dcacab7178a53bb1407695c991781ff.zip |
Fixed various things in the sync view
- refactored actions and image initialization
- auto-expansions and selection preserving
- closing editors on nodes being in sync
Diffstat (limited to 'bundles/org.eclipse.team.ui/plugin.properties')
-rw-r--r-- | bundles/org.eclipse.team.ui/plugin.properties | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/bundles/org.eclipse.team.ui/plugin.properties b/bundles/org.eclipse.team.ui/plugin.properties index d95418876..b806708be 100644 --- a/bundles/org.eclipse.team.ui/plugin.properties +++ b/bundles/org.eclipse.team.ui/plugin.properties @@ -57,7 +57,11 @@ Command.category.description=Actions that apply when working with a Team Command.syncAll.name=Synchronize Command.syncAll.description=Synchronize -Command.selectNextChange.name=Select Next Change -Command.selectNextChange.description=Select Next Change -Command.selectPreviousChange.name=Select Previous Change -Command.selectPreviousChange.description=Select Previous Change
\ No newline at end of file +Command.incomingFilter.name=Toggle Incoming Filter +Command.incomingFilter.description=Toggle Incoming Filter in the Synchronize view +Command.outgoingFilter.name=Toggle Outgoing Filter +Command.outgoingFilter.description=Toggle Outgoing Filter in the Synchronize view +Command.conflictsFilter.name=Toggle Conflicts Filter +Command.conflictsFilter.description=Toggle Conflicts Filter in the Synchronize view +Command.toggleView.name=Toggle Synchronize View Layout +Command.toggleView.description=Toggle the Synchronize view's layout |