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.50.0021 - 2011-11-08 15:54
    + Configuration | Colors & Styles: Added dropdown "Borders". Here 
      you can choose between various border styles for the main controls 
      (Tree, List, Catalog).
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.50.0012 - 2011-11-07 16:00
    % Looks: Experimentally made the lines around the main controls 
      (Tree, List, Catalog) softer. Note that this takes effect only 
      under Visual Themes (not under Windows Classic mode).
      As a side effect the content area of each of these controls is 
      now 2 pixels wider and higher.
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.50.0010 - 2011-11-04 20:16
    * Move To / Copy To / Backup To dialog: Now the sticky section is 
      shown as in the dropdown lists (i.e. blueish) and the section 
      separator is hidden.
    ! Custom Copy: When copying items from a recursive search results 
      listing using the Copy To interface, an implicit Rich Copy happened 
      (the item's subfolders relative to the original top search folder 
      were recreated in the target). Fixed: No more implicit Rich Copy.
    * XYcopy: Updated to 2.00.0072.
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.50.0009 - 2011-11-03 19:59
    ! Edit Location: Hitting Browse on an empty edit box crashed the 
      app. Fixed.
    ! Rename Preview: Did not detect certain invalid characters from the 
      lower ASCII range, e.g. CR (Carriage Return). Fixed.
    ! Rename Special: Doubled error message when an item could not be 
      renamed. 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.50.0008 - 2011-11-02 21:29
    + Custom Copy | Verification: Now SHA-256 and SHA-512 work on XP, 
      Vista, and Win7. Maybe even Win2K.
      Same improvements for SC hash().
    * XYcopy: Updated to 2.00.0071.
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.50.0007 - 2011-11-02 19:40
    + Scripting got a new function.
      Name:   PopupMenu
      Action: Pops a menu and returns the selected item.
      Syntax: popupmenu(itemlist, [x=-1], [y=-1], [start=1], [count=-1], _
                  [flags=0], [sep_itemlist="|"], [sep_item=";"], _
                  [on_cancel=""])
        itemlist: List of items separated by sep_itemlist.
                Each item is made of a Caption and optionally a Data 
                part, separated by sep_item: "Caption;Data"
        x:      X position; -1 to use current mouse X.
        y:      Y position; -1 to use current mouse Y.
        start:  Index of first item to show; 1 = first item.
        count:  Count of items to show; -1 = show all.
        flags:  1: Return index (instead of caption/data).
        sep_itemlist: Separates items; can have more than one char.
        sep_item:     Separates caption from data; can have more than 
                      one char.
        on_cancel:    String returned when menu is cancelled (ESC).
        return:       Data of selected item; caption if no data defined; 
                      index if flags AND 1.
      Examples:
        text popupmenu("a|-|b|c");  //- is a menu separator
        text popupmenu("a;data returned on a|-|b;data b|c;data c");
        text popupmenu(<get selecteditemspathnames |>);
      Funny side note:
        This function is in the app since almost one year ago, but I 
        never found the time to add the info to the change log.
    * XYcopy: Updated to 2.00.0070.
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.50.0006 - 2011-11-02 11:06
  +++ Sticky Section: Various MRU lists now can have an optional Sticky 
      Section. Items in the Sticky Section are permanent members of this 
      list and will never be pushed out when new items are added. You 
      can use this section for your all-time favorite items and 
      carefully crafted patterns.
      The Sticky Section can be added via List Management, simply add 
      this dummy item as section separator (without the indent):
        -----> mru
      Everything above this line is in the Sticky Section. Everything 
      below this line is in the MRU Section. So the Sticky Section is 
      always displayed on top of the whole list.
      The following MRU lists support a Sticky Section:
        - Address Bar & Go to
        - Find Files Name
        - Find Files Location
        - Rename Special patterns
        - Visual Filter patterns
        - Selection Filter patterns
        - Move/Copy/Backup To
        - Recently Opened Files
        - Recent Catalogs
        - Recently Included Catalogs
      Notes:
      - In dropdown lists the Sticky Section is distinguished from the 
        MRU section by a special text and back color. The colors are 
        currently hard-coded, later this might be made configurable.
        (In List Management there is no special coloring.)
      - No shifting or sorting: When you pick an item from the Sticky 
        Section it will not be shifted to the top but stays in its 
        position.
      - When a "Match List" (an alphabetically ordered subset of items 
        that match what is currently typed into the edit field) is 
        dropped the items pertaining to the Sticky Section are not 
        marked in any way but mix with the "normal" items. Reasons: 
        There would be clashes between coloring rules; it would be 
        visually disturbing; and it simply does not make a lot of sense 
        in a Match List.
      - The size of the Sticky Section is not limited and adds to the 
        max size of the MRU section (e.g. 64 for Rename Special 
        patterns).
      - The section separator makes managing the lists quite easy and 
        intuitive. In List Management you simply drag items to above the 
        separator to add them to the Sticky Section.
        The separator is visible only in List Management. In the GUI, in 
        a dropdown list it is hidden from the user's eye, in a menu 
        (e.g. Visual Filters in right-click menu of the toolbar button) 
        it is replaced by a menu separator.
    * The variable <get alias [name]> now returns the value of the alias 
      without resolving any arguments within the alias.
      Example:
        alias: Greet=::echo "Hello, <@1>! It's <@2 Dewey>!";
        echo <get alias Greet> //::echo "Hello, <@1>! It's <@2 Dewey>!";
      Before, the arguments had been resolved (useless in this context):
        echo <get alias Greet> //::echo "Hello, ! It's Dewey!";
    + Find Files: The "Edit Location..." dialog (Browse button right-
      click menu) now has its own Browse button. Selected locations are 
      appended to the ones already present in the exit box. The Browse 
      dialog is preselected to the last location in the box.
    ! Under Win7 the main app window could get into the background 
      (behind any other windows) when trying to batch rename files to an 
      illegal name. Worked around this Win7 bug.
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.50.0005 - 2011-10-31 14:16
    + Find Files: The Browse button right of the Location field got an 
      additional command in its right-click menu: "Edit Location...". 
      Here you can edit the search location(s) like in an editor.
    + SC rename enhanced: Added new values to the "flags" parameter, 
      and a new parameter "illegalcharsreplacewith".
      Syntax: rename [mode (b|r|s|k|e)], pattern, [preview (p)], _
                  [itemlist], [flags=1], [illegalcharsreplacewith]
        flags: (binary field, defaults to 1)
          4: Replace illegal characters (with the value of argument 
              illegalcharsreplacewith).
          8: Increment on collision. Note that this does the same as the 
              /i switch, but it's much easier to handle when taking 
              patterns e.g. from the clipboard.
        illegalcharsreplacewith: Replace illegal characters with this 
          string, IF flags has the "4" bit set.    
      Examples:
        ::rename b, <clipboard>, p, , 4;  //drop illegal characters
        ::rename b, <clipboard>, p, , 4, "_"; //replace them with _
        ::rename b, <clipboard>, p, , 12, "_"; //same as before with increment
    * Rename Special: Raised the MRU store size from 32 to 64.
    * Aliases: From now on they are not auto-sorted anymore. You can 
      manually sort them in List Management using the Sort button or by 
      dragging them around.
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.50.0004 - 2011-10-28 11:29
    * Custom Copy: The progress dialog now remembers its position.
      Notes:
      - A change in the position is stored only when the moved 
        progress dialog is from a foreground process; in other words, 
        background progress dialogs are read-only with respect to the 
        position.
      - The same position is also used for the Backup progress.
    + Custom Copy: The progress dialogs are now optionally 
      cascading, i.e. any non-first dialog is positioned in an 
      offsetting (cascaded) position from the last dialog popped up. The 
      positions are cycling in an 8-step rhombus shape:
        '     7     '
        '   8   6   '
        ' 1       5 '
        '   2   4   '
        '     3     '
      This feature is currently in experimental state. The size of the 
      offsets defaults to 24 pixels, but can be altered by tweaking this 
      key:
        ProgressOffset=24
      Set it to -1 if you want no cascading.
    ! Rename Preview: The width of this window should be auto-calculated 
      (depending on the list contents), however this stopped working 
      correctly in v9.90.1001. Fixed.
    * XYcopy: Updated to 2.00.0069.
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.50.0003 - 2011-10-27 12:16
    ! Configuration | Dual Pane | Always keep 1st pane visible: With 
      this setting ON, the focus was not completely moved to the new 
      active pane when opening the 2nd pane via menu Window | Tabs. 
      Fixed.
    ! Find Files | Location: On multiple locations (separated by | or ;) 
      the yellow warning icon was shown, which is usually employed to 
      signal a non-existing path and hence misleading here. Fixed: Now 
      no icon is shown here on multiple locations.
    ! Command Line Switches: The new /flg=2 switch did not work when 
      Configuration | Startup & Exit | Allow multiple instances was 
      ticked. Fixed.
    ! Tree: Auto-refresh did not work as it should when cutting (Ctrl+X) 
      and pasting (Ctrl+V) a folder. 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.50.0001 - 2011-10-26 13:23
    + Configuration | File Info Tips: Added the field "Visible time in 
      milliseconds". Here you can customize the time a file info tip is 
      visible before it auto-destroys.
      The factory default is 10,000 (= 10 seconds). The maximum value is 
      999,999 (about 1000 seconds = almost 17 minutes).
    ! Configuration | Previewed Formats: An added extension would not be 
      recognized if in upper case. Fixed.
    ! Find Files | Contents: Did not work for UNICODE files (e.g. UTF-
      16LE) under all locales. 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 »

