View | Details | Raw Unified | Return to bug 42627
Collapse All | Expand All

(-)plugin.properties (+5 lines)
Lines 68-70 Link Here
68
Command.bothFilter.description=Select Incoming/Outgoing Mode in the Synchronize view
68
Command.bothFilter.description=Select Incoming/Outgoing Mode in the Synchronize view
69
Command.toggleView.name=Toggle Synchronize View Layout
69
Command.toggleView.name=Toggle Synchronize View Layout
70
Command.toggleView.description=Toggle the Synchronize view's layout
70
Command.toggleView.description=Toggle the Synchronize view's layout
71
72
Command.selectNextChange.description=Move to the next change
73
Command.selectNextChange.name=Next Change
74
Command.selectPreviousChange.description=Move to the previous change
75
Command.selectPreviousChange.name=Previous Change
(-)plugin.xml (+12 lines)
Lines 361-366 Link Here
361
            category="org.eclipse.team.ui.commands.category"
361
            category="org.eclipse.team.ui.commands.category"
362
            id="org.eclipse.team.ui.syncview.syncAll">
362
            id="org.eclipse.team.ui.syncview.syncAll">
363
      </command>
363
      </command>
364
      <command
365
      		name="%Command.selectPreviousChange.name"
366
      		description="%Command.selectPreviousChange.description"
367
      		category="org.eclipse.team.ui.commands.category"
368
      		id="org.eclipse.team.ui.syncview.selectPreviousChange">
369
      </command>
370
      <command
371
      		name="%Command.selectNextChange.name"
372
      		description="%Command.selectNextChange.description"
373
      		category="org.eclipse.team.ui.commands.category"
374
      		id="org.eclipse.team.ui.syncview.selectNextChange">
375
      </command>
364
   </extension>
376
   </extension>
365
<!-- ***************** Action sets ********************** -->
377
<!-- ***************** Action sets ********************** -->
366
   <extension
378
   <extension

Return to bug 42627