home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 March / PCWorld_2002-03_cd.bin / Software / Komercni / far / Far1703.exe / Plugins / TmpPanel / TmpEng.hlf next >
Encoding:
FAR help  |  2001-03-20  |  3.7 KB  |  90 lines

  1. .Language=English,English
  2. .PluginContents=Temporary panel
  3.  
  4. @Contents
  5. $ #Temporary panel#
  6.    ~Working with temporary panel~@TempPanel@
  7.  
  8.    ~Temporary panel configuration~@Config@
  9.  
  10.    ~Working with file lists~@List@
  11.  
  12. @TempPanel
  13. $ #Working with temporary panel#
  14.     The temporary panel operates in a similar manner to a file panel
  15. and is designed to facilitate grouping files from different folders
  16. and processing them as a single group.
  17.  
  18.     To set the temporary panel contents you may either copy files
  19. to it from a file or tree panel, or use the ~file list~@List@,
  20. or send to it the files found during the "Find file" operation
  21. by pressing the "Panel" button in this dialog.
  22.  
  23.     Files being copied to the temporary panel are not copied physically,
  24. only references to them are created. When you process the files
  25. in a temporary panel with a file command, it is performed on the real
  26. files at their actual locations. For example, deleting a file from the
  27. temporary panel leads to the real deletion of this file from the disk.
  28. Use "F7-Remove" command to remove selected file names from the temporary
  29. panel without deleting actual files.
  30.  
  31.     Press #Ctrl-PgUp# to close the temporary panel and go to the file
  32. under the cursor.
  33.  
  34. @Config
  35. $ #Temporary panel configuration#
  36.     In this dialog you may change the following options:
  37.  
  38.  #Add to disks menu#   Enables adding the "Temporary" item to the disks
  39.                      menu.
  40.  
  41.  #Disks menu hotkey#   Hotkey for the temporary panel item in
  42.                      the disks menu. You can enter a value from
  43.                      1 to 9 or leave this field empty to autoassign.
  44.  
  45.  #Use common panel#    When enabled, one common temporary panel
  46.                      is created and its contents is stored even
  47.                      after closing the panel. When this option is
  48.                      not enabled, each new temporary panel will be
  49.                      created empty.
  50.  
  51.  #Replace files#       If this option is checked, then, when doing
  52.  #with file list#      a file list operation, the names in the file
  53.                      list will replace the file names already in the
  54.                      panel. Otherwise the filenames will be added to
  55.                      the existing ones.
  56.  
  57.  #File masks#          ~Masks~@:FileMasks@ for the files that should be interpreted
  58.  #delimited with#      as ~file lists~@List@.
  59.  #commas for #
  60.  #the file lists#
  61.  
  62.  #Command line prefix# Specifies the prefix for opening the temporary
  63.  #to start the#        panel from the command line and for
  64.  #temporary panel#     ~file list operations~@List@.
  65.  
  66. @List
  67. $ #Working with file lists#
  68.     The temporary panel can read a list of filenames from a file list.
  69.  
  70.     The file list must contain one file name on each line.
  71.  
  72.     There are several ways to process this file. You can either press #Enter#
  73. on that file (the file must be in the OEM codepage; the handling depends
  74. on the ~configuration~@Config@ of the temporary panel) or type one of the
  75. following commands in the command line:
  76.  
  77.   1. Add filenames to the temporary panel:
  78.        for file lists in OEM codepage:  #tmp:a "name of the file list"#
  79.        for file lists in ANSI codepage: #tmp:A "name of the file list"#
  80.  
  81.   2. Replace filenames on the temporary panel:
  82.        for file lists in OEM codepage:  #tmp:r "name of the file list"#
  83.        for file lists in ANSI codepage: #tmp:R "name of the file list"#
  84.  
  85.   3. Add/replace filenames on the temporary panel (similarly to
  86.      pressing #Enter# on a file list):    #tmp:"name of the file list"#
  87.  
  88.     The command line prefix used for file list operations (in the examples
  89. given above - #tmp:#) can be set in the configuration dialog.
  90.