Here's the new BETA (32-bit)

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

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v7.00.0077, 30-apr-2008).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.00.0077 - 2008-04-30 14:28
    + CKS | Miscellaneous | File Operations: Added command "Nuke" (also 
      available as Toolbar button since long). Deletes selected Tree or 
      List item(s), skips locked items, no Recycle Bin, no questions. 
      This makes Nuke available to scripting (as #1054) and keyboard 
      shortcuts -- take care!
      Note that Nuke does show a message box when no file was selected, 
      or when all selected files were locked and nothing was deleted.
    ! Dropping messages from Outlook: Binary files have been wrongly 
      created in UTF16 format since a couple of days. Fixed.

admin
Site Admin
Posts: 66397
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v7.00.0076, 29-apr-2008).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.00.0076 - 2008-04-29 15:06
    ! A crash on startup (error 5) could happen on systems with an 
      unexpected value at registry key HKEY_CURRENT_USER\Control 
      Panel\Desktop\WindowMetrics\Shell Icon Size. Fixed.
    ! Scripting: If AutoRefresh is True before script execution then the 
      following script should auto-restore AutoRefresh to True after 
      script execution:
        setting "AutoRefresh", 0; setting "AutoRefresh", 1;
      However, it did restore the Value to False. Fixed.

admin
Site Admin
Posts: 66397
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v7.00.0061, 28-apr-2008).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.00.0061 - 2008-04-28 15:36
    * List Management: Now, in lists with checkboxes newly created items 
      are automatically checked.
    ! Could not read wide UNICODE characters in own startup command 
      line. Fixed. Now you can pass a startpath or an INI file 
      containing UNICODE chars via command line.

admin
Site Admin
Posts: 66397
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v7.00.0054, 27-apr-2008).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.00.0054 - 2008-04-27 10:55
    ! Fixed a couple of UNICODE related glitches.

admin
Site Admin
Posts: 66397
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v7.00.0053, 26-apr-2008).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.00.0053 - 2008-04-26 22:02
    + Ever since, the Tree shows basically the same path as the Window 
      Title, the Address Bar and the List: If you change the current 
      path by any of the numerous available ways, the Tree is 
      automatically adjusted to the new location. Even, if you don't 
      really need that service...
      Experimentally, you now can turn off that automatic syncing of 
      the Tree via the new scripting command "AutoSyncTree" (whose 
      acronym AST, by the way, is the German word for branch -- quite to 
      the point!).
      
      Syntax: autosynctree [mode (|0|1)]
      Examples:
        ::autosynctree      = toggle the mode
        ::autosynctree 0|1  = unset|set

      With AutoSyncTree off, "Refresh Tree" (F4) will re-sync the Tree 
      without changing the mode. Also turning AutoSyncTree on again, 
      will instantly re-sync the Tree.
      The setting is remembered between sessions. When you startup with 
      AutoSyncTree off, the tree will be initialized to a default state 
      with only the top nodes shown.

      Here are some possible reasons for turning AutoSyncTree off once 
      in a while: 
      (1) It offers a uniform maximum browsing speed that's totally 
          independent of the nesting depth of the target locations. For 
          example, if you quickly need to check size and version of a 
          particular system file, it is totally pointless to expand the 
          tree down to system32, because all you need is a quick glance 
          at that file in the file list. Or, if you have a script that 
          needs to visit some location -- why should the tree get busy 
          here?
      (2) It keeps the Tree in a stable state and position while 
          browsing. For example, this can be valuable when collecting 
          stuff from various locations via drag+drop into a couple of 
          target folders -- no need to scroll the tree anymore: the Tree 
          just sits there and waits.
      (3) It makes consequent use of XYplorer's many ways of going to a 
          new place: Address Bar, Tabs, Catalog, Favorites, History, 
          Hotlist, Breadcrumb, GoTo, UDCs, Scripts, etc. ... they all 
          work flawlessly without the Tree, and if you just need to go 
          somewhere to work with certain items, you may well be 
          completely uninterested in their position in the file system -
          - no need for a Tree to show you.
      While the Tree is an ingenious interface element one must admit that it 
      almost always shows much more information that you need to have at any 
      given time. So, for the sake of informational economy, you now get a 
      "stand-by" button with it.

    + Menu Edit | Paste Special | Paste Clipboard Into New Textfile: 
      This function as well as the Drop-Text-To-File feature now both 
      support UNICODE. So drag-drop your Olympic Games Schedule in 
      Chinese in a blink (in case you bother).

