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

v14.00.0118 - 2014-05-16 14:34
    + Scripting: Added dereference operator * (asterisk). You can use it on the 
      left side of Set, Perm, and Global statements.
      Usage: Helpful when dynamically creating variables.
      Examples:
        $var = '$a';        *$var = "TEST"; echo $a;  //TEST
        $var = '$a';   perm *$var = "TEST"; echo $a;  //TEST
        $var = '$a'; global *$var = "TEST"; echo $a;  //TEST
      Note: If the dereferenced variable is not defined, then the variable 
      itself is used (as if there was no dereference operator).
        *$undefined = "TEST"; echo $undefined; //TEST
    % Scripting: SC load much faster when there are many variables on stack.
    * Catalog | Insert as New Category Here | Current Mini Tree: Before, this 
      command added the whole Mini Tree as Category. Now it only adds the 
      currently selected branch.
      BTW, the caption is kept for now to keep the translations up-to-date.
      Also the items in such a category are named more smartly now by giving 
      just the relative paths as captions instead of the full paths.
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

v14.00.0117 - 2014-05-15 15:42
    + File | Rename Special | Set Extension...: Added functionality to add or 
      remove an extension regardless of whether an extension already exists or 
      whether the item is a file or a folder. To invoke this functionality 
      prefix a dot to the entered pattern:
        .txt      = Append ".txt".
        .         = Remove any extension.
      Whereas the conventional usage is like this:
        txt       = On files with extension: Replace the current extension with ".txt".
                    On files without extension: Append ".txt".                    
                    On folders: Do nothing.
        <empty>   = On files with extension: Remove extension.
                    On files without extension: Do nothing.
                    On folders: Do nothing.
    ! List: A complex multiselection situation (via Shift+Arrow) was not fully 
      restored after a Refresh or Auto-Refresh, so you could not continue with 
      the Shift+Arrow operation as expected. Fixed.
    ! Configuration | Sort and Rename | Rename | Use dialog to rename single 
      items: Would not remove any extensions from a filename. 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

v14.00.0116 - 2014-05-14 13:49
    + Find Files: Added a way to set a default field for search patterns. Simply 
      append the new switch "/fld=[selector]" to the search term.
      Examples:
        "Done" /fld=cmt             Finds all items with comment "Done"
        5 /fld=rating               Finds all items with 5-star rating
        :4 | 5 /fld=rating          Finds all items with 4-star or 5-star rating
        "" /fld=rating /t           Finds all items in the tags database without a rating
      Notes:
      - The same can already be achieved for Tags and Labels using the /T and /L 
        switch. Now you have a more general way that works for every supported 
        field selector.
      - In the case of custom columns and extra tags the field selector is 
        identical to the column caption (case-insensitive).
      - This switch can be especially useful in Click and Search categories.
    + Catalog: Now, when the Catalog is focused, pressing Ctrl+INS (Insert 
      key) will trigger "Duplicate Item".
    * Column Layouts: Now the currently invisible columns are saved as well in 
      the layout. That way you can store e.g. the position and size of the 
      "Path" column in a layout even when it is not shown.
      This change also affects SC ColumnLayout.
      Upgraders: I added some code for backward compatibility when loading 
      layouts stored in the old format. But generally it is recommened that your 
      save your Column Layouts once again in the new format.
    ! SC readfile: Crash on reading beyond file bounds. Fixed.
    ! Configuration | Menus, Mouse, Safety | Type Ahead Find | Ignore 
      diacritics: The Ignore Diacritics function did some crazy things with some 
      Japanese and virtually all Korean characters. Fixed.
    > This release is a tribute to HR Giger.
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

v14.00.0115 - 2014-05-13 20:18
    + Catalog: Now you can assign icons to Categories just like it is already 
      possible for Items, namely ba attaching an icon spec to the caption 
      separated by a | (pipe). Examples:
        My Caption|:conf
        My Caption|<xyicons>\Acorn.ico
      Note that you can also overwrite the default icon for CAS Categories this way:
        Tag Cloud|:tagsfind
    * Updated the help file.
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

v14.00.0114 - 2014-05-12 11:55
    * Toolbar | Find by Tags | Tag List...: The dialog lacked the Live Filter 
      Box. Now it has got one.
    + Tweak to toggle the main menu by ALT:
        HideMainMenuToggleByAlt=1
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

v14.00.0113 - 2014-05-11 20:52
    + Scripting got a new function.
      Name: ColumnLayout
      Action: Loads or saves a column layout.
      Syntax: columnlayout(file, [mode="load"])
        file:     File to save the column layout to, or to load it from.
                  Either full path or resolved relative to <xydata>\Columns\.
                  If missing you are prompted by a standard Windows dialog.
                  If no extension is passed the extension defaults to ".txt".
        mode:
          load = [Default] load columns from file
          save = save columns to file
        return:   The column loaded or saved.
      Examples:
        columnlayout("default"); //loads columns from <xydata>\Columns\Default.txt
        columnlayout("default", "save"); //saves columns to <xydata>\Columns\Default.txt
        columnlayout(); //loads columns, file is prompted
        columnlayout(, "save"); //saves columns, file is prompted
    + SC hexdump enhanced. Now the inverse function also supports lower case Hex 
      strings:
        text hexdump("e5652c679e8a", 1 , ri); // "Nihongo" in Japanese characters
      And a change: Before, the inverse function returned nothing if any illegal 
      character was met. Now, it returns what it got until it met the illegal 
      character.
    ! Ignore Articles When Sorting: A tiny logical error lead to a wrong sort 
      order among similar named items. 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

