home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 March / PCWorld_2002-03_cd.bin / Software / Komercni / far / Far1703.exe / Plugins / WhatsNew.txt < prev   
Encoding:
Text File  |  2001-04-19  |  13.8 KB  |  394 lines

  1.                     The FAR File and Archive Manager
  2.                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.                 What's new in plugins in the latest version
  4.                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5.  
  6. [!] Important
  7. [+] New
  8. [-] Fixed error
  9. [*] Changes
  10.  
  11. ───────────────────────────────────────────────────────────────────────────
  12. FAR 1.70 beta 3 (build 591) (19.04.2001)
  13. ───────────────────────────────────────────────────────────────────────────
  14.    All the plugins supplied with the FAR Manager are designed only for the
  15. version of FAR with which they are supplied. It is not guaranteed that
  16. the standard plugins will function correctly with different FAR versions.
  17.  
  18. EMenu
  19. ~~~~~
  20. [+] New plugin, allowing to run Windows Explorer context menu commands for
  21.     the current file/folder on a FAR Manager panel.
  22.  
  23. [!] The plugin works only under FAR 1.70 build 321 or later.
  24.  
  25. [+] If possible, all context menu items are shown.
  26.  
  27. [-] The shortcut key in the menu caption was highlighted, though it's not
  28.     needed there at all.
  29.  
  30. [-] File selection is not lost.
  31.  
  32. [+] Backspace, Ctrl-Left, Ctrl-PgUp - jump to the previous menu
  33.  
  34. [+] Space, Ctrl-Right, Ctrl-PgDn - works the same as pressing Enter
  35.  
  36. [+] The menu caption always shows the file name.
  37.  
  38. [+] Graphical menu instead of text (optional).
  39.  
  40.  
  41. Network
  42. ~~~~~~~
  43. [+] An informational message is shown while performing long operations.
  44.  
  45. [!] The "memory" mechanism is removed (it made the plugin unusable)
  46.  
  47. [+] It is possible to show hidden system shares under Windows NT/2000.
  48.  
  49. [!] Now pressing Ctrl-PgUp or changing to the directory ".." of the root
  50.     directory of an UNC disk shows the corresponding share in the Network
  51.     Browser. (Works only for Microsoft Windows networks.)
  52.  
  53. [+] Now it is possible to go to the list of shares of a server by entering
  54.     in the command line
  55.       net:<server name>
  56.     or
  57.       net:\\<server name>
  58.     or (when the plugin is open)
  59.       cd \\<server name>
  60.     (Works only for Microsoft Windows networks.)
  61.  
  62. [*] Now the current network path is shown in the panel title.
  63.  
  64. [*] Correct handling of Ctrl-F.
  65.  
  66. [-] Now pressing F3 or Alt-F3 in the Network Browser panel is ignored.
  67.     Earlier it caused a full network scan, which took a lot of time and
  68.     was completely unnecessary.
  69.  
  70. [+] The option "Skip top level screen" is replaced with the option "Show
  71.     local network". If this option is enabled, then, when the Network
  72.     Browser is first opened, it will show the network neighborhood of
  73.     the current computer (computers in the same domain or workgroup).
  74.     The option works only for Microsoft Windows networks.
  75.  
  76. [+] It is possible to toggle the connection type (permanent/temporary) in
  77.     the drive letter selection menu (F6/Shift-F6).
  78.  
  79. [+] Added a dialog to confirm unmapping a network drive. The dialog allows
  80.     to choose whether the mapping should be restored at logon. The
  81.     respective option from the configuration dialog has been deleted.
  82.  
  83. [*] Now when trying to enter an unavailable resource, the plugin checks
  84.     the availability before changing the directory, and not after that.
  85.     Thus the situation when an empty panel is shown is excluded.
  86.  
  87.  
  88. Advanced Compare
  89. ~~~~~~~~~~~~~~~~
  90. [*] All functions present in the FSF (FAR Standard Functions) were removed
  91.     from the plugin sources; now the plugin works only under FAR 1.70.
  92.  
  93. [*] Small optimizations of loops, checks and function calls.
  94.  
  95. [*] When checking for Esc, CONIN$ is used instead of the standard input -
  96.     for the unlikely case that someone will run FAR with standard input
  97.     redirection.
  98.  
  99. [-] The flag "two seconds precision" had an opposite effect.
  100.  
  101. [-] Memory leak after interrupting a subdirectory compare by pressing Esc.
  102.  
  103. [-] When comparing file contents, Esc interrupted only the compare of the
  104.     current file, but not the process as a whole.
  105.  
  106. [-] Comparing files on panels (when neither file contents nor
  107.     subdirectories were compared) couldn't be interrupted by pressing Esc,
  108.     no matter how many files there are.
  109.  
  110. [*] When comparing files on the panels and in each subdirectory checking
  111.     for Esc is done only once after every 256 compares - to reduce the
  112.     overhead of calling console input reading functions. When comparing
  113.     file contents, the check is done after reading each block (32K) -
  114.     a disk operation takes much longer than any console operations.
  115.  
  116. [*] When interrupting the compare by pressing Esc, the panel selection is
  117.     not changed, so as not to give partially incorrect results to the
  118.     user. Possibly a future version of the plugin will have an option to
  119.     control this behaviour.
  120.  
  121. [+] Added options "Process selected items only" and "Display message when
  122.     no differences found". The option "Process selected items only" is
  123.     ignored for panels on which nothing is selected - in this case the
  124.     entire contents of the panel is compared.
  125.  
  126. [+] If at least one of the panels is a plugin panel, the message saying
  127.     that "Two usual file panels are required for this operation" when trying
  128.     to compare file contents or subdirectories is not shown, but instead the
  129.     options for comparing contents or subdirectories are shown as
  130.     "disabled" and "deselected".
  131.  
  132.  
  133. FileCase
  134. ~~~~~~~~
  135. [+] Can process subdirectories.
  136.  
  137. [+] Works on the temporary panel. Changes the file case, but this is not
  138.     displayed by the temporary panel (this is a feature of the temporary
  139.     panel).
  140.  
  141.  
  142. Brackets
  143. ~~~~~~~~
  144. [*] The rule "after bracket" has lower priority than "on bracket":
  145.     > Incorrectly jumps on brackets in cases if there are enclosed
  146.     > brackets of different types, for example:
  147.     >   (myarray[x])
  148.     > Cursor jumps from the closing round bracket to the opening square
  149.     > bracket.
  150.  
  151.  
  152. MultiArc
  153. ~~~~~~~~
  154. [!] Default settings for the ARJ.FMT module are changed in view of
  155.     last versions of ARJ archiver.
  156.  
  157. [+] The background process window is minimized.
  158.  
  159. [*] Continious reset of the "Background" option.
  160.  
  161.  
  162. FARCmds
  163. ~~~~~~~
  164. [+] The leading spaces are removed in the command being processed.
  165.  
  166. [+] New command "clip" - put data in the Windows clipboard
  167.  
  168. [+] New command "whereis" - find and jump to the given object
  169.  
  170. [+] When capturing the output of external programs, it is possible to
  171.     capture the text written by a program directly to the console
  172.     (and not through the standard output stream). This screen output
  173.     can be seen after pressing Ctrl+O if the prefix "<<" was specified
  174.     instead of "<" or if the respective option is enabled in the
  175.     plugin settings.
  176.  
  177. [+] It is possible to execute an external command in a directory
  178.     different from the current directory by specifying "|path|command"
  179.     instead of "command".
  180.  
  181.  
  182. PrintMan
  183. ~~~~~~~~
  184. [+] "Interface options"/"Show 'Print parameters' dialogue before printing"
  185.  
  186. [+] New options: "Chars per line" and "Copies"
  187.  
  188. [+] New option when printing from panels: "Print as binary file"
  189.  
  190. [-] Fixed bug with printing selected block in editor.
  191.  
  192. [-] Fixed bug with "empty lines".
  193.  
  194. [!] Invoked only for normal (non-plugin) panels. In plugin panels the
  195.     standard printing code of the FAR Manager is used.
  196.  
  197. [!] Redraw of file panels after executing from QuickView/Info panels.
  198.  
  199.  
  200. HlfViewer
  201. ~~~~~~~~~
  202. [-] Bug when searching in archives (OpenFilePlugin). As a result, pressing
  203.     Enter on a HLF file no longer views it. If you want this feature to
  204.     come back, you should create an association for *.hlf files with the
  205.     following Execute command: hlf:!.!
  206.  
  207. [*] Hyperlinks are handled correctly in help files opened from plugins
  208.     (for example, HLFViewer).
  209.  
  210.  
  211. TempPanel
  212. ~~~~~~~~~
  213. [+] It is possible to specify that the list file is in the ANSI codepage -
  214.     for this you should capitalize the first letter of the command (see
  215.     the help). Otherwise the list file is treated as OEM codepage.
  216.  
  217.  
  218. ProcList
  219. ~~~~~~~~
  220. [-] Process name was not shown in some cases.
  221.  
  222. [!] The plugin works correctly under Windows XP (Whistler).
  223.  
  224.  
  225.  
  226. ───────────────────────────────────────────────────────────────────────────
  227. FAR 1.70 beta 2 (build 321) (16.12.2000)
  228. ───────────────────────────────────────────────────────────────────────────
  229. ProcList
  230. ~~~~~~~~
  231. [+] Configuration block is added. Plugin can be called, shown and hidden from
  232.     the plugins menu or the disks menu.
  233.  
  234. PrintMan
  235. ~~~~~~~~
  236. [+] New option: "Lines per page"
  237. [+] Now the plugin is shown in the list of plugins in the viewer
  238. [*] Help files updated...
  239. [-] Some little bugs fixed...
  240.  
  241. Brackets
  242. ~~~~~~~~
  243. [!] Completely rewritten. Can find/select single and double brackets.
  244.     Brackets type can be adjusted. For specific information see help.
  245.     Hotkeys examples see in %FAR%\Plugins\Editor\Brackets\BrackEng.reg and
  246.     BrackRus.reg, if FAR interface is English and Russian respectively.
  247.  
  248.  
  249. DrawLine
  250. ~~~~~~~~
  251. [*] Fixed "strange flashing" of text in the status bar when pressing and
  252.     holding the Shift key for a few seconds.
  253.  
  254.  
  255. HlfViewer
  256. ~~~~~~~~~
  257. [+] New plugin to view HLF files.  It will be useful both for plugin
  258.     developers (viewing the current help topic in editor) and for ordinary
  259.     users.
  260.  
  261.  
  262. FARCmds
  263. ~~~~~~~
  264. [+] Trailing spaces are removed from the command being processed.
  265. [-] Quoted file names are correctly processed in commands like:
  266.        >view:"my file"
  267. [*] Fixed a bug with separators (DI_TEXT|DIF_DIVIDER).
  268. [-] Cursor could not be positioned to a file with a name containing square
  269.     brackets.
  270.  
  271.  
  272. FileCase
  273. ~~~~~~~~
  274. [-] Incorrect processing of Russian filenames.
  275.  
  276. MultiArc
  277. ~~~~~~~~
  278. [-] Spelling mistakes in ArcRus.lng.
  279.  
  280. FARFtp
  281. ~~~~~~
  282. [-] 100% processor load during plugin operations.
  283. [*] "{xx%} Upload - Far" is written in the FAR console title instead of
  284.     "Upload {xx%} - Far".
  285.  
  286. Network
  287. ~~~~~~~
  288. [*] "Reconnect deleted share" in the NetEng.lng is replaced with
  289.     "Persistent connection".
  290. [+] NetEng.hlf: information about "Persistent connection".
  291. [+] New parameter in options - "Remember last visited host".
  292.  
  293. TempPanel
  294. ~~~~~~~~~
  295. [*] Trims leading and trailing spaces in the file name when putting it
  296.     on the panel.
  297.  
  298.  
  299. ───────────────────────────────────────────────────────────────────────────
  300. FAR 1.70 beta 1 build 272 (21.11.2000)
  301. ───────────────────────────────────────────────────────────────────────────
  302. ProcList
  303. ~~~~~~~~
  304. [+] You can view the process list on remote machines running under Windows
  305.     NT or Windows 2000 (by pressing the F6 key). You must have Administrator
  306.     privileges to use this feature. To view remote processes from
  307.     Windows 95/98/ME, you must have access to the remote machine's registry
  308.     (winreg.dll is required for that). Shift-F6 returns to the local machine.
  309. [+] You can raise and lower the priority class for local processes
  310.     (Shift-F1/Shift-F2).
  311. [+] The number of threads and several performance counters are shown
  312.     in View mode for local and remote machines running NT or Windows 2000.
  313.     (The number of counters depends on the OS version of the target machine.)
  314.     Full pathnames are shown in this mode too (local machines only).
  315. [+] The process command line and environment are shown in View mode
  316.     for local machines running NT/2000.
  317. [+] The process I/O counters and the count of GUI object handles
  318.     are shown in View mode for local machines running Windows 2000.
  319. [+] More extended window styles are recognized in View mode.
  320. [+] Under NT or Windows 2000 you can kill services and other
  321.     processes which were "unkillable" before. This feature works only if
  322.     you have Administrator privileges. BE CAREFUL!
  323. [+] Under NT/2000, the date/time columns show the process start time.
  324.  
  325.  
  326. FARFtp
  327. ~~~~~~
  328. [-] Fixed a bug causing FAR to crash when the user pressed Ctrl-Break at
  329.     the moment of connecting to the server.
  330.  
  331.  
  332. MultiArc
  333. ~~~~~~~~
  334. [!] In the plugin configuration menu now there is only one item
  335.     "Archive support configuration". Pressing it will pop up a submenu.
  336. [+] New archiving option "Background" - runs an archiving process
  337.     in a separate console window.
  338. [+] ACE.fmt - FAR archive support module for the ACE archiver.
  339.     Because of some incompatibility of different versions of ACE, some archive
  340.     commands may not work correctly. It occurs because of new keys appeared
  341.     in the new version (the plugin is designed to work with ACE 1.2a).
  342.     If you receive an error message, go in FAR in:
  343.     Options|Plugins configuration|Archive support|Command lines|ACE
  344.     and remove everywhere you find the parameter {-t %%W}.
  345.  
  346.  
  347. TempPanel
  348. ~~~~~~~~~
  349. [+] The temporary panel can read the list of its items from a file.
  350. [+] Prefix - "tmp".
  351.  
  352.  
  353. PrintMan
  354. ~~~~~~~~
  355. [+] New plugin. Is able to print from viewer, editor and file panels.
  356.  
  357.  
  358. FARCmds
  359. ~~~~~~~
  360. [+] New plugin gives additional possibilities that can be used in
  361.     panels, user menu, file association menu or command line, namely:
  362.     opening a file in the viewer/editor, show any program's stdout
  363.     interception in the viewer/editor, "smart" go to the necessary
  364.     directory/file and also setting the same directory on the passive
  365.     panel as on active. See the plugin help for details.
  366.  
  367. Brackets
  368. ~~~~~~~~
  369. [+] The processing of angular brackets '<' and '>' is added.
  370.  
  371. EditCase
  372. ~~~~~~~~
  373. [!] Completely rewritten and is able to process the text in the
  374.     following modes:
  375.       * all lower case
  376.       * Begin With Capital
  377.       * ALL CAPITAL
  378.       * cHANGE tHE cASE
  379.       * Cyclic change
  380. [+] The current word is processed if no block is marked.
  381.  
  382.  
  383. Network
  384. ~~~~~~~
  385. [-] Fixed a bug with sending the login and password in OEM-codepage.
  386. [+] New configuration option allowing to add the "Network" item to
  387.     the plugins menu.
  388. [+] New option "Restore connection". If this option is set, deleted shared
  389.     disks will be restored after the reboot. If it is not set, shared
  390.     disks will be deleted permanently.
  391.  
  392.  
  393.                                      [ FAR manager development group ]
  394.