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

v19.80.0136 - 2019-04-04 11:07
    + Scripting got a new function.
      Name: Lax
      Action: Allows to define a string in a lax way.
      Syntax: lax(string)
        string: String expression treated in a lax way. Variables are resolved. 
                Everything else is just left as it is. All single and double 
                quotes are preserved. No "Dubious Syntax" warnings.
      Use:
        Makes it easier to define complex arguments with lots of quotes.
      Examples:
        echo lax(hi...          there!);  //no quotes necessary, spaces are preserved
        echo lax('<curitem>');  //<curitem> is resolved, quotes are preserved
        run lax("C:\Program Files (x86)\WinRAR\WinRAR.exe" x "<curitem>");
    + Info Panel | Preview: Now undefined file types (absent in Configuration | 
      Preview | Previewed Formats), e.g. "*.tmp", are previewed as text files if 
      their content looks like text.
      Note that this was already happening in Floating Preview, Hover Box, and 
      Mouse Down Blow Up.
    ! List | Opening LNKs to network locations: Did not work reliably. Fix #3.
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 Special | Backup 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

v19.80.0135 - 2019-04-03 12:12
    ! List | Opening LNKs to network locations: Did not work reliably. Fix #2.
    ! Tree and List: Shares were not always (depending on Windows version) 
      displayed with the correct capitalization. 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 Special | Backup 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

v19.80.0134 - 2019-04-02 22:23
    % Find Files | Tag Search: Removed some internal caching that had been 
      applied to searching tags since 20120214. Now I found that in real world 
      this caching was very rarely efficient (the cache was always written but 
      hardly ever read). So I removed it. This should make most tag searches 
      faster and memory-slimmer.
    ! Hover Box: Did not work for LNKs to network locations. Fixed.
    ! List | Opening LNKs to network locations: Did not work reliably. 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 Special | Backup 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

v19.80.0133 - 2019-04-01 10:04
    > Toolbar: Also the Paste button shows the clipboard image preview.
    ! Toolbar: The Paste and Edit Clipboard buttons could freeze the app on 
      hovering them while a large number of file items was in the clipboard. 
      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 Special | Backup 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

v19.80.0132 - 2019-03-31 16:10
     ! Find Files and Quick Search: Searching 2-digit extra fields (ex10 - ex16) 
       did not work. For example:
          ex16:data
       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 Special | Backup 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

v19.80.0131 - 2019-03-30 13:55
    * Tabsets: Before, tabsets were revertible across sessions. If you did not 
      explicitly save a tabset you could always go back to the last-saved state 
      by clicking "Revert to Saved", and that worked across sessions. There was 
      a "temporary-saved state" in a folder called "t" (saved when doing a "File 
      | Save Settings") and a "final-saved state" in the folder above "t" (saved 
      when doing a "Tabsets | Save").
      Now this behavior is a bit crazy since all other settings in XYplorer are 
      handled differently. Therefore I changed it: From now on tabsets are NOT 
      revertible anymore across sessions, but only within the session. If you 
      save settings, or exit the app with "Save settings on exit" enabled, then 
      the current tabsets (one in each pane) are *finally* saved to disk. 
      Clicking "Revert to Saved" will go back to that saved state.
      Since this is an important change I cared for a soft transition:
      - I added a tweak that allows you to stay with the old behavior:
          TabsetsCanRevertAcrossSessions=1
      - On upgrading to this version this tweak is automatically set to 1, so 
        nothing will change for you unless you explicitly change that tweak to 0:
          TabsetsCanRevertAcrossSessions=0
      - In a fresh installation, of course, that tweak is now set to 0 to enable 
        the new behavior.
      - Note that, if TabsetsCanRevertAcrossSessions=0, any still existing 
        temporary states (in "t"-folders) are still *read*, otherwise you would 
        lose the last temporary-saved states of your tabsets and fall back hard 
        to the last final-saved states. After the next "Save Settings" these 
        folders will just disappear and never come back again.
    ! Toolbar | Edit Clipboard | Image Preview: Fixed some glitches. E.g. ESC 
      can close it now.
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 Special | Backup 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

v19.80.0128 - 2019-03-29 16:20
    + Toolbar | Edit Clipboard: Now hovering the button will preview any image 
      currently in the clipboard, in a Hover Box. If you work with images you'll 
      LOVE it!
      Note that the Hover Box keyboard shortcuts work here, of course, so you 
      can e.g. use Numpad Add/Subtract to size the box.
    + Toolbar: The CTRL+Hover trick now also shows any special dark version keys 
      of images.
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 Special | Backup 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

v19.80.0127 - 2019-03-28 17:32
    + Toolbar: The CTRL+Hover trick now also works on disabled buttons.
    ! Access Control: Unnecessary checks on forbidden locations. 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 Special | Backup 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

v19.80.0126 - 2019-03-28 11:22
    + Toolbar: Hold CTRL while hovering a button and the tooltip will show the 
      button key and the current image key or image path (if different from 
      button key). If you are into patching toolbar images you will like this.
    * Toolbar: Now non-toolbar images can (if you happen to know the image key, 
      for which you need to be a hacker, or know one well) be used on the 
      toolbar, e.g. in Custom Toolbar Buttons, and should look alright in all 
      toolbar sizes.
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 Special | Backup 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

v19.80.0123 - 2019-03-27 12:27
    + Address Bar: Experimentally extended the LiveFilterShotgunPrefix and 
      LiveFilterIsShotgun tweaks to include Address Bar (and other Dropdowns 
      with dropdown match list).
      - The LiveFilterShotgunPrefix now just work in those Dropdowns, too.
      - The LiveFilterIsShotgun (bit field) got a new value:
        LiveFilterIsShotgun=1     'shotgun in the main LFB
        LiveFilterIsShotgun=2     'shotgun in the small LFBs in dialogs
        LiveFilterIsShotgun=4     'shotgun in dropdowns with dropdown match list (NEW)
    ! Patching Internal Images: Image were distorted if the source had a 
      different aspect ratio from the target. Fixed. Now you can use a narrow 
      (portrait) or flat (landscape) image and it will be horizontally or 
      vertically centered in the toolbar button without distortion.
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 Special | Backup 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

