Here's the new BETA (32-bit)

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v10.40.0112 - 2011-10-24 10:36
    + Full Screen Preview: Now the mouse wheel is supported.
    * List | Gesture: Refined the detection. Now the gesture does not 
      have to be a continuous motion without any stops anymore: A mouse 
      halt of up to 250 ms does not count as a stop.
      This means that the gesture to toggle shell/foreground mode for 
      the current file operation does not have to be an non-stop ellipse 
      anymore, but can be a 45° back and forth (up/left, and back to the 
      start) motion.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v10.40.0110 - 2011-10-20 11:39
  +++ Find Files | Contents: Added RegExp (Regular Expressions) as a new 
      mode for content search.
      Examples:
      - Match 2011-10-20 or 2011-1-2 etc.:
        \d{4}-\d{1,2}-\d{1,2}
      - Match lines that begin with "New".
        ^New
      - Match lines that end with "*/".
        \*\/$
      Note:
      - Since larger files are read chunkwise (performance!) there are 
        certain limits to the scope of your pattern: A pattern is 
        guaranteed to be found if it matches a range of 1,024 bytes! It 
        also *might* be found if it matches a range of 1,025 to 32,768 
        bytes! It will certainly not be found if it matches only an even 
        larger range.
    * Find Files | Contents: Reorganized the interface. Mutually 
      exclusive modes are now stacked into one paradigm.
    ! Find Files | Contents: Search by contents did not honor the "Whole 
      Words" option on UNICODE text files (UTF-16 BOM). Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v10.40.0108 - 2011-10-19 11:50
    + New variable <prop [property index or name]>. Returns any 
      available Shell Property value of the current item. See SC 
      property() for details and caveats.
      Note that this variable is also supported by Rename Special 
      (regular UI, not only via scripting).
      Examples:
      - Retrieve Size, Type, and Version of the current item (under XP):
        msg "<prop #1>, <prop #2>, <prop fileversion>";
      - Append the file version to the name:
        rename b, '*-<prop fileversion>', p;
      - Append width and height to the name (images only; some videos 
        work as well):        
        rename b, '*-<prop ImageX>x<prop ImageY>', p;
      - Append camera model to the name (photos only, of course):        
        rename b, '*-<prop CameraModel>', p;
      - To have the CameraModel of the current file on the status bar, 
        use this tweak:
        StatusBar3OnFile="<curname>, Camera: <prop CameraModel>"
    + New variable <curlen> returns the full path/name length of the 
      current file.
    * Custom Copy | Progress Dialog: Now the From/To paths in the header 
      use "Path Ellipsis" instead of "End Ellipsis", so that the 
      immediate parent folders are shown after the ellipsis dots.
    * XYcopy: Updated to 2.00.0066.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v10.40.0107 - 2011-10-18 21:10
    * List | Gesture: Refined the detection. Now you can redefine the 
      start point of the gesture by moving the file-dragging mouse to 
      any point over the list and stop moving it for some milliseconds. 
      That way you can also use the gesture with items at the top of the 
      list (from where you cannot directly do a 100 pixel move up-
      right).
      Note that the gesture itself now has to be a continuous motion 
      without any stops. So it's not a 2-step move up-right and back 
      anymore, but rather a non-stop ellipse or circle touching a point 
      that's more than 100 pixels up-right of the start point.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v10.40.0106 - 2011-10-18 20:27
    * List: Experimentally added a mouse gesture to force 
      shell/foreground mode for the current file operation. When you 
      drag the selected files, quickly drag the mouse up-right (45°)
      for more than 100 pixels, and then back down-left (near) to the 
      point where you started (all within 2 seconds).
      The status bar displays a message when the gesture is detected.
      Note that the gesture is a toggle. Keeping the mouse button down 
      you can do it again to turn file operations back to normal.
      Note that gesture detection is not 100% perfect (yet), so you 
      might need to try a couple of times, especially with any non-first 
      gesture. You will get better when you get into the groove...
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v10.40.0105 - 2011-10-18 14:55
    + User Buttons: Now labels are supported, i.e. you can define a text 
      to be displayed in the toolbar instead of the icon. In the Edit 
      User Button dialog, simply prefix the contents of the Icon field 
      with "label:", for example:
        label:Fun
      Now "Fun" is printed to the button in the toolbar.
      Optionally you can define text and back colors in format RRGGBB, 
      for example:
        label:Fun>FFFFFF,555555   //white on dark grey
        label:Fun>FF0000          //red (no background)
      Of course, this also works for Droppable User Buttons (which are 
      just a subtype of User Buttons).
    * Toolbar | Recent Locations: Now the popped menu has up to 32 items 
      by default. Before it was only 10 items.
      The value can be tweak using the key RecLocMenuMax.
    ! List | Mouse Down Blow Up: Could get confused and partly stop 
      working under certain conditions. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v10.40.0104 - 2011-10-17 21:50
    % List | Multi-line captions: Improved the automatic resizing of the 
      edit box while renaming. #2.
    + Tweak to exclude certain file types from thumbnailing. Example:
        NoThumb=pdf.mht
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v10.40.0102 - 2011-10-17 20:37
    ! Tree: The ghosted "HIDDEN" effect was not updated on a folder icon 
      when the folder's HIDDEN attribute was changed via the Info Panel. 
      Fixed.
    ! Under rare but possible circumstances you'd get "Runtime error 
      '91': Object variable or With block variable not set" on closing 
      the app. Fixed.
    ! Under rare but possible circumstances you'd get "Runtime error 
      '395': Cannot user seperator bar as menu name for this control". 
      Fixed.
    ! Font Preview: Crashed on certain interestingly-formed TTF fonts. 
      Fixed.
    % List | Multi-line captions: Improved the automatic resizing of the 
      edit box while renaming.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v10.40.0101 - 2011-10-12 11:09
    ! Full Screen Preview: Would popup and down again when F11 was kept 
      down too long before releasing it. Fixed.
    ! With "Single click on icon opens item in list" enabled AND "Full 
      Row Select" enabled, single-clicking on the whitespace following 
      the name in the name column, opened the item. Fixed.
    ! Custom Copy: The overwrite prompt's layout broke on certain user-
      defined ppi (pixel per inch) display settings. Fixed now also for 
      background processes.
    * XYcopy: Updated to 2.00.0065.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v10.40.0008 - 2011-10-11 11:12
    + Tweak: You now can tweak the maximum number of items shown in the 
      "Recent Locations" toolbar button dropdown menu. The default is 10.
      Example:
        RecLocMenuMax=20
    * Menu Go: The History and Recent Locations lists now remember their 
      size and position between sessions. Both share the same 
      size/position data.
    ! Custom Copy: The overwrite prompt's layout broke on certain user-
      defined ppi (pixel per inch) display settings. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v10.40.0007 - 2011-10-10 18:20
    + Full Screen Preview: Now you can trigger the next/previous file 
      using the Right/Left key, as yet another alternative to the 
      already existing keys:
        Next File: Down, PageDown, Space, Right.
        Prev File: Up, PageUp, Shift+Space, Left.
    ! XYcopy: With "Keep progress dialog open" turned off, there was a 
      way to end up with orphaned XYcopy.exe processes (since 
      v10.30.0009). Fixed.
    ! XYcopy: Run-time error '9' (Subscript out of range) when 
      pausing/resuming the copy of huge files (since v10.20.0005). 
      Fixed.
    * XYcopy: Updated to 2.00.0064.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v10.40.0006 - 2011-10-10 13:06
    + Configuration | Advanced: Added option "Show message when list is 
      empty". So the Empty List Message (added v9.90.1011 - 2011-05-31 
      12:38) is now optional. Factory default is on.
    % Scripting: Dramatically increased the speed of foreach loops.
    ! XYcopy: Possible crash on moving stuff up. Fixed.
    * XYcopy: Updated to 2.00.0062.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v10.40.0005 - 2011-10-07 20:30
    * SC listpane enhanced. Added flag to handle open square brackets, 
      i.e. convert "[" to "[[]" to allow matching "[". See also SC 
      filter.
        flags: (binary field)
         16: NoCharacterLists (= handy to match open square brackets)
    * Rename Special: Before, when renaming multiple items in Search 
      Results, the search was repeated after the rename and the multi-
      selections were lost. Now, this happens only when folders are 
      among the renamed items AND the search did include subfolders.
    ! Info Panel | Version: Failed to retrieve the String File Version 
      of many (probably all) of the Portable Apps installers and wrapper 
      executables. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v10.40.0004 - 2011-10-06 10:31
    + Configuration | Advanced: Added option "Open favorite files 
      directly". Tick it to directly open files by selecting them from 
      the Favorite Files menu. Portable File Associations are honored.
      Tip: The toolbar button's tooltip reflects the current setting.
    + Menu View | Tab | Columns: Added command "Show Columns...", which 
      pops a checkbox list of all available columns in the current list 
      mode. It offers an alternative way to control column visibility.
      Note that the order of columns is not reflected in the list, nor 
      can it be changed here. This might be added later.
    * Scripting | Step Mode: Changed the frightening "warning" icon to 
      an "editfile" icon for those commands that affect files or folders.
      Non-affecting commands now simply get no icon at all.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v10.40.0003 - 2011-10-05 21:33
    ! Custom Copy: Two rare but possible error 9 manifestations caught 
      and removed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

Locked