admin
Site Admin
Posts: 66397
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v7.00.0050, 24-apr-2008).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.00.0050 - 2008-04-24 12:23
    + Scripting command enhanced:
      - Rename
        Now, you can directly state the item(s) to be renamed in the new 
        argument "itemlist".
        Syntax: rename [mode (bat|re|sr|kc|ext)], pattern, [preview (p)],
                [itemlist]
          itemlist:  |-separated list of items (full path) to rename.
                     If empty then current list selections are renamed.
                     The | (pipe) resp. the items may be surrounded by 
                     any number of blanks.
        Examples:
        - Rename a specific file to a hardcoded new name, using itemlist 
          and the /e switch (for renaming the extension as well):
            ::rename , "africa.png /e", p, 
              "E:\TestFiles\asia.jpg"
        - Using itemlist you can rename items distributed over completely 
          different locations using a shared increment. For what it's 
          worth, the following script...
            ::rename , New-<#001>, p, 
              "D:\Download\ss024.jpg |
               E:\TestFiles\xxopöä.tif"
          ... will rename:
            ss024.jpg to New-001.jpg
            xxopöä.tif to New-002.tif            

admin
Site Admin
Posts: 66397
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v7.00.0048, 23-apr-2008).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.00.0048 - 2008-04-23 15:02
    + Tweak: Added the option to auto-add opened items to the Shell's 
      list of recently used documents.
        [Settings]
        AddToRecentDocs = 1
      I kept it a tweak only, because there's still no way to make 
      integrated use of that Shell list within XY. Options are to 
      incorporate it as a sort of *goto*-recently-opened-file list (in 
      form of a menu probably) OR a *open*(with default PFA or OS or 
      POM???)-recently-opened-file list -- what's better?
    ! Scripting/UDC: The backupto command would get slightly confused as 
      to where to put what when you stated sources overlapping or 
      containing each other. Fixed.
    ! POM glitch: Wrong item bold face (marked as default) under certain 
      conditions. Fixed.

admin
Site Admin
Posts: 66397
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v7.00.0046, 22-apr-2008).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.00.0046 - 2008-04-22 13:34
    + PFA/POM: Now, command line parameters are supported in XYplorer's 
      Portable File Assocations!
      The syntax is identical to all the other places where command line 
      parameters are supported: Catalog (Open Selected Item(s) With), 
      UDC Open With, scripting "openwith". It's basically one simple 
      rule: The application must be quoted when command line parameters 
      are used.
      For example:
        jpg;png;gif;tif>"ACDSee32" /v
        jpg;png;gif;tif>"C:\Programme\ACDSee32\ACDSee32.exe" /v
      By the way, quoting is also okay (but not necessary) when you have 
      no parameters:
        jpg;png;gif;tif>"ACDSee32"
        jpg;png;gif;tif>"C:\Programme\ACDSee32\ACDSee32.exe"
    * PFA/POM: The new support for command line parameters makes it 
      necessary to slightly change the syntax concerning captions (as 
      introduced only yesterday). Now, captions have to be prefixed to 
      the pattern part of the PFA. For example:
        "ACDSee in View Mode" jpg;png;gif;tif>"ACDSee32" /v
      Note that prefixed | (pipe) character in POM-only PFAs has to 
      precede the caption:
        |"ACDSee in View Mode" jpg;png;gif;tif>"ACDSee32" /v
    * POM: Now, the pattern "*" does only match all files (but not all 
      folders). If you want to match all files and all folders then use 
      the pattern list "*;\".
    - Menu View: removed command "Refresh Drives", and added its 
      functionality to Refresh Tree (F4).
    * Statusbar: changed the icon for most messages to a white-on-green 
      "ok/ready" tick.
    + Additional remark to script files in UNICODE format: Those files 
      must begin with the UTF-16 LE BOM (2 bytes: FF FE) to be correctly 
      recognized.
    ! Scripting command "input" aborted the script (instead of going on) 
      after "OK" if the multi-line parameter ("m") was set . Fixed.

admin
Site Admin
Posts: 66397
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v7.00.0045, 21-apr-2008).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

NOTE: Before trying this version, keep a backup copy of your current catalog.dat and udc.dat! (Of course, you should always have one when using BETA versions...)

Code: Select all

v7.00.0045 - 2008-04-21 10:48
    + POM/PFA: Now you can define captions in PFA. The syntax is 
      identical to captions in Favorites. Simply prefix the caption in 
      quotes (optionally followed by any number of blanks). 
      For example:
        |txt;ini;xys>"Edit with Notepad" C:\WINDOWS\notepad.exe
        |*>"Edit with UltraEdit" UEdit32
      If a caption is defined for a PFA, then the caption will be shown 
      in the menu instead of the app's friendly name (which is drawn 
      from the registry if the app is registered).
    ! Data files catalog.dat and udc.dat still had issues with storing 
      UNICODE characters under East-Asian Windows. Should be fixed now.
    + Menu View: Added command "Refresh Drives". Refreshes the Tree's 
      drives (adding or removing any removable drives if necessary), 
      leaving the rest of the tree untouched (as opposed to Rebuild 
      Tree).
    * POM: Now, the menu won't show any duplicate entries anymore in the 
      first section. Before, this would happen if more than one of your 
      matching patterns pointed to the same application. This is totally 
      okay, but it's obviously superfluous to list identical enries in 
      the menu.