v19.80.0122 - 2019-03-26 20:46
    % Tabs: Now you don't get a superfluous annoying tooltip anymore on 
      releasing the mouse on a tab that you just selected. Ahh, what a relief!
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 Special | Backup 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

v19.80.0121 - 2019-03-26 10:19
    % Flexible Status Bar: Less flicker.
    ! Patching Internal Images: Possible crash on exit. 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 Special | Backup 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

v19.80.0120 - 2019-03-25 18:44
    + Flexible Status Bar: The right-most section of the Status Bar now 
      auto-adjusts its left position to show as much as possible of its 
      contents. Pretty cool if you have a smaller screen.
      Nothing to do for you, it just works.
    ! Dropping Messages: The sent date of sent Outlook messages was not 
      correctly determined. 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 Special | Backup 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

v19.80.0119 - 2019-03-24 14:14
    * SC PatchImage enhanced: Now the "switches" argument allows you to set the 
      large image only.
      Syntax: patchimage(key, [file], [switches="r"])
        key:    Image key.
        file:   Image file.
                Defaults to the selected/focused file.
                If empty ("") the patch is removed and the original icon is used again.
        switches: lower case letters in any order
          r = Refresh the Toolbar when the replacement is done. [Default]
          s = Use this image for the small size (16x16).
          l = Use this image for the larger sizes (24x24 and higher).
          Note: If both "s" and "l" are missing then then both small and large 
                size are set.
      Examples (all using the selected image file):
        patchimage "flatview";            //set small and large patch
        patchimage "flatview", , "rsl";   //set small and large patch
        patchimage "flatview", , "rs";    //set small patch only
        patchimage "flatview", , "rl";    //set large patch only
        patchimage "flatview", "";        //remove small and large patch
        patchimage "flatview", "", "rsl"; //remove small and large patch
        patchimage "flatview", "", "rs";  //remove small patch only
        patchimage "flatview", "", "rl";  //remove large patch only
    * Tweak PatchImagesPath: The changes above also affect the file name syntax 
      relevant for the tweak:
        flatview.Cherries-24 x 24.png     //set small and large patch
        flatview,sl.Cherries-24 x 24.png  //set small and large patch
        flatview,s.Cherries-24 x 24.png   //set small patch only
        flatview,l.Cherries-24 x 24.png   //set large patch only        
    ! Toolbar: On higher zooms there were artifacts (pixel dirt) at the borders 
      of the images. 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 Special | Backup 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

v19.80.0118 - 2019-03-23 17:48
    * Patching Internal Images: Totally rewrote it again. Now the source image 
      is used in its original size for all sizes desired in the interface (e.g. 
      in the toolbar). Before, it was shrunk down to 24x24 and then stretched up 
      again if needed.
      - Note that now you can use a source image of any size you want (it's your 
        memory) and achieve high resolutions on large toolbar zooms, higher than 
        with the native images coming with the app (as embedded resource) which 
        are only 24x24 for the toolbar. Cool!
      - Note that due to the new internal handling all valid patch files are locked 
        as long as the patches are active. You cannot rename, move, or delete them.
    * SC PatchImage: Totally rewrote it. Removed the "size" argument. Changed 
      the "flags" argument to "switches". And now you can remove the patch by 
      passing "" as file.
      Syntax: patchimage(key, [file], [switches="r"])
        key:    Image key.
        file:   Image file.
                Defaults to the selected/focused file.
                If empty ("") the patch is removed and the original icon is used again.
        switches: lower case letters in any order
          r = Refresh the Toolbar when the replacement is done. [Default]
          s = Use this image for the small size (16x16).
      Remarks:
        - The file can be larger than the image in which case it is
          automatically shrunk.
        - A non-small patch is used for all sizes, unless there is a small patch 
          (which is then used for the small size). If there is only a small 
          patch then the original image is used for all non-small sizes.
        - These changes are not permanent but last as long as the session.
        - By passing "" as file you can as well remove patches that were loaded 
          via PatchImagesPath on startup.
      Examples:
        patchimage "flatview"; //replace "flatview" image with the selected image file, small and large
        patchimage "flatview", , "rs"; //replace "flatview" image with the selected image file, small only
        patchimage "flatview", "C:\Cactus.png";  //replace "flatview" image with "Cactus.png", small and large
        patchimage "flatview", "";  //remove patch
        patchimage "flatview", "", "rs";  //remove small patch
    * Tweak PatchImagesPath: Changed the syntax.
      The separator between key and the rest of the filename is now ".", not "-" 
      anymore. Examples:
        flatview.Cherries-24 x 24.png
        flatview,s.SmallCherries-16 x 16.png  (= special version for 16x16)
        flatview.png
        redo-.png                             (= disabled Redo button)    
      - Note that due to the new internal handling all valid patch files are locked 
        as long as the patches are active. You cannot rename, move, or delete them.
    ! Toolbar: Patches got lost when zooming. Fixed.
    ! Toolbar: Various small arrows were not correctly drawn at all zooms. Fixed.
    ! Toolbar: On higher zooms there were artifacts (pixel dirt) at the borders 
      of the images. These could be much reduced, though not totally. A complete 
      fix is possible but needs more work.
    ! Toolbar: Scrolling a zoomed toolbar quickly could leave pixel dirt at the 
      bottom part. 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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

Locked