BETA version (with detailed history information)

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.0204 - 2011-02-03 10:52
    + Scripting got a new function.
      Name:   folderreport
      Action: Creates a report on a folder.
      Syntax: folderreport([type=dump], [target=clipboard], [folder], _
                  [flags], [outputfile])
        type:     Type of report, one of the following:
          dump: [Default] Classic directory dump.
          bcsv: Basic info to CSV.
          ecsv: Extended info to CSV.
          tree: Tree structure only.
          list: The current list contents.
        target:   Target of report, one of the following:
          c, clipboard:  Copy to clipboard.
          f, file:       Write to file.
          p, printer:    Print.
          r, return:     Return data to running script.
        folder:   Folder to report on;
                  defaults to the current folder.
        flags:
          a:  Append to output file.
              Only for target "file"
          r:  Recurse subfolders.
              Not for type "list".
          v:  Include version information.
              Only for types "dump" and "bcsv".
        outputfile: Output file.
              Only for target "file".
        return:   The report data (if target is "return").
      Remarks:
        - The function provides scripting access to the commands 
          available on the Report tab in the Info Panel.
        - The behavior is not fully controlled by scripting, but also by 
          settings in Configuration | Report, and in Info Panel | Report.
          However, the properties that *are* controllable by scripting 
          overwrite the interface settings. E.g. the state of the 
          "Include subfolders" checkbox has no impact on the behavior of 
          folderreport; this property is only controlled by the "flags" 
          parameter.
      Examples:
        ::folderreport("dump", "clipboard", "E:\Test\", "r")
        ::folderreport("dump", "file")
        ::folderreport("dump", "file", <xypath>, "a", "C:\temp\test.txt")
        ::folderreport("bcsv", "c", "C:\Program Files\XYplorer\", "v")
        ::text folderreport("dump", "r", "C:\Programme\XYplorer\", "v")
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable 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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.0203 - 2011-02-02 15:02
    + Info Panel | Report | Current List: Now names with wide characters 
      (Unicode) are supported.
    + Info Panel | Report | Current Folder: Added a 4th report type 
      "Basic info to CSV". It only returns PathName, Size (Raw), and 
      Modified Date for each file item (folders are not returned, just 
      like in "Extended info to CSV").
    * Info Panel | Report | Current Folder: Simplified the Version 
      choices under "Classic directory dump". Now it's always the String 
      File Version.
    * Rename Special: Now, by smart internal auto-resorting of the 
      rename jobs, you can batch rename also nested bulks (that contain 
      folders and their contents, both being renamed).
    ! List: For a couple of versions the current file (shown in Info 
      Panel) got reset when lasso-selecting other files in the list. 
      Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable 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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.0202 - 2011-02-01 20:50
    + Info Panel | Report | Current Folder: Now names with wide 
      characters (Unicode) are supported.
    ! List: Drawing glitch when renaming file in non-details list. 
      Fix #2.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable 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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.0201 - 2011-01-31 19:50
    ! List: Drawing glitch when renaming file in non-details list. 
      Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable 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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.0113 - 2011-01-31 14:39
    ! List: Drawing glitch when renaming file in scrolled list. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable 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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.0112 - 2011-01-31 11:53
    * Menu Edit | Move/Copy/Backup To: The "Tabs" submenu now features 
      the tabs of both panes.
    * XYcopy: Attempt to fix popping on wrong monitor.
      Updated to 1.00.0031.
    ! Configuration window popped on wrong monitor (in multi-monitor 
      setup). Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable 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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.0111 - 2011-01-30 20:05
    * XYcopy: Minor changes. Updated to 1.00.0030.
    ! Various minor drawing glitches fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable 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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.0110 - 2011-01-30 13:55
    + Tweak for better reuse of existing tabs. Set to 1 to autoselect 
      the first tab with a matching locked homezone when the current tab 
      is locked. Tabs are scanned from left to right, first in pane 1, 
      then in pane 2.
        TabBinding=1
      Note that the feature is not applied when you force opening the 
      loation in a new tab (e.g. by holding SHIFT).
    ! Tags: Sort order wrong in non-Details views when sorted by tags 
      column (Label, Tags, Comment). Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable 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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.0109 - 2011-01-29 10:40
    + Configuration | Undo & Action Log | Prompt before undo/redo: Added 
      tweak to customize the number of minutes in "If action is older 
      than 10 minutes":
        PromptUndoAfterMinutes=10
      Factory default is 10.
    + Menu Edit | Paste Special: Renamed "Create Folder Junction(s)" to 
      "Create Junction(s)". KISS.
    ! Info Panel: Selecting Preview tab did not trigger preview since 
      v9.90.0106. Fixed.
    ! Tags: In certain constellations Tags (Labels, Tags, Comments) 
      would not display in their List columns in Details mode. Fixed.
    * Updated the help file.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable 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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.0108 - 2011-01-28 15:27
    * Configuration | Tags: Renamed button "Database Clean Up..." to 
      "Database Check..." and reorganized the button's logic somewhat.
    ! Sort folders always ascending: Incorrect sort order at the top of 
      the list when there were no folders at all. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable 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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.0107 - 2011-01-27 20:20
    + Configuration | General: Added option "Sort folders always 
      ascending". Tick it to have the folders always sorted by name in 
      ascending order. Especially useful if also "Keep folders on top" 
      is ticked.
      Note that "Mixed sort on date columns" will overwrite this 
      setting for the Date columns.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable 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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.0106 - 2011-01-27 14:28
    + Menu Edit | Paste Special: Added command "Create Symbolic Link(s)". 
      Creates a symbolic link (aka symlink or soft link) to the item 
      currently on the clipboard, in the current location. It also works 
      for more than one item at a time.
      Notes:
      - This command needs Vista or later!
      - Contrary to Folder Junctions this command can be applied to 
        files (not just folders).
      - Currently no relative symbolic links are supported. It might 
        come later...
      - The targets of Symbolic Links are shown as "Junction Target" in 
        the interface (File Info Tips, List context menu) just like the 
        targets of Folder Junctions proper, in order to keep things a bit 
        tighter.
      - Also the Color Filters make no difference between Symbolic Links 
        and Folder Junctions, since all share the 
        FILE_ATTRIBUTE_REPARSE_POINT file attribute.
      - And, consequently, when you uncheck "Show Junctions" in the 
        interface, then also any Symbolic Links are hidden.        
    + Menu Edit | Paste Special: Added command "Create Folder 
      Junction(s)". Creates a folder junction to the folder currently on 
      the clipboard, in the current location. It also works for more 
      than one folder at a time.
      Note that it does not work on files.      
    + New variable <get visualfilter [pane]>. Returns the currently 
      active visual filter (or nothing if none).
      The optional "pane" argument can be:
        a = [default] active pane 
        i = inactive pane
        1 = pane 1
        2 = pane 2
      For example:
        <get visualfilter>    //active pane's visual filter
        <get visualfilter i>  //inactive pane's visual filter
      As always, SC get supports the same argument:
        echo get("visualfilter");     //active pane's visual filter
        echo get("visualfilter", i);  //inactive pane's visual filter
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable 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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.0104 - 2011-01-26 15:28
    + Command Line: Now the /script switch to run a script directly from 
      the command line also works in a re-used previous instance. So if 
      you really want you now can feed scripts into the running instance 
      via command line.
    * Tree: Revised the experiment concerning browsing hidden paths 
      (v9.90.0102). Now you can browse any destination in the List even 
      if it is hidden by user settings, BUT the Tree will not follow.
      This solves numerous problems that did arise with a Tree that's 
      inconsistent with the user settings.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable 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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.0102 - 2011-01-25 20:09
    * Configuration | Startup & Exit: Now, if "Open command line start 
      path in new tab" is ON and "Don't save tabs" is ON then no new tab 
      is opened on startup when a command line start path is given. This 
      avoids a useless "(My)Computer" background tab.
    * Tree: Experimentally, in Maxi Tree mode, you now can go to items 
      that are not visible by configuration (because they are HIDDEN, 
      SYSTEM, or JUNCTION, and you opted to hide those items).
      Before you would have gotten a message like this:
        
        You can't access C:\Donald\Data\Mozilla\Firefox\
        Reason: You opted in configuration to not show HIDDEN items.
      
      Notes
      - In Mini Tree mode this has always been possible anyway.
      - The visit is only temporary. Once you refresh the Tree the 
        current node will vanish and selection will jump to the next 
        available (= conforming to user settings) parent node.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable 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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.90.0101 - 2011-01-24 20:06
    + UDC | Open With: Added the new variable <title> which is only 
      meaningful when you call multiple instances. You can use it like 
      this, for example:
        "winzip32" -a "Zipped_Folder_<title>.zip" <items>
      This will add all currently selected items, each to an archive 
      auto-named to the title ( = base.extension) of the respective 
      item.
    + Variable <get [Command ID] [ReturnOnTrue = 1] [ReturnOnFalse = 0]> 
      now also supports the following Command IDs:
        #660 = Show Address Bar
        #661 = Show Toolbar
        #662 = Show Tab Bar
        #663 = Show Navigation Panel
        #664 = Show Catalog
        #665 = Show Info Panel
        #668 = Show Tree
        #669 = Show Background Bar
        #670 = Show Status Bar
        #685 = Wide Info Panel
      Example:
        echo get("#665", "IP Visible", "IP Hidden");
    * Command Line Switches: Now the app is more tolerant about the 
      order of switches and attempts to parse a command line correctly 
      where the startpath not given as the last argument.
    ! Menu Edit | Select | Select By Selected Type(s): If the Type of a 
      selected extension contained the character "#" ( e.g. "Visual C# 
      Source File") then the command would not work as expected. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable 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