admin
Site Admin
Posts: 66397
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v7.00.0043, 20-apr-2008).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.00.0043 - 2008-04-20 13:39
    + Script files now can be in UNICODE format (UTF-16-LE).
    * Unicode escaping: changed *##### to the more standard *U+FFFF.
    * Experimentally, the *U+FFFF unicode escaping is not applied on 
      systems running a DBCS code page.
    + Tweak: Added the possibility to switch off the recursion checker:
        [Settings]
        ScriptRecursionWarningOff=1
      What's recursion: "To define recursion, we must first define 
      recursion." ;)
    * Scripting command changed:
      - sel [position/pattern], [count]
        Now, if position is higher than the last position in the current 
        list then all is unselected.

admin
Site Admin
Posts: 66397
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v7.00.0042, 19-apr-2008).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

NOTE: Before trying this version, keep a backup copy of your current catalog.dat and udc.dat! (You should always have one when using BETA versions.)

Code: Select all

v7.00.0042 - 2008-04-19 09:04
    ! Lost selections in Desktop and Personal folder when clicking the 
      already selected tree node again. Fixed.
    ! Data files catalog.dat and udc.dat were garbled when you saved 
      them via menu File | Settings | ... and continued the session. 
      Fixed.

admin
Site Admin
Posts: 66397
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v7.00.0041, 18-apr-2008).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

NOTE: Before trying this version, keep a backup copy of your current catalog.dat and udc.dat! (You should always have one when using BETA versions.)

Code: Select all

v7.00.0041 - 2008-04-18 21:48
    * From now on, catalog.dat and udc.dat are fully UNICODE compliant.

admin
Site Admin
Posts: 66397
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v7.00.0040, 17-apr-2008).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.00.0040 - 2008-04-17 14:32
  *** From now on, the main XYplorer configuration files (*.ini) are in 
      UNICODE format: UTF-16-LE (Little Endian)!
      - No more clumsy conversion of UNICODE chars to UTF-8.
      - Full global charset compatibility.
      - You actually see your Japanese signs right in the INI, and read 
        and write them if you can.
      - Improved startup and shutdown speed.
    ! Fixed a number of left over UNICODE glitches concerning file i/o. 
      E.g., you now can load and use INI files having UNICODE characters 
      in the name.
    + Portable Openwith Menu: Now, you can define associations that 
      should only be listed in the POM, but not be triggered on "open". 
      It's done by simply prefixing the | (pipe) character to the PFA.
      For example, this allows you to have this PFA enabled and listed 
      in the POM:
        |exe;dll>::copytext <curname> <curver>
      while double-clicking an EXE file will still run the EXE, and 
      *not* the PFA.
      In the PFA dialog, prefixed (= POM-only) items are shown in color 
      "Marked Text 2" (see Configuration | Interface Colors).
    + Portable Openwith Menu: Now, folders are supported as well. 
      The pattern that will match any folder is "\".
      For example, the following PFA will add a command to the POM that 
      will open the selected folder(s) in ACDSee32:
        \>ACDSee32
      Note that folders have no customizable default for "open" (action 
      triggered by pressing Enter or Double-Click): they always open in 
      XY. Hence you do not have to (but can) prefix | to exclude them 
      from "open" (as described in previous section).

admin
Site Admin
Posts: 66397
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v7.00.0032, 15-apr-2008).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.00.0032 - 2008-04-15 22:36
    ! UnicodeToUTF8 function was buggy. Fixed.
    * Toolbar: Changed the POM button graphics to something a touch more 
      dynamic. It's also more distinct from the Hotlist button now.

admin
Site Admin
Posts: 66397
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Download the latest XYplorer BETA version (v7.00.0029, 15-apr-2008).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.00.0029 - 2008-04-15 13:08
    ! PFA: Associating scripts with executables did not work alright 
      yet. For example,
        *.exe>::copytext <curver>
      should copy an EXE's version when double-clicking it, and
        *.exe>UEdit32
      should open an EXE in UltraEdit, but in fact it simply run the 
      EXE. Fixed. Had to massively rewrite some PFA code -- let's see if 
      everything still works as expected.

Locked