Summary of the latest XYplorer Official Release.

Download: http://www.xyplorer.com/download.htm

Code: Select all

v10.50.0000 - 2011-10-25 15:00
    = NEW OFFICIAL RELEASE. Main changes since last release:
  +++ Grep. Finding files by content now supports Regular Expressions.
  +++ Rename Special. Now you can mass rename files using meta 
      properties like Camera Model, Width and Height, or Bit Rate.
  +++ User Buttons. Now user-defined colored labels are supported.
  +++ Full Screen Preview. Now the mouse wheel is supported.

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.0115 - 2011-10-25 14:22
    + Droppable User Buttons (DUBs): The OpenWith shorthand trick added 
      in v10.40.0114 now also supports command line parameters stated 
      with the application in the Name field.
    + Command Line Switches: Now you can feed a script into an existing 
      instance of XYplorer without changing the location or tabs of that 
      instance. Simply pass the new switch /flg=2 in the command line, 
      for example:
        E:\XY\XYplorer\XYplorer.exe /script="::msg 'Hi!';" /flg=2
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.0114 - 2011-10-24 20:00
    + Droppable User Buttons (DUBs): Added a shorthand trick that 
      greatly simplifies creating User Buttons that work like toolbar-
      based OpenWith panels (where you define the opening application 
      AND the opened file!).
      Now, in the "On right-click" field of a DUB pointing to an 
      executable you can pass a path/file spec (all portability feats 
      are fully supported) as a shorthand for a well-formed openwith 
      script. Such a line will be internally auto-converted to a valid 
      openwith statement including the appropriate icon in the generated 
      popup menu, and in all those openwith statements the openwith 
      application will be the one defined in the Name field of the 
      button.
      IOW, paste the list of files you want to open with the executable 
      into the "On right-click" field and you are done!
      - 2 examples for the contents of Name field:
        "ACDSee32"
        C:\Programme\ACDSee32\ACDSee32.exe
      - 1 example for the contents of the "On right-click" field:
        E:\TestFiles\images\_misc\08-lrg-16bit.tga
        E:\TestFiles\images\_misc\aguilera-32bit.tga
        Desktop\voice_dailer_256.png
        -
        "Favorite Folders|:favs" button "favs";
      Now right-clicking the button will pop a menu containing three 
      image files, one separator, and one little script that opens the 
      Favorite Folders menu. Selecting any of the image files from the 
      menu will open it using ACDSee.
      Tip: Note that this shorthand trick also works in the "On click" 
      (= LeftClick) event of the button (also with "Fire click on 
      mousedown" enabled, which is quite cool). However, the button will 
      not work as a DUB in this case (DUBs by definition need this field 
      to be empty).
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.0113 - 2011-10-24 12:22
    * Updated the help file.
    ! List: Fixed a very hard to track, long-standing, and rare drawing 
      issue where the column headers in Details view did not erase 
      before redrawing.
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