mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Actions for added history commands.
This commit is contained in:
parent
aed651fb74
commit
ef7bc2b3e5
3 changed files with 18 additions and 0 deletions
|
|
@ -2191,6 +2191,18 @@ object frmMain: TfrmMain
|
|||
Caption = 'Edit path field above file list'
|
||||
OnExecute = actExecute
|
||||
end
|
||||
object actViewHistory: TAction
|
||||
Category = 'Commands'
|
||||
Caption = 'Show history of visited paths for active view'
|
||||
end
|
||||
object actViewHistoryPrev: TAction
|
||||
Category = 'Commands'
|
||||
Caption = 'Go to previous entry in history'
|
||||
end
|
||||
object actViewHistoryNext: TAction
|
||||
Category = 'Commands'
|
||||
Caption = 'Go to next entry in history'
|
||||
end
|
||||
end
|
||||
object pmHotList: TPopupMenu
|
||||
left = 120
|
||||
|
|
|
|||
|
|
@ -158,6 +158,9 @@ TFRMMAIN.ACTLOADSELECTIONFROMFILE.CAPTION=Load Selection From File
|
|||
TFRMMAIN.ACTLOADSELECTIONFROMCLIP.CAPTION=Load Selection From Clipboard
|
||||
TFRMMAIN.ACTCHANGEDIRTOPARENT.CAPTION=Change Directory To Parent
|
||||
TFRMMAIN.ACTEDITPATH.CAPTION=Edit path field above file list
|
||||
TFRMMAIN.ACTVIEWHISTORY.CAPTION=Show history of visited paths for active view
|
||||
TFRMMAIN.ACTVIEWHISTORYPREV.CAPTION=Go to previous entry in history
|
||||
TFRMMAIN.ACTVIEWHISTORYNEXT.CAPTION=Go to next entry in history
|
||||
TFRMMAIN.TBEDIT.CAPTION=Edit
|
||||
TFRMMAIN.TBDELETE.CAPTION=Delete
|
||||
TFRMMAIN.TBSEPARATOR.CAPTION=-
|
||||
|
|
|
|||
|
|
@ -79,6 +79,9 @@ type
|
|||
actCopyNoAsk: TAction;
|
||||
actChangeDirToParent: TAction;
|
||||
actEditPath: TAction;
|
||||
actViewHistory: TAction;
|
||||
actViewHistoryPrev: TAction;
|
||||
actViewHistoryNext: TAction;
|
||||
actLoadSelectionFromClip: TAction;
|
||||
actLoadSelectionFromFile: TAction;
|
||||
actSaveSelectionToFile: TAction;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue