Here's the new BETA (32-bit)

Get a glimpse of the next XYplorer...
Locked
admin
Site Admin
Posts: 66375
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v5.80.0018, 12-apr-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v5.80.0018 - 12.04.07 12:05
  +++ Added Customizable Keyboard Shortcuts (CKS). The new command Tools 
      | Customize Keyboard Shortcuts... (Shift+F9) will open the dialog.
      !!! NOTE: what you get today is a *sneak preview* -- the job is not 
        completed yet! Only commands in menus File (not yet complete) 
        and Tools (complete) are available for now. I'm eating my way 
        through the rest while you are reading this.
        Yet I wanted to give you a first taste of it, and an early chance 
        to check out the functionality and usability of the thing. As 
        always, I took care to make it extremely speedy and memory-
        friendly. But in usability, it's you who has the last word...
      !!! Do NOT spend a lot of time defining your perfect keyboard 
        shortcuts now -- with the next version your work will be garbage 
        because the internal formats are still changing !!!
      Here are some basic properties of XYplorer's CKS:      
      - You can use any combination of Ctrl/Shift/Alt (incl. none) with 
        any key on your board (with a few obvious exceptions, see next).
      - Some special keys like the Tab key, Windows key, the Context 
        Menu key, the Numlock key are not available for customization. 
        They are not used at all by the program.
      - Also the 8 navigation keys are not customizable: they are 
        internally hard-coded to their traditional tasks in navigating the 
        GUI, and cannot be assigned nor removed by the user. 
      - You can assign as many different shortcuts as you want to each 
        of the functions.
      - You can also assign shortcuts to (non-clickable) menu items 
        heading a submenu. On pressing the shortcut the submenu will pop-
        up at the current position of the mouse cursor.
        (Yep, I added it -- it was not as difficult as I thought first.)
      - In the "Customize Keyboard Shortcuts" dialog you can press a key 
        combo not only with the focus in the "Press New Shortcuts Key" 
        field, but also with the focus in the functions list (a little 
        usability plus ;)).
      - Some shortcuts, e.g. F12, will appear to be assignable but in 
        fact still trigger their original function. Don't worry, this is 
        just because I'm not finished with removing all the old hard-
        coded stuff. It's in progress...
      - The shortcuts are saved in app path in a file called "ks.dat".
      - In later versions you'll get scriptable hotkeys and multi-language 
        support...  but first things first.
        Just one: I internally set Ctrl+Shift+Alt+C for "Goto C:\". Enjoy. 
        Later you'll be able to edit this and add any number of "Goto ..." 
        and many other hotkey actions.      
  %%% Introduced a better sort algorithm (based on work by John 
      Korejwa). Makes the app faster whenever something is sorted (and 
      sorting happens all the time in a file manager).
    + INI file: added comment line to those hardcore keys without a user 
      interface (UI) for editing them. The comment line always begins with 
      "; No UI: " followed by a short explanation.
    ! Preview/Raw View: glitches in LNK/target distinction. Fixed.
    + List Management: now icons/overlays are shown for Name Searches 
      and Visual Filters.
    ! Vista: Would not reconnect unavailable mapped network drives 
      because WNetRestoreConnectionW is not supported on Windows Vista and 
      later. Fixed. Now under Vista the job is done using the "net use" 
      command.
    ! Configuration|Colors: the Boxed Branch textbox for the HTML-like 
      color code didn't change the Boxed Branch label but the Highlighted 
      Folder label instead. Fixed. 
    ! Configuration|Colors: List color related settings were not 
      immediately applied when certain other List related settings were 
      done at the same time. Fixed.
    ! Configuration|Colors: changes of the List style related checkboxes 
      "Hightlight Selected Rows" and "Show Grid" were not reflected in 
      main window's menu View|List Style|... Fixed.
    ! When drag-dropping images from FireFox to XYplorer while FireFox 
      overlapped XYplorer (and XYplorer was not the foreground window) 
      then 0-byte files were created in the drop destination. Fixed.
    * Menu File: renamed "Save Here As..." to "Copy Here As...".
    + Menu File: added the following commands to the menu:
        Copy Here ("Copy of...")
        Copy Here with Suffix Number
        Copy Here with Suffix Date Now
        Copy Here with Suffix Date Modified
      They are already featured in the drag'n'drop context menu. By 
      adding them to the main menu they will be available to Customized 
      Keyboard Shortcuts.

admin
Site Admin
Posts: 66375
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v5.80.0015, 29-mar-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v5.80.0015 - 29.03.07 09:09
    * List: cooled down the hot scrolling (auto-scrolling when drag-
      hovering the upper or lower margins of a long list) a bit. Before, 
      it was impossible to drop something onto the top or bottom row 
      because scrolling immediately set in. Now, scrolling sets in only 
      when hovering the upper half of the top row resp. lower half of the 
      bottom row.
      Also, hot scrolling does only happen when you are hovering the 
      left half of the list. So, moving via the right half, you can drag 
      stuff out of the list without triggering an unwanted scroll.

admin
Site Admin
Posts: 66375
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v5.80.0014, 28-mar-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v5.80.0012 - 28.03.07 12:12
  *** For the sake of uniformity, I changed the default row heights for 
      tree, list and catalog. In pixels, before -> now:
        Tree:     16 -> 17  (larger)
        Catalog:  18 -> 17  (smaller)
        List:     17 -> 17  (same)
      Sweet 17!
  +++ Row Height! Forget the hardcore -- we are getting soft as jelly. 
      The wheel now does the job of changing row heights on-the-fly for 
      Tree, Catalog, and List.
      - Ctrl+Shift+MouseWheel Down: increase row height of hovered control.
      - Ctrl+Shift+MouseWheel Up:   decrease row height of hovered control.
      The Status Bar provides you with the necessary feedback.
      Those without a wheel have to go the hard way via INI editing:
        [Settings]
        TreeItemDistY=...
        CatalogItemDistY=...
        ListItemDistY=...
      A little drawback is: in v5.80.0012 I tried shrinking the icons 
      when the row gets lower than 16 pixels (resp. your system's small 
      icon size), but it turned out that some icons are not shrinkable 
      (presumably because they lack the color depth the shrinking 
      procedure needs) but are simply cropped instead. Not nice. So I do 
      not shrink anymore.
      Now without icon shrinking, the range of row height altering must 
      be limited else the interface just looks crappy or flat unusable. 
      So I set a hard-coded minimum of -2 pixels and a maximum of 16 
      pixels (the latter just to give you the emotional security of 
      limits).
    + Setting Font size by MouseWheel: now the Status Bar here as well 
      provides you with some feedback, namely the font size.

admin
Site Admin
Posts: 66375
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v5.80.0012, 27-mar-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v5.80.0012 - 27.03.07 09:30
    * Tree: completely rewrote vertical item spacing to better handle 
      the possibilities resulting from the setting of new hard-core key 
      TreeItemDistY. Items are now vertically centered in their rows, no 
      matter how high the rows are. If the rows are smaller than 
      SmallIconSize (which is usually 16 pixels), then the icons are 
      shrinked to fit.
    ! Hot scrolling (auto-scrolling when drag-hovering the upper or 
      lower margins of a long list) too fast (infact it kick-jumped to 
      the bottom row) under certain conditions. Fixed. 
    ! Preview: LNK/target distinction failed when target was selcetd 
      directly after the LNK to it. Fixed.

admin
Site Admin
Posts: 66375
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v5.80.0011, 26-mar-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v5.80.0011 - 26.03.07 10:26
    + Tree: now you can control the vertical spacing between nodes, i.e. 
      the tightness of the tree, by another hard-core setting.
      Close XYplorer, open XYplorer.ini, find this key, edit it, restart 
      XYplorer:
        [Settings]
        TreeItemDistY=0
      Set it to 1 (2, 3 ...) to increase the spacing by 1 (2, 3 ...) 
      pixel. Use a negative value to make the tree even tighter.
      WARNING: Use extreme positive or negative values to experience 
      unpredictable things AT YOUR OWN RISK! (Tip: -15 looks fun ;))
      FYI: The default value here is 0, which corresponds to an item 
      height of 16 pixels at standard font size. Explorer has 17 pixels 
      here, so XYplorer's tree appears slightly tighter than WE's tree. 
      The listview in both apps has 17 pixels per row by default.
    * Tree: cooled down the hot scrolling (auto-scrolling when drag-
      hovering the upper or lower margins of a long list) a bit. Before, 
      it was impossible to drop something onto the top or bottom row 
      because scrolling immediately set in. Now, scrolling sets in only 
      when hovering the upper half of the top row resp. lower half of the 
      bottom row.
    ! Tree: when drag-hovering collapsed folders those folders auto-
      expand after a hard-coded 800 ms. When the drag-drop operation is 
      done those folders auto-collapse again. Since some weeks, the 
      vertical scrollbar was not restored correctly after this auto-
      collapsing. Fixed.
    + Image preview & media preview: when raw viewing the targets of LNK 
      files, the first field in the info section now is marked blue and 
      its tooltip tells you the name of that target file.

admin
Site Admin
Posts: 66375
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v5.80.0010, 24-mar-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v5.80.0010 - 24.03.07 13:33
    ! Could not delete any folders in tree that were located under 
      special folders Desktop or MyDocuments. Fixed.
    ! When raw viewing LNK files resp. previewing their targets, the 
      file size display in the preview's info section sometimes took the 
      size of the LNK file for the target and/or vice versa. Fixed.
    + When raw viewing the targets of LNK files, the first field 
      ("Binary file: ...") in the info section now is marked blue and its 
      tooltip tells you the name of that target file.
    ! Attempting to browse a currently unavailable network share in a 
      non-up-to-date tree did produce an empty file list instead of a 
      greyed out file list. Fixed.
    - Nethood: does not show networked Terminal Server drives. The 
      attempt in v5.80.0009 did not work.
    ! Single columns have appeared in List view due to a microbug 
      introduced some days ago. Fixed.

admin
Site Admin
Posts: 66375
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v5.80.0009, 23-mar-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v5.80.0009 - 23.03.07 14:37
    + Nethood: now shows networked Terminal Server drives.
    + As you know, the tree always (i.e. if necessary) moves the current 
      node (folder) into view when you browse by means other than the 
      tree. Now here's a way to control where exactly the current node is 
      positioned within the view port (the part of the tree currently 
      visible).
      It's an INI-only setting for hard-core users. Close XYplorer, open 
      XYplorer.ini, find this key, edit it, restart XYplorer:
        [Settings]
        TreeRowForAutoScroll=0
      If you set the value to 1 (2, 3, etc.) then the current folder, if 
      it is not visible anyway without scrolling, is auto-positioned at 
      row 1 (2, 3, etc.) (if possible). If the value is 0 then the 
      internal strategy is to scroll as least as possible to keep the 
      current node visible. The latter is the way it has been the last 8 
      years in XYplorer/TrackerV3.

admin
Site Admin
Posts: 66375
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v5.80.0003, 12-mar-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v5.80.0003 - 12.03.07 09:25
    * Tree: changed the auto-scroll-current-node-into-view-algorithm.

admin
Site Admin
Posts: 66375
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v5.80.0002, 10-mar-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v5.80.0002 - 10.03.07 12:09
    * Tree: Experimentally changed the auto-scroll-current-node-into-
      view algorithm. Before, the strategy was to scroll as little as 
      possible while as many as possible children of the current node 
      (if expanded) were visible. Now, it is much simpler: if possible 
      the current node is positioned to the 3rd row of the view port.
      It might be good because the position is easier predictable now 
      ... you tell me.
    % Switching between tabs became slightly faster/smoother. You won't 
      note it because it is extremely fast anyway, but I could remove 
      some superfluous code here.
    ! Icon preview: scrolling the preview area heavily flickered. Fixed.