v14.00.0112 - 2014-05-11 11:02
    + SC hexdump enhanced. Now you can inverse the function and return a string 
      converted from a raw hex string.
      Syntax: hexdump(string, [unicode], [switches])
        switches: r = raw          
                  i = inverse (only effective if "r" is set as well)
      Notes:
        - The spaces separating and terminating the Hex values are optional. 
          Either you use them (all) or you don't (none).
      Examples:
        text hexdump("E5 65 2C 67 9E 8A ", 1 , ri); // "Nihongo" in Japanese characters
        text hexdump("E5652C679E8A", 1 , ri); // "Nihongo" in Japanese characters
    * Ignore Articles When Sorting: Now the setting is also applied to folders.
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

v14.00.0111 - 2014-05-10 23:24
    + Catalog | Context Menu | Insert as New Category Here: Added command "Labels" 
      by which you can add all Labels defined in the tags database to the Catalog as 
      a new "Click and Search" Category. The Location defaults to whole PC, tags 
      database only, and the operator to "OR".
      Note that, contrary to the "Tags" category, also labels are listed that 
      are currently not assigned to any item. This is done because getting an 
      empty list when searching "Urgent" is an agreeable experience you should 
      be allowed to have.
    * Find Files: Added switch /L by which the search terms are interpreted as 
      "labels" even when they are not prefixed with "lbl:". This switch is 
      mainly of use for the above "Labels" CAS category.      
      Switch /L implies switch /t (search tags database only).
    * Find Files: the "lbl:" field now supports a numeric reference to the 
      Label. For example, the following search patterns are equivalent now (if 
      Orange is the caption of the second label):
        lbl:Orange
        lbl:#2
      Use: Since labels are stored with their numeric index in the tags database 
      while their captions are variable (customizable in Configuration), the 
      numeric reference makes search terms independent of the label captions.
    * Click and Search: Now, when no item is ticked clicking the CAS category 
      will run s search for "" (nothing). This makes particular sense in a /T or 
      /L category because it will list all items in the database without a Tag 
      or without a Label. Before, it would have listed all items in the database 
      unfiltered.
    + SC hexdump enhanced. Now you can return a raw hex string: Hex values 
      separated and terminated by a space.
      Name:   hexdump
      Action: Displays a string as hex dump.
      Syntax: hexdump(string, [unicode], [switches])
        string:   [required] String to display.
        unicode:  [optional]
                  0 = one byte/char [Default]
                  1 = two bytes/char
        switches: r = raw          
      Examples:
        text hexdump("abc", , r);   //"61 62 63 "
        text hexdump("abc", 1, r);  //"61 00 62 00 63 00 "
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

v14.00.0110 - 2014-05-10 13:23
    ! The last beta didn't use correct data 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 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

v14.00.0109 - 2014-05-10 12:20
    + Catalog | Context Menu | Insert as New Category Here: Added command "Tags" 
      by which you can add all Tags used in the tags database to the Catalog as 
      a new "Click and Search" Category. The Location defaults to whole PC, tags 
      database only, and the operator to "AND".
      Don't know about you, but IMO this is a dream come true!
    * Find Files: Added switch /T by which the search terms are interpreted as 
      "tags" even when they are not prefixed with "tags:". This makes search 
      terms much shorter and more readable.
      Switch /T implies switch /t (search tags database only).
      By adding explicit prefixes you can overwrite the switch. This will find 
      all PNG files with tags "rock" and "british":
        name:*.png & rock & british /T
      Tip: Adding switch /T to the location of a CAS category gives a much 
      cleaner picture when you are just interested in search by tags. I assume 
      this will be a major use of CAS.
    * Click and Search: Now, the category tooltip shows operator and location.
    * Click and Search: Now, when you click an individual item in a CAS category 
      the location and switches stated in the category are also used for that 
      search. Before, the search would have been in the current location 
      regardless of what was stated in the category.
    ! Click and Search: No checkboxes were drawn on Windows Classic Theme. Fixed.
    + Info Panel | Find Files | Contents: Now you can trigger Find Files by 
      Ctrl+Enter in the text box.
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

