Autor Thema: Explorerersatz und -Erweiterungen (Total Commander etc..)  (Gelesen 285784 mal)

0 Mitglieder und 4 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Total Commander 9.0 Beta 1
« Antwort #1410 am: 09 Juni, 2016, 04:45 »
Changelog

Added: Send WM_USER+50 with wparam set to 1011/1012 to get index of first file in list (-1 if there are no files) (32/
Added: Send WM_USER+50 with wparam set to 1009/1010 to get index of first item (0 if there is no updir, 1 otherwise) (32/
Added: Send WM_USER+50 with wparam set to 1007/1008 to get index of current item (caret) (32/
Added: Send WM_USER+50 with wparam set to 1005/1006 to get total number of selected items (32/
Added: Send WM_USER+50 with wparam set to 1003/1004 to get total number of items (including those hidden by quick filter (32/
Added: Send WM_USER+50 with wparam set to 1001/1002 to get number of items in left/right list (32/
Added: Send WM_USER+50 with wparam set to 1000 to get active panel: 1=left, 2=right (32/
Added: Ctrl+Q: Only enable viewing of readme files in archives which have default extensions (e.g. .zip): wincmd.ini [Configuration] QuickViewUnzipReadMe=-1 (32/64)
Added: Compatibility with TWinkey plugin: Turn off tab icons in Configuration - Options - Folder tabs if you want to use the tab coloring from TWinkey (32/64)
Added: Send WM_USER+50 with wparam=1..29 -> returns window handle of control. Controls are: 1=leftlist, 2=rightlist, 3=active list, 4=inactive list, 5=leftheader, 6=rightheader, 7=leftsize, 8=rightsize, 9=leftpath, 10=rightpath, 11=leftinfo, 12=rightinfo, 13=leftdrives, 14=rightdrives, 15=leftpanel, 16=rightpanel, 17=bottompanel, 18=lefttree, 19=righttree, 20=cmdline, 21=curdirpanel, 22=inplaceedit, 23=splitpanel, 24=leftdrivepanel, 25=rightdrivepanel, 26=lefttabs, 27=righttabs, 28=buttonbar, 29=buttonbarvertical (32/64)
Added: Synchronize dirs: Press SPACE or Shift+SPACE when multiple files are selected -> works as if it was pressed for each file separately (32/64)
Added: New internal command cm_UpdateQuickView to force reload the quick view panel or separate quick view (32/64)
Added: Search files, duplicate file finder: use MD5 function from crypto API for quicker MD5 calculation (32/64)
Added: Dialog box to choose default icon library for button bar and main menu, also supports third party libraries (32/64)
Fixed: No more icons shown for Computer, Documents, Nethood on Windows 9x/ME (32)
Fixed: Search for updates not working on some computers because WSAStartup wasn't called (32/64)
Fixed: Reload button bar when a different version of the wcmicons.dll is detected, and the dll is used in a button bar (32/64)
Fixed: Changing separator between left and right panel sometimes didn't update the position of the vertical buttonbar (32/64)
Added: Warn user when entering a virtual folder (e.g. a phone via MTP) where extensions are hidden, and let the user enable them (32/64)
Added: Configure extra space above/below and to the left/right of the icons via Configuration - Options - Icons. Default is 2 and 1 pixel (32/64)
Fixed: Better default column widths for higher resolutions (32/64)
Fixed: Better default window size adapted also to high DPI screens (32/64)
Added: Default font is now "Segoe UI regular", no longer "Segoe UI semibold" (32/64)
Fixed: 64-bit TC8.52a and older couldn't be closed by installer with MinimizeOnClose set (64)
Fixed: ZIP packer, progress dialog: Name on second line was wrong when packing names as UTF-8 (32/64)
Added: Unzip: Use NTFS timestamp from extra header if available, e.g. for ZIPs created with WinRAR (32/64)
Added: Unzip: Use timestamp from central directory and not from local header when unpacking (32/64)
Fixed: Automatic mode change: Sort order and additional sort orders were not set (32/64)
Added: Speed up hash check of MD5, SHA1, SHA256, SHA384 and SHA512 by using Microsoft Crypto API functions (if PROV_RSA_AES is available) (32/64)
Fixed: Detect TAR files with UTF-8 encoding (created on Linux system with default UTF-8 encoding), they don't have any UTF-8 headers (32/64)
Added: New internal command cm_EditFileMenu to show 'New' submenu from the right click context menu, to create new files other than plain text (32/64)
Added: New internal commands to open separate quick view window: cm_SeparateQuickView, cm_SeparateQuickInternalOnly (32/64)
Fixed: Search result, feed in listbox, Ctrl+Q quick view, delete file(s) -> quick view wasn't updated (32/64)
Fixed: Unpacker, invalid names in archive: Replace tab by space, other characters below space like line breaks by underscore '_' (32/64)
Added: Verify and create additional checksum types: SHA224, SHA384, SHA3_224, SHA3_256, SHA3_384, SHA3_512, code from wolfgang-ehrhardt.de (32/64)
Added: The following commands now accept a numeric parameter in the button bar or start menu: CM_WAIT CM_SELECT CM_UNSELECT CM_REVERSE CM_GOTOFIRSTENTRY CM_GOTOFIRSTFILE CM_SWITCHDRIVE CM_DELETE CM_LEFTSWITCHTOTHISCUSTOMVIEW CM_RIGHTSWITCHTOTHISCUSTOMVIEW CM_SEARCHFORINCURDIR CM_DIRECTORYHOTLIST (32/64)
Added: New internal command cm_GoToFirstEntry place cursor on first folder or file in the list (32/64)
Fixed: Synchronize dirs: Deleting files (not folders!) from multiple subdirs seems to work now on Windows 7 without deleting other files, need test on other Windows versions too (32/
Fixed: F8 delete to recycle bin: re-use delete thread(s) for VistaDelete function, because it could hang on close on some Windows 10 systems (32/64)
Fixed: Main menu: Open menu item with Alt+Letter, cycle through main menu with cursor left -> focus was not removed from older items (64)
Fixed: Search while on tab with directory changes allowed, feed to listbox, switch to different tab and back -> F3 no longer worked, because base dir was changed back to locked tab (32/64)
Fixed: F5, Shift+5, new combobox: Neither ESC nor ENTER worked to close dropdown list (32)
Added: Lister, HTML-Viewer: Support '&ldquo' and '&bdquo', translate to normal double quotes: " (32/64)
Added: FTPOPEN sessionname|*/subdir opens session in active panel, even if a different panel is set as the default ftp side (32/64)
Fixed: FTPOPEN sessionname|/subdir changes to /subdir if session is already open, otherwise connects to sessionname and then goes to /subdir (in preferred ftp side) (32/64)
Fixed: Progress dialog (e.g. for F5 copy) wasn't correctly centered over main window (64)
Added: Main menu: Submenu in "Show" menu to configure and manually switch view modes (32/64)
Added: Multi-rename tool, click on [N#-#]: Show preview of selected range in lower left (32/64)
Fixed: ZIP packer: Problems storing files containing characters ‹›«» which are not part of the OEM charset. Do not store them as because the Explorer cannot see them (32/64)
Fixed: Synchronize dirs: Compare by content with md5 or sha checksums failed if the server returned both the checksum and the file name, and the name was too long (32/64)
Fixed: F4 in search results (in search dialog directly) on file in subdir, save, re-upload, same for file in base dir -> file re-uploaded to wrong folder (32/64)
Fixed: Directory history: Problems with remembering position in file list when using "go back" (Alt+Cursor left) (32/64)
Added: wincmd.ini [Configuration] OpenUrls=0 turns off new feature to follow .url files to folders with TC (32/64)
Added: Follow .url files pointing to directrories within Total Commander. Format: [InternetShortcut]URL=file://c:/path or URL=c:\path (32/64)
Added: Custom columns view, sort by custom column: Do not pre-load fields for directories when sorting by a column, but directories are sorted by name (32/64)
Fixed: Drive dropdown list: Re-open with new drive when drive is added while the list is open (32/64)
Fixed: Windows 10: Hide drive letters like "X:" on desktop (in file list, tree, breadcrumb bar etc) (32/64)
Fixed: Do not actively close HTML help (.chm) when closing TC, it crashes on Vista/8/8.1/10 when user chooses "Close group". Windows closes the window by itself (32/64)
Fixed: Unpack files with F5 from ZIP, option 'Unpack path names if stored with files'' NOT checked -> only unpack files, not the empty folders themselves (32/64)
Fixed: Internal associations: Allow to override also internal unpackers with **packerplugin, e.g. for 7z, not only define additional extensions (32/64)
Fixed: English version: Replaced "Less rules" by "Fewer rules" (grammar error) in search dialog, also "Fewer attributes" in attributes dialog (32/64)
Fixed: Connection progress dialog: Limit size of this dialog to the size of the main Total Commander window (32/64)
Fixed: Connection progress dialog: Lines too low for large text when using OverrideDpi (32)
Added: New internal commands cm_FocusLeftTree, cm_FocusRightTree, cm_FocusSrcTree, cm_FocusTrgTree to focus separate tree. Does nothing if no tree is visible (32/64)
Added: New internal commands cm_FocusSrc and cm_FocusTrg to put cursor in source/target panel (32/64)
Added: wincmd.ini [Configuration] RenameUpDown=0 turns off jumping to previous/next file in the list with cursor up/down while renaming (32/64)
Fixed: Auto view-mode switch: always reload view mode when TC is restarted, even when user has set view mode manually (32/64)
Added: Lister, HTML viewer: Detect UTF-8 encoding also with this tag: (32/64)
Added: New internal commands: cm_Select, cm_Unselect, cm_Reverse: Select/Remove selection/Invert selection of current file, jump to next (32/64)
Added: New internal command: cm_ListOnly: view single file with plugins/multimedia, cm_ListMulti: same but for selected files (32/64)
Added: New internal command: cm_ListInternalMulti like cm_ListInternalOnly: view selected files without plugins/multimedia (32/64)
Added: New internal commands: cm_EditNewFile (ask for name, create new text file, open in editor), cm_EditExistingFile (open file under cursor in editor) (32/64)
Fixed: Archive browser: Use also creation time to detect when an archive was changed, not only size and modification time (32/64)
Fixed: The first FTP connection button had wrong tooltip "CD-ROM" if drive P: was a CD-ROM drive (32/64)
Fixed: Ignore Ctrl+C, Ctrl+X in file system plugins and on ftp servers, otherwise there may be an OLE error (32/64)
Fixed: Do not switch to invisible panel (separator moved to the far left/right) on Tab, problem was only in 64-bit version (64)
Added: FTP via HTTP proxy: Send both "Pragma: no-cache" and "Cache-Control: no-cache" headers for HTTP 1.1 and 1.0 (32/64)
Fixed: FTP via HTTP proxy: Send "no cache" header also after deleting a file (32/64)
Fixed: Support recycle bin on drives created with SUBST command (32/64)
Fixed: Unzip: unpack trailing spaces in directory names, otherwise files inside them cannot be unpacked (32/64)
Fixed: Adjust panels to tab control height after setting/removing tab icon (32/64)
Added: New internal plugin option [=tc.decode html characters (utf-16)] to replace UTF-16 encoded html strings by characters (32/64)
Added: New internal plugin option [=tc.decode html characters (utf-8)] to replace UTF-8 encoded html strings by characters (32/64)
Added: New internal plugin option [=tc.decode html characters (text)] to replace html strings by characters, e.g. by a space etc. (32/64)
Added: Compare by content, edit mode: triple click now selects entire line, just as in Lister (32/64)
Added: Compare by content, show only differences: Support copy+paste, jump to next/previous difference (32/64)
Added: Compare by content: edit text even when showing only differences, with some restrictions (no modifications across hidden text) (32/64)
Fixed: Do not show exception error when closing down (e.g. because Semaphore object was deleted) (32/64)
Added: Compare by content: Show only differences even after modifying the file(s) (32/64)
Added: Compare by content: Option to show only differences (with 2 additional lines above and below the difference) (32/64)
Added: Use Windows certificate stores "ROOT" and "CA" to verify purchased server certificates without wincmd.pem file (32/64)
Added: Connections via https/ftps: Send server name to host for servers with multiple names per IP address (Server Name Indication, SNI) (32/64)
Fixed: Various problems with view modes and folder tabs (32/64)
Fixed: Tab locked with dir changes allowed, go to different dir with other view mode, close and re-open program -> view mode was wrong (32/64)
Fixed: Compare by content, left file is ACE archive, right side any archive -> progress dialog didn't close after comparing (32/64)
Fixed: Background transfer manager: Changed command to sleep for x milliseconds from sleep x to sleep: x. Reason: it prevented download of files starting with "sleep". Note: "sleep: x" already worked in older versions (32/64)
Fixed: Configuration - Options - Colors: Choose custom color from dropdown combo, then change via >> button changed color only in preview, not in combobox (64)
Added: Adjust view modes using custom columns when moving or deleting custom columns configurations (32/64)
Fixed: Crash when using quick search filter in network neighborhood, and notification about new server came in (32/64)
Added: GUI to auto-switch view modes by directory, type of directory, or files (32/64)
Fixed: OpenSSL dlls 1.0.2g and newer could no longer be used because the function SSLv2_client_method wasn't exported any more (32/64)
Fixed: Locked tab with dir changes allowed: Go to different dir with other view mode, switch to different tab and back -> view mode was wrong (32/64)
Fixed: Disconnect from FTP -> panel colors were not restored if FTP had a custom background color (32/64)
Fixed: Connect to FTP -> panel colors were not restored if FTP had a custom background color (32/64)
Added: Set view modes by directory, type of directory, or files (32/64)
Fixed: Switch away from locked tab -> we need to update the icon of the tab because the folder is reverted to the locked folder (32/64)
Fixed: cm_dirmatch is now much faster when comparing directories with several 1000 files each (32/64)
Fixed: cm_comparedirswithsubdirs and cm_comparedirs are now much faster when comparing directories with several 1000 files each (32/64)
Fixed: Inplace rename: Do not react to single click on file after changing directories or tabs (32/64)
Fixed: Prevent stack overflow when user holds down ENTER keys on certain file types (e.g. OpenOffice) which take long to load (32/64)
Fixed: There was no progress dialog when unpacking folder timestamps from ZIP at the end of the unpack operation (32/64)
Fixed: Unpacking folder timestamps from ZIP slow when there are many folders (32/64)
Fixed: Open certain ZIP archives >4GB created on MacOS with invalid headers (all size fields are the rest when dividing by 4G) (32/64)
Fixed: Increased width around separator in sorting header where it is possible to resize the header, mainly for high DPI devices (32/64)
Fixed: Support recycle bin on network drives (with drive letter) if enabled via registry. Search for "{9147E464-33A6-48E2-A3C9-361EFD417DEF}" to get instructions (32/64)
Fixed: Background transfer manager: Line height in Listbox wasn't updated when changing font in Configuration - Options - Fonts. Note: DPI settings have no effect on this dialog (32/64)
Fixed: Background transfer manager: Line height in Listbox was wrong on Windows 10 with old style high DPI settings (32/64)
Fixed: FTP: TLSv1.1 and TLSv1.2 were not supported (Note: The openssl libs in the libcurl package do not support TLSv1.1 and TLSv1.2) (32/64)
Fixed: Delete to recycle bin using new method (VistaDelete): Close thread with delay, it could prevent hang for some users on Windows 10 (32/64)
Fixed: Unzip: Show progress bar also for files where the packed size isn't stored in the local ZIP header (use unpacked size from central directory) (32/64)
Added: New internal command: cm_ShrinkSelectionCurrentExt: Show "Unselect files" dialog, pre-load extension of file under cursor (32/64)
Added: New internal command: cm_SpreadSelectionCurrentExt: Show "Select files" dialog, pre-load extension of file under cursor (32/64)
Added: wincmd.ini [Configuration] SizeStyle1000=1 Show sizes with 1k=1000 byes, 1M=1000k etc. instead of 1k=1024b, 1M=1024k etc. Note: This doesn't affect the Properties dialog (Alt+Enter) because it's created by Explorer (32/64)
Added: 4 new modes to show numbers: k/M/G/T add Terabytes. There are also two new modes to show 2 digits after the decimal point, e.g. 101.52 M (32/64)
Added: Disable overwrite confirmation in sync: wincmd.ini [Confirmation] SyncConfirmOverwrite=0 (32/64)
Fixed: Ctrl+Shift+Q: Return focus to Total Commander if separate Lister window steals it, e.g. when loading a plugin (32/64)
Added: Ctrl+Shift+Q: Opens Quick View in separate Lister window, updates contents when going to other file (32/64)
Added: Set scaling of dialog boxes (OverrideDPI) via main settings - fonts (32/64)
Added: New environment variable %COMMANDER_INSTANCE% set to the number shown in the TC title bar (first running=1) (32/64)
Added: Automatic update check (experimental): wincmd.ini [Configuration] AutoUpdateCheck=1 (all updates, or 2: no beta versions) (32/64)
Added: Manual update check via menu Help - Check for updates now, using DNS lookup (32/64)
Added: Multi-rename tool: Move dropdown combobox list (saved settings) to the left if it would not fully fit on the screen (32/64)
Added: Multi-rename tool: Dialog box to select range of characters now allows to return character positions from the end of the string, and selection length (32/64)
Added: Multi-rename tool: New button to add range of characters from other default fields (32/64)
Added: Multi-rename tool: New button to add other default fields like parent directory name [P] (32/64)
Fixed: Multi-rename tool: do not try to show preview of names with plugin fields in a virtual folder (32/64)
Added: Multi-rename tool: If there are duplicate names, or names that already exist, offer to auto-rename to "name (2).ext", "name (3).ext" etc. (32/64)
Added: Button bar, start menu parameters �..�: Selected files Nr. 3..9, empty if not as many selected (32/64)
Added: Button bar, start menu parameters �, �: Same as �, �, but with alternate 8.3 paths and names (DOS names) (32/64)
Added: Button bar, start menu parameters �, �: Compare parameters as in "Compare by content": First two selected files (with full path), or selected in source+target panel, or source file+same name in target panel (32/64)
Added: Shift+F4: Suggest user-defined name when cursor stands on a folder: wincmd.ini [Configuration] EditNewName= (32/64)
Added: wincmd.ini [Lister] NoPluginFileTypes=*.jpg *.avi Do not load the specified file types with a plugin, except when explictily choosing Options - 4 (32/64)
Added: wincmd.ini [Lister] NoMediaFileTypes=*.jpg *.avi Do not load the specified file types as video, audio, image, or with plugin, except when explictily choosing Options - 4 (32/64)
Added: wincmd.ini [Configuration] MediaRemote=-1 ignore keys received via WM_APPCOMMAND, even the browser buttons backward, forward, refresh, stop, favorites (32/64)
Added: Shift+F5/F5 Copy/Move in place: Show combobox with all open tabs and all subdirectories in the source panel (32/64)
Added: F5 Copy/F6 Move: Show combobox with all open tabs and all subdirectories in the target panel (32/64)
Added: Ctrl+B in search result now works like Ctrl+B while in branch view: Go to directory of file under cursor (32/64)
Fixed: Synchronize dirs: Status bar showed & characters as underlines when unpacking to temp (32/64)
Fixed: Couldn't read multiple comments from descript.ion files with Unix style line breaks (32/64)
Added: Configure whether to see the 3 external devices: wincmd.ini [Configuration] ShowExtraDrives=4 in addition to 1 (My Computer) and 2 (My Documents) (32/64)
Added: Show up to 3 external devices without drive letter (e.g. Android or Windows Phone) in Alt+F1/F2 drive dropdown list (32/64)
Added: Support screen readers in dialogs "Change start menu" and Directory hotlist - "Configure" (32/64)
Added: Read virtual folders like the Network Neighborhood with "async" option, so we get a list of known folders more quickly (32/64)
Added: Main settings: Let the user choose the preferred encoding for descript.ion files. Default is plain text, with UTF-16 Unicode if needed (32/64)
Added: Convert plain text to Unicode (UTF-16le, UTF-16be and UTF-8) descript.ion files depending on the user's preferences if the file name or comments contains Unicode (32/64)
Added: Create Unicode (UTF-16le, UTF-16be and UTF-8) descript.ion files depending on the user's preferences (32/64)
Fixed: Couldn't unpack AES-encrypted ZIP archives created by TC for Android directly on external SD (inclomplete header) (32/64)
Added: Read comments from Unicode (UTF-16le, UTF-16be and UTF-8) descript.ion files (32/64)
Fixed: CAB unpacker: Couldn't abort request for next archive (function expected 64-bit return value) (64)
Fixed: FTP, file system plugins: Move (Shift+F6) multiple files -> change entered string from .. to ../*.*, ../ to ../*.* too (32/64)
Fixed: File system plugins: Couldn't move multiple files with Shift+F6 to other directories, e.g. to the parent with ..\*.* (32/64)
Fixed: Switching from a plugin to html view could switch to UTF-8 view instead, if the html files was detected as bing utf-8 encided (32/64)
Fixed: Unicode text encoded as UTF-8 couldn't be loaded from ini files converted from ANSI to UTF-16, except in Western locale. It cannot work in multi-byte locales like Korean (32/64)
Fixed: Unicode text from different code page was incorrectly saved in UTF16 ini files (with UTF8 BOM) (32/64)
Fixed: Search function, list of stored searches: Preview below the list incorrect for Unicode stored in ANSI file (32)
Fixed: When deleting to recycle bin, the progress would sometimes show twice the number of files than are really deleted (32/64)
Added: Button bar, start menu: Put ** in front of program name to launch as different user on Windows Vista or newer (32/64)
Added: Properties of packed files: Show compression strength (AES128, AES192, AES256, ZIP20) and actual compression used, e.g. AES256, deflated (32/64)
Added: Scale FTP toolbar (only shown during FTP connections) to higher DPI screens (32/64)
Added: Use larger icons for directory history and hotlist (bookmarks) on high DPI devices (32/64)
Fixed: Lister: Crash trying to copy text from invalid UTF-8 text (partial UTF-8 code at the end of the selection) (32/64)
Fixed: Copy in background (F5-F2) could sometimes not be aborted when copying many small files (32/64)
Fixed: 32-bit version crashed when passing command line parameter longer than 255 characters (bug in system.pas unit) (32)
Fixed: Shift+Enter on a program not working on Windows 9x/ME (32)
Fixed: UnRAR: Do not delete target file when overwriting, to preserve special attributes and streams (32/64)
Fixed: Copy file system links (Junctions, hard links) with option CopyLinks=2 (adjust link target) sometimes created invalid target links (32/64)
Added: Re-use threads to load hints and ID-Lists if possible (32/64)
Fixed: Could not unpack ZIP files created by Copy.com cloud service due to invalid ZIP header (32/64)
Fixed: FTP: If connection is lost when using "keep alive" ('Offline' appears in log), trying to change directory will go to wrong subdirectory (32/64)
Fixed: Search in an archive, feed to listbox, unpack a file from search results to other panel -> search results were lost (32/64)
Fixed: Catch crash when printer=null, reason unknown (32/64)
Fixed: Search function (not maximized): Click on "Drives", move to far left, close, maximize search dialog, click on "Drives" -> Drives dialog was off screen (32/64)
Fixed: TC switched from network drive to c:\ when a USB disk was attached or removed, and the user couldn't access the root of that drive (32/64)
Fixed: Installer: On 64-bit Windows, read/write both 32-bit and 64-bit branch of HKEY_LOCAL_MACHINE from both installers (32/64)
Fixed: Compare by content was hanging on Linux/Wine when file was changed outside of the compare tool (32/64)
Fixed: TC switched from network drive to c:\ when launching, and the user couldn't access the root of that drive (32/64)
Fixed: Handle crash in FindFirstFile function, could lead to hanging directory read function (32/64)
Fixed: "Connecting" dialog not removed when: Testing big RAR (Alt+Shift+F9), Background, switch to currently inaccessible drive (e.g. network), RAR test ends after "Connecting" dialog appears (32/64)
Fixed: Didn't use abs() when calculating timeouts from GetTickCount() in some places, might cause problems after 25 days of uptime (32/64)
Fixed: Installer: Close running Total Commander also when we cannot determine its path (32)
Fixed: Button bar: put parameter %P%N in double quotes not only when the name contains a space, but also for '&' (needed for cmd.exe) (32/64)
Fixed: cm_FocusCmdLine didn't show the command line if it was hidden via settings (64)
Fixed: 32-bit uninstaller was shown as "Remove TC 64-bit" (German only) (32)
Fixed: Handle invalid ZIP files where the attribute flags are set to 255, so all files appear as folders (32/64)
Fixed: Crash unpacking ZIPs packed with LZMA compression (wrong tcmdlzma.dll included) (32)
Fixed: Crash when entering more than ~300 characters in Files - Change attributes - "time" field, may be a possible security hole (32/64)
Fixed: Crash caused by invalid TC start menu item OPENCUSTOMVIEW1 somename (note the '1' at the end) (32)
Fixed: Search function: Searching for UTF-8 byte order marker couldn't be stored in search history when using Cyrillic or other non-Latin locale (32/64)
Fixed: Search function: Searching for UTF-8 byte order marker couldn't be stored in search history (32/64)
Fixed: F5 copy from file system plugin to archive subdirectory packed to root of ZIP (32/64)
Fixed: FTP download from list, http links, target already exists -> TC was hanging when "Rename" was chosen (32/64)
Fixed: Branch view, pack files to plugin with option "Create separate archives" -> no backslash was appended to the path passed to the plugin (32/64)
Fixed: Overwrite dialog: Show target name with correct upper-/lowercase also if it differs from the source name (32/64)
Fixed: Alt+F5 pack: Creation of upper-/lowercase extension wasn't correct. Only use uppercase if all characters of the original name were uppercase and contained at least one character (32/64)
Fixed: Combined 32+64bit installer could not terminate already running 64-bit version of TC (because GetModuleFileNameEx didn't work for 64-bit programs from 32-bit installer) (32/64)
Fixed: Commands - System information didn't show Windows 8.1 and Windows 10 (32/64)

[close]

http://www.ghisler.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Far Manager 3.0.4700
« Antwort #1411 am: 11 Juni, 2016, 17:20 »
Far Manager is a program for managing files and archives in Windows operating systems. It works in text mode and provides a simple and intuitive interface for performing most of the necessary actions: viewing files and directories, editing, copying and renaming files and many other operations.

License: Open Source

http://www.farmanager.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Elyse 4.0.0
« Antwort #1412 am: 13 Juni, 2016, 17:40 »
Elyse is a tag-based file management system designed to solve the traditional methods of managing files by eliminating the need to decide where to store or find them.

What that means is folders and directories are conveniently replaced by tag nodes which are not unlike a saved search but much more flexible and powerful. Nodes are arranged in trees and give a similar effect to that of folders and directories - just more personalized to your way of thinking.

Freeware

Limitations: Elyse is free for use with up to 30 tags

Whats new:>>

- Browsing Tree sorting
- Multi-user server based option using PostgreSQL
- Various bug fixes

http://silkwoodsoftware.com/index.html

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Nomad.NET 3.2.0.2890
« Antwort #1413 am: 14 Juni, 2016, 05:30 »
Nomad.NET is the successor of Nomad, a powerful file manager written a couple of years ago. It is completely rewritten using best ideas and algorithms and implementing everything in a completely new way. It has almost all features required by modern file manages and several unique ones. All this features packed with easy and clean UI.

Freeware

Changelog

- Italian localization updated
- Show full version info when available (not only numbers but text too)
- Show Shield icon in Make Link Dialog when symbolic link selected and current account is limited
- Draw submenu arrows with corresponding theme color (instead of black)
- Bug fix: Use theme MenuText color in history and columns drop down menus
- Bug fix: Unable to delete unauthorized folder even after elevation (IOException thrown)
- Bug fix: Cannot load System.Design exception when opening Tools menu on machines with .net 4 client profile installed
- Bug fix: Unable to create symbolic link when application running under limited account (no elevation happen)
- Bug fix: Do not open bookmarks with shortcut key with Alt modifier in far panel
- Bug fix: Rare "An item with the same key has already been added" exception when using folder tree
- Bug fix: Do not show tooltips in tree view when item tooltips disabled in options
- Bug fix: Do not extract extensions from ftp folders with dot (i.e. folder.name)
- Bug fix: Bookmarks and tools bot copied to a user defined config folder during initial setup
- Bug fix: CmdPromptTabPlugin not working in Windows Vista and 7
- Regression bug fix: Location column is empty on folders found during search
- Other small and not so small unlisted bug fixes

[close]

http://www.nomad-net.info/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Total Commander 9.0 beta 2
« Antwort #1414 am: 17 Juni, 2016, 09:00 »
Changelog

15.06.16 Fixed: Trying to fix problem where users get request for next disk in sync tool (unreproduced error) (32/64)
15.06.16 Fixed: Create checksums: New SHA3 and SHA2-224 could sometimes return wrong checksum (for 0 byte file) when creating a lot of checksums (32/64)
15.06.16 Fixed: Add or remove custom view mode(s) -> list of view modes in main manu wasn't updated until the program was restarted (32/64)
15.06.16 Fixed: Access violation after copying a lot of files with "Verify" option (64)
15.06.16 Fixed: FTP Upload/Download confirmation dialog: Tab from edit box to first checkbox sometimes not working (64)
15.06.16 Fixed: Configuration - Options - Misc: Dropdown list of configured hotkey didn't support Unicode (32/64)
15.06.16 Fixed: Hotkeys not working in various locations of the main settings dialog, where options changed (32/64)
15.06.16 Added: Command cm_SearchForInCurdir opens search with directory under cursor. Accepts drive letter as parameter to search on that drive. Use the character code for scripting, e.g. A=65 (32/64)
15.06.16 Added: The following internal commands now support a drive letter (A-Z) or /=root, .=parent, [=nethood as parameter: CM_SRCOPENDRIVES , CM_LEFTOPENDRIVES , CM_RIGHTOPENDRIVES. Use the character code for scripting, e.g. A=65 (32/64)
15.06.16 Added: Show state for commands cm_FocusSrc, cm_FocusLeftTree, cm_FocusRightTree, cm_FocusSrcTree, cm_FocusTrgTree. Also update button state when entering tree panel (32/64)
15.06.16 Added: Configuration - Options, left list panel: Show "Autom mode swich" more to the right than "View modes" (32/64)
14.06.16 Added: Commands with numerical parameters like CM_SELECT now support ? or ?number as parameter, to get dialog box with value request (32/64)
14.06.16 Added: Multi-rename tool, "#" button submenu: New entry [?#-#] to open plugins dialog and let user choose range from sample plugin field (32/64)
14.06.16 Added: Support environment variables like %commander_path% in paths for auto-switch view modes (32/64)
14.06.16 Fixed: Some problems with high DPI devices: Files - Associate dialog much too small; Icon picker in Associate - Edit type - Change icon was wrapping icons to 2 lines (32/64)
14.06.16 Fixed: Icons on folder tabs: Draw icon on active tab 2 pixels higher than the other icons, since the offset of the text cannot be determined (32/64)
14.06.16 Fixed: View mode configuration: Do not switch to changed view mode in main window when clicking "Apply" (32/64)
14.06.16 Fixed: In completely empty file list (e.g. after search - feed to listbox - delete all) the top item in the list and footer were completely black (32/64)
14.06.16 Fixed: Unpacker: Also offer "Retry" when the target file exists and is locked by another program (32/64)
14.06.16 Fixed: Reduced list of commands supporting a numeric parameter (32/64)
14.06.16 Fixed: cm_leftswitchtothiscustomview/cm_rightswitchtothiscustomview missing from totalcmd.inc. Commands are used for scripting, set lparam=custom columns view, 1 based (32/64)
14.06.16 Fixed: Search for new field ft_fulltextw not fully working, especially with longer texts (32/64)
13.06.16 Added: Use icon from zipfldr.dll for archives if available (32/64)
13.06.16 Fixed: No icons for devices without drive letter when disabling the new drive icons via OldDriveIcons=1/2 (32/64)
13.06.16 Fixed: Load Toolhelp functions dynamically because Thread32First seems to be missing on Windows NT4 (32)
13.06.16 Fixed: Ctrl+Z edit comment in Unicode descript.ion file: comments could be lost when changing/deleting existing comments due to incorrect file size calculation (32/64)
13.06.16 Fixed: Alt+F1/Alt+F2 drive list: Hotkeys '.' and ',' for second/third USB device (e.g. smartphone) were not working (32/64)
13.06.16 Fixed: Themed text cursor disabled by default if user had set inverse cursor in previous version. Can still be enabled together manually (32/64)
13.06.16 Fixed: Draw themed text cursor with style LVGH_CLOSESELECTEDHOT instead of LVGH_OPENSELECTEDHOT, better visible (32/64)
13.06.16 Fixed: Command line parameters: Accept path+file name longer than 259 characters (32/64)
13.06.16 Fixed: Configuration: View mode - "Auto-run commands": Put * in front of commands to execute them on each directory change, not only when view mode changes (32/64)
13.06.16 Fixed: Configuration: View mode - "Auto-run commands" wasn't implemented yet. Supports cm_x and em_y commands only (32/64)
13.06.16 Fixed: Error unpacking RAR archives with subdirs. Reason: Incomplete implementation of deduplicated file unpacking (32/64)
13.06.16 Fixed: User may get "Configure custom columns view" at program start when using a view mode where the view is set to "unchanged" (32/64)
13.06.16 Fixed: When rubberband selection ended, inplace rename would sometimes start (32/64)
13.06.16 Fixed: Rubberband selection couldn't be fully disabled, it still worked when starting it below the name list (32/64)
12.06.16 Fixed: Lister or Ctrl+Q could sometimes lock image files, so they couldn't be deleted (32/64)
12.06.16 Fixed: Reading network neighborhood was slow when using NethoodStyle=2 (32/64)
12.06.16 Fixed: Alternate icon library wasn't used for the main menu (64)
12.06.16 Fixed: Configuration, view modes: Color and icon settings must be disabled for default view mode (64)
12.06.16 Fixed: Configuration dialog: Slight misalignment of new option to set DPI (64)
12.06.16 Fixed: cm_CheckForUpdates was missing in totalcmd.inc (32/64)
12.06.16 Fixed: Custom columns configuration, choose plugin field -> "]" at the end wasn't cut off when creating column title (32/64)
12.06.16 Fixed: Alt+F1/Alt+F2 drive dropdown combobox: Do not handle Num+"-" for selection, it's used to switch to devices without drive letters (32/64)
12.06.16 Fixed: Multi-rename tool, range picker dialog: Range was lost when closing dialog with ENTER (64)
12.06.16 Fixed: cm_visButtonbar2 didn't have a checkmark in main menu / pressed button in horizontal buttonbar when vertical bar was visible (32/64)
12.06.16 Fixed: Rubberband selection: Start selecting below last file while some files were already selected -> selection wasn't removed (32/64)
12.06.16 Fixed: Rubberband selection: Full view, moving mouse cursor sideways out of panel -> rubberband still drawn, but nothing more selected (32/64)
12.06.16 Fixed: Rubberband selection: Number of selected files/folders (footer) wasn't updated (32/64)
12.06.16 Fixed: Find files, second tab, "Older than" edit box was enabled eben when checkbox wasn't (32/64)
12.06.16 Fixed: Auto-switch view modes to comments view not working if comment view was already active (would turn it off) (32/64)
12.06.16 Fixed: "Show admin shares" was no longer working (32/64)
12.06.16 Fixed: Sometimes it wasn't possible to return from search results (feed to listbox) to normal view via ".." or "\" buttons (32/64)
12.06.16 Fixed: View modes: Show background of file list (where there are no files) with user-defined color, except in thumbs mode (32/64)
12.06.16 Fixed: Compare by content: Binary compare showed extra dark lines when using "show only differences" with 0 extra lines (32/64)
12.06.16 Fixed: Compare by content: Binary compare didn't always work with "show only differences" (32/64)
10.06.16 Fixed: Automatically uncheck "Use themed cursor" when user changes the cursor color (32/64)
10.06.16 Fixed: cm_ConfigViewModes and cm_ConfigViewModeSwitch were not working (incorrectly defined in totalcmd.inc (32/64)
10.06.16 Fixed: View modes: Options were not saved when only changing the colors via dropdown combobox (64)
10.06.16 Fixed: View modes: Internal commands to switch view modes werde defined incorrectly in totalcmd.inc (wrong numbers) (32/64)
10.06.16 Fixed: View modes: The default view mode was set by default to "brief view" instead of "unchanged" (32/64)
10.06.16 Fixed: View modes: Couldn't apply just different sort order without setting the view mode (brief, full etc) too (32/64)
10.06.16 Fixed: Triple click on text in compare by content didn't always select the entire line (32/64)
10.06.16 Fixed: Remove flickering of main window when closing search dialog with ESC or Cancel button (64)
10.06.16 Fixed: File listboxes had no border when disabling all elements above them (32/64)
10.06.16 Fixed: Inplace rename, use up/down to go to previous/next file: delay re-loading directory until rename is closed (32/64)
10.06.16 Added: Use drive icons from TC 8.x and older: wincmd.ini [Configuration] OldDriveIcons=2 Note: this disables drive icons in the tab titles (32/64)
10.06.16 Fixed: Folder icons and default file icons didn't have overlay icons when using the icons from Explorer (32/64)
09.06.16 Fixed: No help was opened for Settings pages "View modes" and "Auto switch mode" (64)
09.06.16 Fixed: Command cm_Confirmation (open configuration with last page) causing error/crash due to insufficient items in category list (32/64)
09.06.16 Fixed: Configuration - Options - Color - Define colors by file type: Dialog sometimes had wrong background colors (32/64)
09.06.16 Fixed: Vertical button bar: Context menu for entire bar was shown at the wrong position (32/64)
09.06.16 Fixed: Configuration - Options - View modes: Changed checkbox "Reversed" to "Descending" (32/64)
09.06.16 Fixed: File context menu (Shift+F10): Hotkeys were missing "+", e.g. between "Ctrl" and "F8", when using English language only (32/64)
09.06.16 Fixed: Rubberband selection: Stop selecting when switching away from program with Alt+Tab (32/64)
09.06.16 Fixed: Rubberband selection: Don't show inactive title of main window when selection starts (32/64)
09.06.16 Fixed: Rubberband selection: Listbox didn't auto-scroll when moving cursor above/below the list (64)
09.06.16 Fixed: Rubberband selection: An additional icon appeared in the taskbar during selection -> we need to set a window parent (32/64)
09.06.16 Fixed: "Function not implemented" was shown when creating new view mode with fresh wincmd.ini (32/64)
09.06.16 Fixed: Set default font size to 9, not 8 (32/64)
09.06.16 Fixed: Changed German translation of view mode in main menu (32/64)
09.06.16 Fixed: Couldn't disable vertical button bar via right click menu, 64-bit only (64)
09.06.16 Added: New commands OPENBAR1 and OPENBAR2 to open new button bar file in horizontal/vertical button bar. OPENBAR opens the file in the current bar if called from within a button bar (32/64)
09.06.16 Fixed: Search with "Everything" was hanging TC when TC was run as administrator -> call ChangeWindowMessageFilter to allow WM_COPYDATA to search window (it's only used for "everything") (32/64)
09.06.16 Fixed: Search with "Everything" wasn't working, because Everything32.dll/Everything64.dll wasn't included (32/64)
09.06.16 Fixed: New command cm_UpdateQuickView was missing in 64-bit version (64)
09.06.16 Fixed: Internal "tc" content plugin. Commands "decode html characters (x)" couldn't be translated (32/64)

[close]

http://www.ghisler.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Folder Size Explorer 1.6
« Antwort #1415 am: 19 Juni, 2016, 20:00 »
Mit dem Folder Size Explorer sieht man schnell, wo sich große Mengen an Daten auf der Festplatte oder Netzlaufwerken verstecken. Es können Checksummen berechnet werden (MD-5, SHA-1 und SHA-256), ebenso können die Ansichten in csv-Dateien exportiert werden.

Unterstütz wird Windows XP - 10

Freeware

Changelog

Added automatic updating of the directory sizes when deleting files and folders.
The recycle bin still needs to be emptied via the toolbar icon to update the free space shown on the drive.
Added a recycle bin that now automatically detects whether to show a full or empty icon.
Added a timestamp to the directory status strip.
Fixed a bug that sometimes caused message windows to pop up with errors.
Fixed a bug which could cause a long timeout when a network drive was unreachable.
Fixed a bug which reduced the thread limit when 'path to long' IO exception occurred.
Changed the style of a few of the main window components.
Changed thread limit to auto reduce itself by 2 each time it detects network timeouts (reverts when calc completes).
Changed the position of the Recycle Bin icon in the tool bar to make it a little more accessible.
Changed licence check to always look for valid 'commercial use' licences in \ProgramData\FolderSizeExplorer\*
Minor bug fixes, changes and optimisations.

[close]

http://www.folder-size-explorer.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Total Commander 9.0 beta 3
« Antwort #1416 am: 22 Juni, 2016, 18:00 »
Changelog

22.06.16 Release Total Commander 9.0 beta 3 (32/64)
22.06.16 Fixed: Rename file with Shift+F6, go to next with cursor up/down, then just press ENTER (no change) -> list was not sorted as it should be (32/64)
22.06.16 Added: Run "Everything" when the user checks the checkbox and it's not running but located in the Total Commander directory, e.g. for portable applications (32/64)
22.06.16 Fixed: Fixed alignment of controls with and without themes, and with and without flat interface (32/64)
22.06.16 Fixed: Re-added listbox borders when themes are disabled (32/64)
22.06.16 Fixed: Separate tree has sometimes getting the background color from the current view mode (32/64)
22.06.16 Fixed: Synchronize dirs: Should no longer ask for next disk/zip part when unpacking single part ZIP files (32/64)
21.06.16 Fixed: Changed panel separator menu from "Edit.." to "Show vertical button bar" (32/64)
21.06.16 Fixed: Auto view mode switch: Option "at least 50% match" didn't always work correctly due to rounding errors (32/64)
21.06.16 Fixed: Lines in tree were almost invisible with some background colors. Note that the custom color can always be set via [Colors] TreeLineColor (32/64)
21.06.16 Fixed: Execute multiple commands, e.g. from a button: Use SendMessage to execute them, otherwise they can get out of order when mixing with em_xx commands (32/64)
21.06.16 Fixed: Tabstop header (name, ext. etc.): Moved to the left by 1 pixel when switching from full to custom columns view or back (64)
21.06.16 Fixed: Custom Columns Editor: the width of the "name" column changed incorrectly on "Apply" (32/64)
21.06.16 Fixed: OPENBAR command didn't resize button bar if the new bar had more/less lines than the previous bar (64)
21.06.16 Fixed: View modes: Allow to set the secondary background color (the one on even line numbers) even when the primary color is set to "default" (32/64)
21.06.16 Fixed: Auto switch mode: "AND" and "OR" were not translated (32/64)
20.06.16 Fixed: cm_reloadBarIcons switched back to main button bar when a subbar was shown (32/64)
20.06.16 Fixed: Plugin field selection dialog: Sample wasn't updated when going to next/previous field with cursor keys while cursor in quick search (32/64)
20.06.16 Fixed: Plugin field selection dialog: Crash when scrolling with cursor from plugin "tc" up to "All" and back to "tc" very quickly (32/64)
20.06.16 Fixed: Alt+F1 drive dropdown list showed wrong icons and hints when DriveTipDelay was set (32/64)
20.06.16 Fixed: Windows 10: Alt+F1 drive dropdown list showed extra multimedia devices in addition to the (wanted) USB devices like phones (32/64)
20.06.16 Fixed: Old drive icons were not loaded correctly on high dpi devices (64)
20.06.16 Fixed: Auto-switch view modes: Switch from thumbs view to brief view -> columns were too narrow (32/64)
20.06.16 Fixed: Network Neighborhood: Changing to plugin quickly after opening nethood could show servers in the plugin by mistake (32/64)
20.06.16 Fixed: Auto view mode change didn't work when a directory currently shown in TC was deleted, causing a directory change (32/64)
20.06.16 Fixed: Inplace edit of current path: Prevent cursor up/down to jump into the file list (32/64)
19.06.16 Fixed: SAVETABS2R didn't work (32/64)
19.06.16 Added: Use WM_COPYDATA to also send cm_commands with parameters to TC, with command used to send em_commands (32/64)
19.06.16 Fixed: Run view mode command with a delay (via PostMessage), so TC can change directory first (32/64)
19.06.16 Fixed: Show different message when user choose new button bar file and saves it (32/64)
19.06.16 Added: New internal commands cm_SrcViewModeList, cm_LeftViewModeList, cm_RightViewModeList to open list of available view modes (32/64)
19.06.16 Fixed: Hidden files were still shown dimmed in 64-bit version even when using external icon library (64)
19.06.16 Fixed: Shared folder overlays were not shown in 64-bit version (64)
19.06.16 Fixed: Hotkey not working in multi-rename - select character range (32/64)
19.06.16 Fixed: View modes: Color of left file panel was also used in drive dropdown combobox by mistake (32/64)
19.06.16 Fixed: Show translated text when deleting to recycle bin (title and changed body) (32/64)
19.06.16 Fixed: View modes, define two modes with tab colors set to a color NOT in the standard list -> switching between the two mode configurations didn't update the colors until hovering over it with the mouse (64)
19.06.16 Added: Included latest unrar.dll from www.rarlab.com (32/64)
19.06.16 Added: Network Neighborhood: Open context menu for virtual folders which cannot be entered, like DLNA servers (32/64)
19.06.16 Fixed: Thumbnails view: 48x48 icons were not sharp (scaled up from32x32) even if the icon file contained 48x48 or larger icon images (32/64)
19.06.16 Fixed: Do not load any network servers in nethood when using NethoodStyle=2 (32/64)
19.06.16 Fixed: Breadcrumb dropdown list (Alt+F11/F11, cursor down): used new folder icons even when iconlib=some.dll was set. Note that this list always used the Windows drive icons. (32/64)
17.06.16 Fixed: Internal "tc" content plugin: Commands "decode html characters (x)" still not translated (32/64)
17.06.16 Fixed: Hotkeys in file context menu: Remove extra space before "+" (32/64)
17.06.16 Fixed: Added cm_FocusLeftTree and cm_FocusRightTree to same radio button group as cm_FocusLeft/cm_FocusRight, to see a dot instead of checkmark in main menu (32/64)
17.06.16 Fixed: Alt+F3 external viewer associations no longer working when the path contained spaces and wasn't correctly quoted (32/64)
17.06.16 Added: Update checker: Allow to disable automatic update checks via "Check for updates now" dialog when there are no updates (32/64)
17.06.16 Added: Multi-rename tool: Hotkey "1" for "1x" option (32/64)
17.06.16 Fixed: Multi-rename tool: No help in range picker dialog, open multi-rename tool page (32/64)
17.06.16 Fixed: Dialog title of dialog to change default icon library couldn't be translated (32/64)
17.06.16 Added: Update checker: Use DNS TXT record if available, lookup of A record only if TXT record lookup fails (32/64)
17.06.16 Fixed: TC was starting with Microsoft Sans Serif 9 instead of 8 by mistake in older installations (32/64)
17.06.16 Fixed: TC was starting with black inverted text cursor instead of themed cursor with fresh wincmd.ini (32/64)

[close]


http://www.ghisler.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Q-Dir 6.36
« Antwort #1417 am: 23 Juni, 2016, 17:00 »
Q-Dir bietet eine unkomplizierte und schnelle Möglichkeit den Inhalt von bis zu vier Verzeichnissen übersichtlich anzuzeigen und zu verwalten, ohne auf die gewohnten Funktionen aus dem Explorer verzichten zu müssen . Wie zum Beispiel Drag&Drop ,alle Ansichten, Zwischenablage usw.

License:  Freeware

What's new: >>

Kleine Änderungen, Verbesserungen in Q-Dir für Windows 10 und Windows Server 2016 plus aktualisierung der Sprachdateien in Q-Dir..

http://www.softwareok.com/?seite=Software/Q-Dir

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Alternate Archiver 3.210
« Antwort #1418 am: 25 Juni, 2016, 11:10 »
Alternate Archiver is a simple-to-use file manager which comes packed with some practical options for perform several types of file operations. It is wrapped in a user-friendly workspace that shouldn't impose any difficulties to users, regardless of their previous experience level with such apps.

Freeware

Whats new:>>

Correction for home folder
GUI corrections
Tools updated: Directory 3.450,
Dll Analyzer 1.450, Exe Packer 1.940,
File Move 1.710, File Shredder 1.910

http://www.alternate-tools.com/pages/c_archiver.php?lang=ENG&nav_option=111110111

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Tablacus Explorer 16.6.28
« Antwort #1419 am: 28 Juni, 2016, 21:15 »
Tablacus Explorer is a software utility designed to help you organize and manage the contents of your folders. This program comes in handy for all users who want to check out the contents of their partitions on the fly.

The user interface is straightforward and you should get used to working with this program in no time. It’s easy to switch between multiple folders thanks to its built-in tabbed support.

There are multiple customization options included in this program by the developer and all off them prove to be extremely useful for users who need to view and organize their documents and folders. You may select how the folders should be displayed into the main window in terms of large, medium or small icons and details, tiles and content. Furthermore, the app allows you to customize menus, tabs (style, alignment, size, position), keys and mouse gestures.

Freeware

Whats new:>>

Fix minor bugs

http://www.eonet.ne.jp/~gakana/tablacus/explorer_en.html

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Vole Windows Expedition 3.46.60625
« Antwort #1420 am: 30 Juni, 2016, 18:45 »
Vole Windows Expedition is a Page-Reproduce, massive space and dockable file manager. An easily customized and more graceful way to manage your documents. Totally compatible with Microsoft file Explorer.

We call document preview page collection and directory list collection as Vole Explorer, Vole Explorer collection as Explorer Project, Explorer Project collection as Vole Windows Expedition. We call all pages and page docking positions reproduce as Scene Reproduce. We call find, download and preview VMC media library in any web page as VMC Discovery. Search for Vole Media CHM for more detail.

Vole Windows Expedition is a universal file manager, totally compatible with Microsoft file Explorer.

Freeware

Whats new: >>

  • Multi-level Word Cmd;
  • Word to multi-CHM;
  • Jump within CHM;
  • Heading Cmd;
  • VMC kernel support 418 languages can import Word and export CHM in these lanaguages.


http://www.sanwhole.com/vole-windows-expedition.html

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Double Commander 0.7.3 beta
« Antwort #1421 am: 02 Juli, 2016, 21:00 »
Wer findet, das der Windows Explorer irgendwie unpraktisch ist, sollte sich den Double Commander einmal anschauen.Der Übersichtlichkeit dient die "zwei Fenster Ansicht" und zusätzlich die Möglichkeit, mit TABs zu arbeiten.ZIP, RAR und andere Archive werden als normale Ordner angezeigt.Das Umbenennen von Dateigruppen ist ebenso möglich, wie das Splitten und Zusammenfügen von Dateien.

Lizenz: Open Source

Changelog

- 0001182: [Default] Name cannot have directory separators: (Alexx2000) - resolved.
- 0001436: [File operations] Периодические ошибки при входе и выходе в любой архив. (Alexx2000) - resolved.
- 0001329: [File operations] shift enter to confirm delete dialog (Alexx2000) - resolved.
- 0001389: [Language translation] Untranslated string in Russian translation (Alexx2000) - resolved.
- 0001031: [Default] Invalid selection on compare by content (Alexx2000) - resolved.
- 0000887: [Graphical user interface] & (ampersand) characters are wrongly displayed on dialogs (denisbisson) - resolved.
- 0001423: [Editor] Клавиша "DEL" не работает должным образом в редакторе (Qt4) (Alexx2000) - resolved.
- 0001399: [Graphical user interface] Can't use Ctrl+Z for undo when renaming a file, "Edit comment" window is opened instead (Alexx2000) - resolved.
- 0001444: [Language translation] Update german translation doublecmd.de.po 0.7.2 beta (Alexx2000) - resolved.
- 0000904: [File operations] Can't list files on FTP server in dir which contains space in dir name - resolved.
- 0001364: [Default] EAccessViolation if both panel have many file with description (Alexx2000) - resolved.
- 0001339: [Graphical user interface] Option Frame Cursor no longer works (Alexx2000) - resolved.
- 0001353: [Language translation] spelling and grammar errors (Alexx2000) - resolved.
- 0001394: [Graphical user interface] "Дополнительные настройки вкладок каталогов изменены." (Alexx2000) - resolved.
- 0001406: [Graphical user interface] При переходе в режим "Эскизы", если курсор установлен на элемент, который будет последним в ряду, первый столбец не показывается (Alexx2000) - resolved.
- 0001411: [Language translation] Update german translation doublecmd.de.po (Alexx2000) - resolved.
- 0001384: [Graphical user interface] Направление сортировки по умолчанию для столбцов "Размер" и "Дата" должно быть обратным везде (Alexx2000) - resolved.
- 0000946: [File operations] File copy fails with "Can't create file" message when overwritting file with hidden attribute (Alexx2000) - resolved.
- 0001378: [Graphical user interface] Крэш при сворачивании окна временной распаковки файла (Alexx2000) - resolved.
- 0001271: [Graphical user interface] Sorting not consistent with displayed sorting order (Alexx2000) - resolved.

[close]

http://doublecmd.sourceforge.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Alternate Archiver 3.230
« Antwort #1422 am: 03 Juli, 2016, 20:15 »

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Q-Dir 6.37
« Antwort #1423 am: 04 Juli, 2016, 13:17 »
Q-Dir bietet eine unkomplizierte und schnelle Möglichkeit den Inhalt von bis zu vier Verzeichnissen übersichtlich anzuzeigen und zu verwalten, ohne auf die gewohnten Funktionen aus dem Explorer verzichten zu müssen . Wie zum Beispiel Drag&Drop ,alle Ansichten, Zwischenablage usw.

License:  Freeware

Was ist neu :>>

Bugfix in Q-Dir, beim ausführen bzw Öffnen von Dateien in der Listenansicht unter Windows-10.

http://www.softwareok.com/?seite=Software/Q-Dir

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Total Commander 9.0 Beta 4
« Antwort #1424 am: 06 Juli, 2016, 20:41 »
Zitat
Beta 4 korrigiert vor allem Fehler. Falls Sie Fehler für Beta 1/2 gemeldet haben, überprüfen Sie bitte, ob diese korrigiert wurden.

http://www.ghisler.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )