Differences
This shows you the differences between the selected revisions of the page.
2005-11-10 | 2005-11-14 | ||
typo (martin) | 2005-10-29 (martin) | ||
Line 4: | Line 4: | ||
===== Not Released Yet ===== | ===== Not Released Yet ===== | ||
- | === 2005-10-28 === | + | === 2005-10-29 === |
* The Server/Protocol Information dialog remade. It now also show space available for current directory. | * The Server/Protocol Information dialog remade. It now also show space available for current directory. | ||
* File panel can be sorted by extension by clicking on dedicated part of //Name/Ext// column title. | * File panel can be sorted by extension by clicking on dedicated part of //Name/Ext// column title. | ||
+ | * Commands //Edit New File// and //Create Directory// moved to //New > File// and //New > Directory//. Command //Add/Edit Link// split into //Edit Link// and //New > Link//. Submenu //New// is also accessible from panel's context menu. | ||
+ | * New panel option for Norton Commander-like interface: //Full row select// (turned on by default). Can be turned on to make panel's context menu more accessible. | ||
* If the SFTP server does not provide file permissions/owner/group in directory listing, WinSCP requests them explicitly before showing Properties dialog. | * If the SFTP server does not provide file permissions/owner/group in directory listing, WinSCP requests them explicitly before showing Properties dialog. | ||
* Only the last ''@'' in connection string is considered as username/hostname separator, making it possible to easier type username and/or password containing ''@'' from command-line. | * Only the last ''@'' in connection string is considered as username/hostname separator, making it possible to easier type username and/or password containing ''@'' from command-line. | ||
+ | * "Edit" commands now open all selected files, not only focused one, if editing of multiple files is allowed. | ||
* When changing file properties, ''chgrp'' and ''chown'' are called before ''chmod'', because they change file permissions (SCP-only). | * When changing file properties, ''chgrp'' and ''chown'' are called before ''chmod'', because they change file permissions (SCP-only). | ||
* It is now possible to edit two files with the same path/name located on different servers. | * It is now possible to edit two files with the same path/name located on different servers. | ||
Line 19: | Line 22: | ||
* Custom transfer settings dialog disables settings unusable in current context (synchronisation mode, server capabilities, etc.). | * Custom transfer settings dialog disables settings unusable in current context (synchronisation mode, server capabilities, etc.). | ||
* Transfer setting preset info tip does not show settings unusable in current context (server capabilities, etc.). | * Transfer setting preset info tip does not show settings unusable in current context (server capabilities, etc.). | ||
+ | * Setup does not overwrite update period, if updated were already enabled. | ||
* Transfer setting options "Permissions" and "Preserve read-only" are disabled when the server does not support permissions. | * Transfer setting options "Permissions" and "Preserve read-only" are disabled when the server does not support permissions. | ||
* Progress is displayed, when collecting additional file properties before Properties dialog is shown. | * Progress is displayed, when collecting additional file properties before Properties dialog is shown. | ||
Line 24: | Line 28: | ||
* Licence of PuTTY updated. | * Licence of PuTTY updated. | ||
* File mask ''*.*'' is treated exceptionally, matching all files, even those without dot. | * File mask ''*.*'' is treated exceptionally, matching all files, even those without dot. | ||
+ | * Internal editor window is activated before associated message box pops up (e.g. save confirmation). | ||
+ | * //Preferences// command added to context menu of internal editor. | ||
* Navigation tree on login and preferences dialogs widened to allow longer translations. | * Navigation tree on login and preferences dialogs widened to allow longer translations. | ||
* When sorting files in file panel, filename is always secondary criteria. | * When sorting files in file panel, filename is always secondary criteria. |