admin
Site Admin
Posts: 66375
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v5.80.0001, 08-mar-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v5.80.0001 - 08.03.07 09:00
    ! Now multiple items to be deleted or moved are backward-sorted 
      before the job, to avoid that an item is first deleted along with 
      its containing folder and then individually again when it's gone 
      already which would raise a shell error "file not found...".
    + Tabs: now Shift+Click on the tab header closes that (foreground or 
      background) tab.

admin
Site Admin
Posts: 66375
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v5.80.0000, 05-mar-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v5.80.0000 - 05.03.07 12:00
    ! Tree: node "MyComputer" did not remember Highlight Color between 
      sessions. Fixed.
    ! Attempting to browse a currently unavailable network server did 
      produce an empty file list instead of a greyed out file list. 
      Fixed.

admin
Site Admin
Posts: 66375
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v5.60.0037, 04-mar-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Registered Users upgrading from a version < 5.60: now you NEED the new key! Get it here: http://www.xyplorer.com/key.php

Code: Select all

v5.60.0037 - 04.03.07 23:11
    + Added "Views" submenu to the list's context menu (right-click on 
      empty space).
    ! TGA preview crashed on TGA files containing Image ID field. Fixed.
    ! On right-click-selecting a non-current folder in tree, and then 
      choosing Delete from the context menu, the current folder instead of 
      the selected folder was prompted to be deleted. Fixed.
    ! Attempting to browse currently unavailable network locations in a 
      non-up-to- date tree did produce an empty file list instead of a 
      greyed out file list. Fixed.

admin
Site Admin
Posts: 66375
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v5.60.0036, 03-mar-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Registered Users upgrading from a version < 5.60: now you NEED the new key! Get it here: http://www.xyplorer.com/key.php

Code: Select all

v5.60.0036 - 03.03.07 18:21
    ! On a dual monitor system, the list's context menu (right-click on 
      empty space) would pop up on the wrong monitor. Fixed.
    ! Drives containing any of these chars °+~! in their display name 
      were accessible from the toolbar's Drives button, but the chars were 
      not shown in the menu. Fixed.

admin
Site Admin
Posts: 66375
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v5.60.0035, 02-mar-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Registered Users upgrading from a version < 5.60: now you NEED the new key! Get it here: http://www.xyplorer.com/key.php

Code: Select all

v5.60.0035 - 02.03.07 11:46
    + Toolbar: "Suspend Auto-Refresh" is now featured in the context 
      menu of the Refresh button.
    ! TGA preview crashed on 8-bit monochrome (grey) images. Fixed.
    ! List: Dbl-right-clicking a file could lead to a "file not found"
      error if no file was selected. Now the currently focused file 
      (whether selected or not) will be opened on a dbl-right-click. 
      This is not really a feature but a tolerated side-effect ;)
    ! Configuration | Colors: displayed list color were not correctly 
      initialized to the current list mode (but always set to Browse 
      mode).
    ! Fixed a drag'n'drop related keyboard glitch that's almost 
      impossible to explain.

admin
Site Admin
Posts: 66375
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v5.60.0034, 01-mar-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Registered Users upgrading from a version < 5.60: now you NEED the new key! Get it here: http://www.xyplorer.com/key.php

Code: Select all

v5.60.0034 - 01.03.07 15:47
  +++ Added preview of *.tga files (Targa)! Supported formats: 8 bit, 16 
      bit, 24 bit, 32 bit, each uncompressed and RLE compressed.
      Note that XYplorer's TGA support is XY-native (!), i.e. totally 
      independent of any external OS or 3rd-party decoders.
      And it's fast.
    + Added preview of *.emf files (Enhanced Meta File).
    ! Opening folders and files using the Catalog: If the item is a 
      file, it should be selected in the file list, however this did not 
      work on network locations. Fixed.

Locked