Here's the new BETA (32-bit)

Get a glimpse of the next XYplorer...
Locked
admin
Site Admin
Posts: 64862
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.80.0203 - 2012-02-08 11:53
    + Added Tweak to re-enable the behavior that has been removed in 
      v10.80.0202:
        TabReuseTabs=1
      Set to 1 to re-use existing tabs when changing locations through 
      Favorite Folders, Favorite Files, Special System Folders, Hotlist, 
      Recent Locations, or Catalog.
    * Configuration | Advanced: Renamed "Resolve nested junctions" to 
      "Resolve junctions".
    * SC property: Renamed #ResolveNestedJunctions to #ResolveJunctions.
    * 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 | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 64862
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.80.0301 - 2012-02-09 14:51
    ! List: When pasting a file into a list where a file (not a folder) 
      was selected you got the message "Paste into files is currently 
      not supported." Fixed: Now the file is pasted into the current 
      folder.
    ! Tree: Refreshing the Tree with the Network node selected would 
      clear all child nodes. 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: 64862
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.80.0302 - 2012-02-10 13:23
    + SC get("list_hilitefolder") enhanced. Now you have a flags 
      parameter to control what data are returned.
      Syntax: get("list_hilitefolder", [delimiter=CRLF], [flags])
        [separator]:  String to place between items.
                      Defaults to CRLF (line feed).
        flags:        Defaults to "fc".
          f:          Return folders.
          c:          Return colors.
         fc:          Return folders and colors.
        return:       List of highlighted tree folders with their colors 
                      in RRGGBB (depending on flags). Format is 
                      identical to that used in the INI file.
      Examples:
        ::text get("list_hilitefolder");
        ::loadtree get("list_hilitefolder", "|", "f");
      The latter example loads a Mini Tree with all highlighted folders.
    + Configuration | Color Filters: Added "Draw background colors in 
      distinctive shapes". Tick it to give a distinctive shape to each 
      type of filter (name, size, date...), given it has a background 
      color defined.
      Note that this setting had been hard-coded to ON until now, but 
      many users perceived the shape as a drawing glitch! :)
    ! Queued Background File Operations: On completion of a parallel 
      operation (delete or intra-volume move) you got an error when 
      there was no next queued operation (since v10.80.0201). 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: 64862
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.80.0303 - 2012-02-13 14:56
    * Configuration: The clickable area of all checkboxes is now reduced 
      to the mere caption. Before, a certain area right of the caption 
      was clickable as well.
    ! List: With Full Row Select enabled, the Label column did not 
      always honor the setting Configuration | Tags | Popup by tag 
      columns right-click. Fixed.
    ! Drop URL: Did not work correctly when URL (Internet Shortcut) 
      contained Unicode characters in the name. Fixed.
      Note: Fix only works for Firefox. Failed to fix for IE.
    ! SC renameitem: When renaming a folder in the file list, the parent 
      of this folder in the tree would have been collapsed. 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: 64862
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.80.0304 - 2012-02-14 20:50
  +++ Find Files: Added Multi Field Search (MFS). Planned for years, 
      finally implemented. A BIG feature, like adding a new dimension 
      to search.
      Multi Field Search means: In a Boolean search you can mix 
      different fields, e.g. find all images with 1024 x 768 pixels AND 
      labeled "Red" AND having "2012" in the name.
      The available fields are:
        name: Name (default field)
        lbl:  Label
        tags: Tags
        cmt:  Comment
        prop: Property
        len:  Length of path and file
        lent: Length of file title (no path) only
      
      Examples:
  
         Name Pattern                Find all items with
        -------------------------------------------------------------------
      1) tags:cats,dogs OR name:a*   tags ("cats" AND "dogs") OR name "a*"
      2) tags:cats|dogs AND name:a*  tags ("cats" OR "dogs") AND name "a*"
      3) tags:cats|dogs AND ants     tags ("cats" OR "dogs") AND tag "ants"
      4) xy*.exe AND prop:fileversion:10.80*    (self-explaining)
      5) *.jpg AND lent: > 12        JPGs with long filenames

      Field Type Inheritance
      ~~~~~~~~~~~~~~~~~~~~~~
      The 3rd example above shows that the field type is inherited from 
      left to right. This is done for backward compatibility and also 
      for comfort. The following pairs are equivalent:
        
        lent: > 12 AND  < 20
        lent: > 12 AND lent: < 20
        
        tags:cats|dogs AND ants OR name:a* AND *.png
        tags:cats|dogs AND tags:ants OR name:a* AND name:*.png
      
        a* AND (*.png OR lbl:green OR yellow OR red)
        name:a* AND (name:*.png OR lbl:green OR lbl:yellow OR lbl:red)
        
      Notes
      ~~~~~~
      - Of course, MFS also works in Quick Searches which makes it 
        available for Address Bar, Catalog, Favorites, User Buttons, 
        Scripting etc. Remember that the Boolean marker ":" has to be 
        prefixed, e.g.:
          ?:tags:dogs and name:t*
      - The Match Case checkbox applies to all operands of the MFS term.
      - The Whole Words checkbox applies to all operands of the MFS 
        term, with the exception of tags (tags:), which are always 
        treated as whole words unless they are stated with wildcards.
      - Depending on the search term, a MFS will be notably slower than 
        a SFS (Single Field Search). However, thanks to a number of 
        optimizations it is still pretty fast,
      - You can control the speed of a search by carefully choosing the 
        order of operands in a Boolean search term. For example, the 
        following terms yield the same results but in different ways:
          1) tags:cats,dogs AND name:a*
          2) name:a* AND tags:cats,dogs
        Term (1) first scans the Tags database for items in the search 
        location that have tags "cats" and "dogs", and then matches the 
        results against pattern "a*".
        Term (2) first scans the search location for items matching 
        pattern "a*", and than checks the tags attributed to each of 
        these items.
        It depends on the size of your tags database, and the size of 
        the search location which order is faster.
        > Rule to remember: The first order (scan Tags database first) 
          is always and only applied when the leftmost term refers to 
          Tags (lbl:, tags:, cmt:) and is bound to an AND-operator.
        > Tip: If you search the whole Computer or a whole drive you 
          will always want the tags-operand first.

    * Find Files: Now searching for Name can also be done explicitly 
      using the new selector "name". For example, to find all items 
      beginning with "a", both terms yield the same results:
        a*
        name:a*
      The "name:" selector has its use in Multi Field Searches, for example:
        lbl:b* OR a*        = Find all with Label B* or Label a*
        lbl:b* OR name:a*   = Find all with Label B* or Name a*
    * Find Files: The verbatim switch /v now also works for the normal 
      name filter. Before, it was exclusively used for label, tags, and 
      comments search:
        a /v                = Find all items named exactly "a"
        a* /v               = Find all items named exactly "a*"
      The latter is not likely to find anything because the asterisk is 
      treated as character, not as wildcard, in a verbatim search.
    * Variables <get tabs> and <get tabs_sf now support a second 
      optional parameter to select the pane:
        <get tabs [separator="|"] [pane=a]>
        <get tabs_sf [separator="|"] [pane=a]>
      Examples:
        loadtree <get tabs_sf |>;   //active pane's tabs
        loadtree <get tabs_sf | a>; //active pane's tabs
        loadtree <get tabs_sf | i>; //inactive pane's tabs
        loadtree <get tabs_sf | 1>; //first pane's tabs
        loadtree <get tabs_sf | 2>; //second pane's tabs
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: 64862
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.80.0305 - 2012-02-15 21:59
  +++ Info Panel | Find Files: Added tab "Tags" containing three 
      filters: Labels, Tags, and Comment. Like all filters they are 
      connected by logical AND, so e.g. if Labels and Tags are both 
      ticked then both must match else the file in question will not be 
      among the search results.
      All three fields are treated case-insensitive (A==a) and support 
      wildcards. Here are some field-specific details:
      
      - Labels: Supports stating multiple labels combined by logical 
        OR (|); surrounding spaces are ignored. Examples:
          green
          Green
          green|red
          green | red
          g*|*e*
        Logical AND is not supported, of course, because each file can 
        only have one label be definition.
        A "Select Labels..." button is added for comfort.
        
      - Tags: Supports stating multiple tags, combined by either logical 
        OR (|) or logical AND (,); mixing both operators is not 
        supported; surrounding spaces are ignored. Examples:
          dogs
          Dogs
          dogs|cats     dogs OR cats
          dogs | cats   dogs OR cats
          dogs,cats     dogs AND cats
          dogs, cats    dogs AND cats
        A "Select Tags..." button is added for comfort.
        
      - Comment: Wildcards (*) are auto-added left and right if no 
        wildcards (* or ?) are contained in the pattern (aka "loose 
        match").
      
      Finding Empty Fields
      ~~~~~~~~~~~~~~~~~~~~
      Contrary to the Name field, leaving the fields on the Tags tab 
      empty is NOT equivalent to "*" (match all) but means "empty". For 
      example, to find all items that are tagged (are present in the 
      tags database) but have no comment: Simply tick the Comment 
      checkbox and leave the Comment field empty. Same way works for 
      Labels and Tags.

      Speed
      ~~~~~
      All searches including the new Tags filter are ultra-fast because 
      they work directly on the tags database, i.e. they are indexed 
      searches.

    + Find Files: Now Multi Field Search (MFS) is also supported in 
      Boolean RegExp, for example:
        :>.*test.* AND NOT >.*not.*test.* OR lbl:>^Gre.*      
    - Info Panel | Find Files: Removed the "Templates..." button. 
      Reason: Not enough space, and not really necessary since the 
      function is always available in menu Edit and by CKS (Ctrl+F9).
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: 64862
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.80.0306 - 2012-02-16 09:57
    + Text Preview: In the dropdown menu on the Preview tab, now you can 
      manually select a different encoding for text file for preview. A 
      couple of East Asian languages using DBCS encoding is supported.
      The setting is remembered across sessions.
      - System Default (ANSI)
      - Simplified Chinese (GB2312)
      - Traditional Chinese (BIG5)
      - Japanese (Shift-JIS)
      - Korean (EUC)
    ! SC property: Property "#-1" did not work anymore. Fixed.
        ::text property("#-1");
      Return the contents of the item's default info tip.
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: 64862
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.80.0307 - 2012-02-17 13:52
    + Quick File View: Now supports DBCS files.
    + SC readfile: Now supports DBCS files.
    ! Text Preview: Improved the automatic detection of DBCS files, as 
      opposed to ASCII and UTF-8 files, and fixed some glitches.
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: 64862
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.80.0308 - 2012-02-17 20:51
    + SC ReadFile enhanced by new CodePage parameter.
      Name:   ReadFile
      Action: Read data from file into string.
      Syntax: readfile([filename], [mode], [numbytes], [codepage])
        codepage: codepage to use for decoding the file.
          empty: use system default codepage
          else:  use the passed codepage
      Example:
        //Decode the current file as Japanese (Shift-JIS):
        text readfile(, , , 932);
      Notes: Passing a codepage number is only meaningful for text 
      files. Codepage numbers can be found in the web (search for "Code 
      Page Identifiers").
    + Text Preview: Added more codepages to the dropdown menu in the 
      Preview tab. Click any of the codepages to reload the current file 
      with that specific encoding.
    - Text Preview: The codepage setting is not remembered anymore: not 
      between preview and not across sessions.
    - Quick File View: Does not take over the current decoding of the 
      Text Preview anymore (introduced in v10.80.0307). Instead you have 
      a new scripting command quickfileview for the job.
    + Scripting got a new command.
      Name:   quickfileview
      Action: Open the Quick File View for the specified file.
      Syntax: quickfileview([filename], [codepage])
        filename: file full path/name, or relative to current path
                  defaults to the current file
        codepage: codepage to use for decoding the file.
          empty: use system default codepage
          else:  use the passed codepage
      Example:
        //Quick File View the current file as Japanese (Shift-JIS):
        quickfileview , 932;
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: 64862
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.80.0309 - 2012-02-19 15:27
    * Branch View: From now on, when folders are not listed themselves 
      in the Branch View (e.g. because they are hidden for having the 
      SYSTEM attribute) then also their contents are not listed.
      Reason: There should never be a case where the contents are shown 
      but not the hidden/system folder, because that is when the list 
      becomes inaccurate and misleading (because of files being indented 
      under folders in which they don't belong).
      Note that the Find Files logic is different: If a folder is 
      hidden, its contents might still be listed in the Search Results 
      if they match the search filters.
    * Mini Tree: Experimentally Zombies are allowed now, i.e. non-
      existing folders are not automatically removed anymore from the 
      Mini Tree when the tree is loaded.
    ! Support for Win98 was lacking (GetFileSizeEX not supported). 
      Fixed.
    ! Tree: Boxed Branch etc. could not be turned off for special 
      folders in a locked tree. Fixed.
    ! Tree: Boxed Branch etc. could not be turned off via context menu 
      of a non-current folder in a locked tree. Fixed.
    ! Configuration | Undo & Action Log: Some checkbox captions were 
      missing since v10.80.0303. 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: 64862
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.80.0310 - 2012-02-21 12:20
    + Added tweak to keep currently unavailable folders in the Mini 
      Tree, given they are located on currently unavailable drives.
        MiniTreeAllowZombies=1
      This allows you to keep branches intact while a removable drive is 
      temporarily offline.
    ! Mini Tree: With the MiniTreeAllowZombies tweak ON, there was a way 
      to get undesired behavior including doubled subfolders on mounting 
      removable drives. Fixed.
    + Configuration | Tabs: Experimentally added a way to have the 
      search pattern of Name Searches in the tab caption. This allows 
      you to identify search tabs by the pattern (WHAT) rather than by 
      the location (WHERE).
      Under "Tab captions | Custom" you can now optionally add a second 
      section (separated by ||?:) to define the caption for Name Search 
      tabs. The variable <pattern> is used as a placeholder for the 
      search pattern (the pattern is stripped of any switches like e.g. 
      /:flat to make it smaller).
      Examples:
        <drive>: <folder>||?:<pattern>
        <drive>: <folder>||?:<folder>?<pattern>
        <drive>: <folder>||?:<drive>: <folder>?<pattern>
      The first section (left of ||?:) is used for all other tabs.
      Notes:
      - Of course, the custom caption is only used for un-named tabs, so 
        it is not applied to tabs named "Search Results".
      - Actually || is the section separator and "?:" the section 
        marker/selector. More sections might follow in future versions.
      - This is currently implemented only for Name Searches, not for 
        searches triggered from the Info Panel | Find Files tab.
    * Info Panel | Preview: In the orange button dropdown "Show Preview 
      Info" has been renamed to "Show Metadata".
    ! Tree: Boxed Branch etc. could not be turned off for special 
      folders in a locked tree. Fixed #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: 64862
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.80.0311 - 2012-02-22 12:50
    + Favorite Folders and Favorite Files: Now you can pass a pointer to 
      an icon along with the caption. The icon will be shown in the 
      respective menu. The general form is Caption|Icon, where Icon can 
      have the following formats:
        Blah|C:\Beta\fun.ico    full path/file to file or folder
        Blah|Icons\fun.ico      relative path (to app data path)
        Blah|<xydata>\Icons\fun.ico       support of XY native variables
        Blah|:minitree          internal icon (toolbar buttons resource)
        Blah|                   nothing (no icon shown)
      FYI, the caption has to be set in double-quotes before the actual 
      path. This can be done in List Management. Example:
        "Stuff|<xydata>\icons\Kiss.ico" C:\Donald\Stuff and Matter\
    * Custom Copy: Now you get an error message when a source item does 
      not exist in the moment of attempted copy. Before, non-existing 
      source items were simply skipped without notice.
    * XYcopy: Updated to 2.00.0077.
    * Tree: The Desktop special folder had an unconditional "+" on startup, 
      suggesting that it had children even if they were none. Now, the 
      folder is checked for subfolders on startup, unless you unticked 
      Configuration | General | Check existence of subfolders in tree.
    ! Mini Tree: Removable drive captions and icons were not always 
      updated when drives were added or removed. Fixed.
    ! List Management: Clicking the 'Browse...' button in various List 
      Management dialogs does not result in consistent behaviour. Fixed.
    ! List Management: Sort order related buttons were not correctly 
      auto-enabled/disabled. 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: 64862
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.80.0312 - 2012-02-22 15:51
    * Branch View: Now sorting the list (in Branch View and also in 
      general Search Results) by Path will create a perfect tree-like 
      sort order, that is all folders sorted like in the tree and in 
      each folder you get the files listed ahead of any subfolders. 
      Sorting by Path again will reverse this order (which could not be 
      done previously by any means).
      Note: To make this happen sort settings must be so that folders 
      are NOT sorted apart, so either you turn off "Configuration | 
      General | Sort folders apart" (which is unlikely) or you turn on 
      "Configuration | General | Mixed sort on path columns" (which you 
      will likely do).
      Remarks: Normally this tree-like order is identical with 
      "Unsorted" since the file system browser usually returns the files 
      in alphabetical order. However, there are some minor differences 
      concerning Natural Numeric Sort Order, Sort Filenames by Base, and 
      other rare cases where the file system sort order just is not the 
      one you expect. When it comes to network shares things can deviate 
      dramatically from anything that you would call "order".
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: 64862
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.80.0313 - 2012-02-23 15:36
    + SC setkey enhanced: Added optional parameter flags.
      Syntax: setkey value, key, section, [INIfile], [flags]
        flags:  1: Write the value in quotes.
      Examples:
        // Year=2012
        setkey "2012", "Year", "Vacation", "<curpath>\holiday.ini";
        // Year="2012"
        setkey "2012", "Year", "Vacation", "<curpath>\holiday.ini", 1;
    * Configuration | General: Ticking "Mixed sort on path columns" now 
      creates a Tree-like sort order when sorting by Path.
    > Configuration | Find Files & Branch View: Ticking "Default to 
      tree-like sort order" will simply ensure that the Branch View is 
      sorted by Path. To make it Tree-like also "Configuration | General 
      | Mixed sort on path columns" has to be ticked.
      Both settings are ticked by default.
    * Toolbar | Branch View: In the context menu, replaced obsolete 
      "Unsort List" by "Configure Branch View...".
    * Branch View: In v10.80.0309 - 2012-02-19 15:27 the following 
      change was made:
        From now on, when folders are not listed themselves in the 
        Branch View (e.g. because they are hidden for having the SYSTEM 
        attribute) then also their contents are not listed.
      However, this is not useful when "Let folders pass all filters" is 
      OFF and the Branch View is filtered by a Name Search pattern or by 
      a Visual Filter, because there you would expect to see all items 
      in the Branch, not just the ones in the folders that happen to 
      match the filters.
      Therefore, from now on, the rule "don't list items in non-listed 
      folders" is applied ONLY to folders that are hidden because user 
      opted to hide SYSTEM or HIDDEN folders.
    ! Branch View: Tree-like sorting did not work well with Natural 
      Numeric Sort Order and folders with numeric names. Fixed.
    ! User-Defined Commands: Script reentry was possible with undesired 
      side-effects. Fixed.
    ! Raw View | Tail: Did not work correctly on wrapped view. 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: 64862
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.80.0314 - 2012-02-23 21:00
    ! Branch View: Going Up on a persistent Branch View when one or more 
      folders were selected in the file list lead to a state of arboreal 
      frenzy where the Tree tried to achieve two incompatible things at 
      the same time. 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.

Locked