v14.00.0108 - 2014-05-09 21:10
  +++ Click and Search: Catalog categories now can be turned into something that 
      will make searching for files your favorite pastime.
      - To enable the feature open a category's Properties dialog and tick "Use 
        category for searching".
      - All items in such a category are expected to contain search patterns. 
        Currently you will have to add them manually (later there will some cool 
        automatic ways). Tip: Press INS to quickly add an item.
        Examples for Pattern:
          *.png
          !*.png                      (NOT *.png)
          prop:#AspectRatio: 16:9
          tags:jazz
          tags:rock
          tags:pop
          :a* OR b* /n                (a Boolean term, with a switch)
        Clicking an item will run the search (it's like a Quick Name Search) for 
        the current location (the Location defined in the Category, see below, 
        is not used now).
      - The items can be individually enabled via checkboxes.
      - Clicking the category  will run a combined search of all ticked items.
      - A combined search can be either AND- or OR-combined. This can be 
        configured in the category's Properties dialog.
        Any switches are removed from the combined terms.
      - Toggling the state of any item's checkbox will also run a combined 
        search. Hold CTRL to suppress this trigger.
      - In the category's Properties dialog there is also a Location field. 
        Leave it empty to always search the current location. Else enter any 
        path. Enter * (asterisk) to search the whole PC.
        In the Location field you can also enter search switches (after the path 
        if there is one). So here is the place to control whether the search is 
        recursive (/r) or not (/n), or whether only the tags database should be 
        searched (/t).
        Examples for Location:
          E:\Test       = search E:\Test (Include Subfolders is taken from the setting in the Find Files tab)
          E:\Test /r    = search E:\Test (Include Subfolders)
          E:\Test /n    = search E:\Test (Do Not Include Subfolders)
          E:\Test;E:\Pics = search E:\Test and E:\Pics
          /r            = search the current location (Include Subfolders)
          *             = search the whole PC
          /t            = search the tags database only (for items in the current location)
          * /t          = search the tags database only (for items anywhere)
      - This is insane. Especially for tag-based file management.
    ! Locked Tree: Would not apply a Visual Filter from a Catalog Item where the 
      path was identical to the current path. 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

v14.00.0106 - 2014-05-08 09:22
    * MP3 Columns: Now they are left-aligned.
    ! MP3: ID3v2 parsing had some bugs yet. Fixed #3.
    * MLS: Internally updated to version 8.47.
      > TRANSLATORS: Please wait until Reference_8.47.lng is uploaded.
        You will be notified if you have subscribed to this thread:
        http://www.xyplorer.com/xyfc/viewtopic.php?f=12&t=9648
    * Updated the help file.
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

v14.00.0105 - 2014-05-07 21:16
    + Menu View | Columns: Added command "Save Column Layout As...". Saves the 
      current column layout (all visible columns, their sequence, their 
      captions, their widths) to a small TXT file in the new application data 
      path <xydata>\Columns.
      Only enabled in Browse and Find mode.
    + Menu View | Columns: Added command "Load Saved Column Layout...". Loads a 
      new column layout (all visible columns, their sequence, their captions, 
      their widths) from a small TXT file in the new application data path 
      <xydata>\Columns.
      Only enabled in Browse and Find mode.
    > Remarks on the above enhancements:
      - Now isn't this a cool way to handle layouts?! File based! After all this 
        is a file manager.
      - You can save as many different layouts as you want.
      - Custom captions are supported, even in Unicode. Hence the TXT files are 
        in UTF-16LE.
      - Sure, they are portable.
      - Hey, you can even share those little layout files.
    - The following closely related commands have been superseded by the above 
      new commands (taking over the old command IDs). They had confused too many 
      users anyway:
        View | Columns | Save Column Layout
        View | Columns | Load Saved Column Layout
    + SC formatlist enhanced: Added an optional "flags" parameter. Currently it 
      has only one value that allows you to filter a list of full paths only by 
      the filenames.
      Syntax: formatlist(list, [format], [separator="|"], [param], [flags])
        flags: f =  On format f: Filter a list of full paths only by the 
                    filenames, i.e. the filter given in "param" is only matched 
                    against the last components of the paths. (It is not 
                    verified whether the last components are existing files or 
                    folders.)
      Examples:
        text formatlist("C:\A.txt|C:\C.txt", "f", "|", "*c*");      //C:\A.txt|C:\C.txt
        text formatlist("C:\A.txt|C:\C.txt", "f", "|", "*c*", "f"); //C:\C.txt
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

v14.00.0104 - 2014-05-07 10:58
    ! MP3: ID3v2 parsing had some bugs yet. Fixed #2.
    > MP3 Preview: You can only edit ID3v1 tags. For files with ID3v2 tags the 
      editing is disabled. The latter never worked and will never work, but 
      since XY now supports displaying ID3v2 the disabled state had to be added 
      because ID3v2 is shown whenever it is present (even if ID3v1 is present as 
      well).
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

v14.00.0103 - 2014-05-06 21:12
    ! MP3: ID3v2 parsing had some bugs yet. Fixed.
    ! Custom Columns: The "MP3 Comments" column never worked due to a spelling 
      error. Fixed. Fixes also the special property <prop #mp3.comments>.
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