Here's the new BETA (32-bit)

Get a glimpse of the next XYplorer...
Locked
admin
Site Admin
Posts: 65060
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 (v6.50.0005, 10-nov-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v6.50.0005 - 2007-11-10 13:05
    + Catalog: more power for you, more options in the Item Properties 
      dialog.
      (1) Now you have one more "OnClick"-action, namely "Open 
      Selected Item(s) With", including a new icon overlay (slightly 
      different from the "Open" overlay).
      (2) If this currently edited catalog item is an application used 
      to open multiple files with, you can now decide whether the 
      application will be opened single or multiple instance. This, of 
      course, only controls how the application is called by XYplorer. 
      Whether it actually can and does open in single or multiple 
      instance depends on the nature and configuration of the called 
      application.
    + Catalog: better support for parameters in items pointing to 
      applications. The following, for example, will work now as 
      "Destination" of an item on Ctrl+Shift+Click and on Drag'n'drop:
        "winzip32" -a UDCmade-<dyyyymmdd-hhnnss>.zip <items>
      Note that the quotes are mandatory!
    + UDC | Rename: added Search and Replace pattern mode.
    + Find Files tab | Date | "between" & "and/add" fields: improved 
      entering dates.
      When the fields are empty:
        key arrow up:   set to today
        key arrow down: set to yesterday
      Else:
        key arrow up:   scroll days up
        key arrow down: scroll days down
        key arrow up + SHIFT:   scroll months up
        key arrow down + SHIFT: scroll months down

admin
Site Admin
Posts: 65060
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 (v6.50.0004, 09-nov-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v6.50.0004 - 2007-11-09 14:14
    + Menu Tools | List Management | File Associations: now you can 
      refer to the opening app by simply stating the basename of the EXE 
      if you can assume it is a registered application.
        zip>winzip32
        zip>C:\Programme\WinZip\Winzip32.exe
      Both will work the same, but the first has a big advantage in 
      portability: you don't need to know the path to Winzip32.exe on 
      the host computer! The registry will find it for you.
      Tip: Double-check the basename of the EXE, some are named 
      unexpectedly. This for example would open a *.zip with 7-zip:
        zip>7zFMn
    * Now icons for apps referred to by just their basename (see above) 
      are correctly displayed in Catalog and File associations.
    + UDC: now the UDC categories have hard-coded scopes (the focus 
      zones where they can be triggered by keyboard shortcuts).
        Go to: Global
        Open: Global
        Open With: List
        Move To: Tree, List
        Copy To: Tree, List, Catalog
        Backup To: Tree, List, Catalog
        Rename: List    
    * UDC | Open With: now the command will work also if no items are 
      selected. In that case the app will be started without any items in 
      the command line, resp. with the <items> variable set to "" (empty 
      string).
    + UDC: after action you get a feedback in the statusbar "UDC 
      performed: (action verb)". Hmmm... not sure if I like it...

admin
Site Admin
Posts: 65060
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 (v6.50.0003, 08-nov-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v6.50.0003 - 2007-11-08 11:28
    + UDC | Open With: added the new variable <base> which is only 
      meaningful when you call multiple instances. You can use it like 
      this:
        "winzip32" -e <items> "<base>"
      This will extract all currently selected archives, each into a 
      folder auto-named to the base-name of the respective archive.
      On the other hand, this method...
        "winzip32" -e <items> "<curbase>"
      ... would extract all currently selected archives to the same 
      folder, auto-named to the base-name of the currently focused 
      archive (the one displayed in the status bar).
    * UDC | Open With: to avoid a number of unsolvable ambiguities, and 
      to avoid breaking old user code, from now on you *MUST* quote the 
      application (even if it contains no spaces) if any parameters 
      shall be processed!
      This will work:
        "winzip32" -a UDCmade.zip <items>
      This will NOT work:
        winzip32 -a UDCmade.zip <items>
      If no parameters are used, quoting is optional (even if spaces are 
      contained). These will all work as expected:
        C:\Programs\WinZip\Winzip32.exe
        "C:\Programs\WinZip\Winzip32.exe"
        C:\Program Files\WinZip\Winzip32.exe
        "C:\Program Files\WinZip\Winzip32.exe"
    * UDC dialog | Open With: Browse button now returns items quoted.
    ! Fixed some glitches with the new UDC avec Parameters, including a 
      crash withthe Catalog.

admin
Site Admin
Posts: 65060
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 (v6.50.0001, 07-nov-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v6.50.0001 - 2007-11-07 12:57
  +++ The natural next step in UDC: Parameters!
      One thing beforehand: Of course, it is the called application that 
      controls (1) which parameters are recognized, (2) what they do, 
      (3) what format they must have, and (4) in which order they are 
      expected. So, to use this feature, you must know the command line 
      syntax of the application you want to open files with.
      
      Examples
      ~~~~~~~~
      The possibilities arising from the support of parameters are 
      absolutely astounding. For the following examples, I chose WinZip 
      as the called application.
      - Example (1): Adding selected items to an archive. 
        Open menu User | Manage Commands, and select category "Open 
        With". Set the option to "Pass all the items to the same 
        instance...". Then enter this line into the Application field in 
        UDC | Open With:
          winzip32 -a UDCmade.zip <items>
        <items> is a new XYplorer variable, that in this context is set 
        to a blank-separated list of all currently selected list items.
        Triggering this UDC will create (if not already existing) the 
        archive UDCmade.zip in the current path and pack all currently 
        selected files into it. If want the *.zip in some other place 
        than the current path, state it with the desired full path.
      - Example (2): You may as well use XY date variables, e.g.:
          winzip32 -a UDCmade-<dyyyymmdd>.zip <items>
        will create UDCmade-20071107.zip if today is 2007-11-07.
      - Example (3): Create a password protected archive and name it 
        depending on the current folder:
          winzip32 -a -s"Secret password " <curfolder>-Secret.zip <items>
        Remember that the quoting of the blank-containing password is 
        part of WinZip's command line syntax! XYplorer is just passing 
        this on to WinZip.
        What XYplorer does, however, is resolving the new XYplorer 
        variable <curfolder>: it is set to the name of the current 
        folder (not the whole path).
      - Example (4): Extracting items from an archive to some folder:
          winzip32 -e <items> newfolder
        Will extract all items of the selected archive file into a newly 
        created folder "newfolder" under the current path. Of course, 
        you can as well give a full path for the target folder.
        Note that <items> here stands for the archive to extract! This 
        example will only succeed when just *one* archive file is 
        selected. This is a restriction of WinZip's command line syntax, 
        not of XYplorer.
      - Example (5): Extracting items from an archive to some auto-named 
        folder:
          winzip32 -e <items> <curbase>
        The new XYplorer variable <curbase> will be set to the base (= 
        name without extension) of the currently selected file (here: 
        the archive to extract) -- it is always the file that is 
        displayed in the statusbar. For the case that the base contains 
        blanks, you should put it in quotes else WinZip will choke:
          winzip32 -e <items> "<curbase>"
        Of course, you can combine variable as you like:
          winzip32 -e <items> "<curbase>_<dyyyy-mm-dd>"
        If the archive is called "test.zip", this would create a 
        subfolder named "test_2007-11-07" and unpack the archive into 
        it.
      
      Notes
      ~~~~~
      - You will have noted the use of "winzip32" above. If the EXE to 
        run is registered (known by the registry) it is not necessary to 
        state the full path. Both ways will work the same:
          C:\Programs\WinZip\Winzip32.exe -a UDCmade.zip <items>
          winzip32 -a UDCmade.zip <items>
        Of course, the latter version is more portable, because it will 
        call WinZip successfully on systems where it has a different 
        installation path from your home system.
      - If you leave out the <items> variable, it is by default appended 
        to the parameters. These two work identical:
          winzip32 -a UDCmade.zip
          winzip32 -a UDCmade.zip <items>
      - If the path to the EXE contains blanks it has to be wrapped in 
        quotes, of course:
          "C:\Program Files\WinZip\Winzip32.exe" -a <curfolder>.zip <items>
      - BTW, a nice thing about this new parameters support: the UDC 
        interface remains unchanged. XY just got more interpreting 
        skills. And with them, an incredible power plus once again!

  +++ Catalog: Parameter support as well! Everything stated here above 
      for UDC is from the Catalog just as well! Enter the command line 
      into the "Destination" field of the Item's Properties. e.g.:
        "C:\Program Files\WinZip\Winzip32.exe" -a test.zip <items>
      or simply
        winzip32 -a test.zip <items>
      Then select "Open Selected List Items(s)" (Ctrl+Shift+Click) from 
      the context menu to trigger action.
      Notes:
      - When you select "Open" on such an item the application will just 
        be opened without any parameters. This is a feature.
      - There's no icon yet with the short form "winzip32". Also some 
        things need polishing and will be done in the next days, along 
        with a general pimp up of the Catalog...
    * Catalog: Open Selected List Items(s) (Ctrl+Shift+Click) now is 
      hard-coded to pass the items to a single instance of the run 
      application. Before, it called an instance for each item.
      Later, this will be made configurable.
    * UDC dialog: the properties frame is now marked as "dirty" by a 
      little asterisk.
    % Rename Preview: exponentially faster for rename jobs using an 
      increment pattern (e.g. <#0001>). When renaming more than 1,000 
      files this speed up will get quite notable.
    ! Menu View | Current Tab | Sort By | Sort Folders Apart: did lose 
      Find mode when applied to search results. Fixed.
  %%% Dropping messages from Outlook / Outlook Express is now about 50 
      to 100 times faster than before! I always wondered why it is so 
      slow. Then I found out... :)

admin
Site Admin
Posts: 65060
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 (v6.50.0000, 05-nov-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v6.50.0000 - 2007-11-05 12:50
    = NEW OFFICIAL RELEASE. Main changes since last release:
  +++ User-Defined Commands (UDCs): Write your personal file management 
      routines in the most user-friendly way. Go To, Open, Open With, 
      Copy To, Move To, Rename ... wrap those tasks into UDCs, and have 
      them magically appear in the new "User" menu. Give them catchy 
      captions, and assign keyboard shortcuts to them. UDC means: Reduce 
      your daily routines to simple keystrokes!
  +++ Backup from Catalog: The new capability to backup whole Catalog 
      Categories provides nothing less than a one-click backup of 
      distributed sources.
  +++ Serial Rename: when renaming, press Tab to apply the changes and 
      immediately start renaming the next item.
  +++ String Search: Now you can find all files NOT containing the given 
      text string.
  +++ Color Code the Tree. System, Compressed, Encrypted, Read-Only, 
      Junction, etc ... you choose the colors.

admin
Site Admin
Posts: 65060
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 (v6.40.0040, 05-nov-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v6.40.0040 - 2007-11-05 08:51
    ! Fixed various glitches with the new colorful List Management.

admin
Site Admin
Posts: 65060
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 (v6.40.0038, 04-nov-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v6.40.0038 - 2007-11-04 11:14
    + Menu Tools | List Management: added "Color Filters...". You 
      already have an interface to these settings in Configuration | 
      Color Filters, but here in the List Management interface (with 
      its Editor Mode) it's a bit more comfortable for good typists. 
      Also, it's nice to have all the lists together. Plus you can throw 
      a KS at it.
    + Menu Tools | List Management: added color display to those lists 
      with color settings. Gives you an immediate feedback about your 
      skills in writing RRGGBB color codes.
    * UDC dialog: the previously called "Argument" field is now flexibly 
      called according to what has to be filled in: Location, Item, 
      Application, or Pattern. More user-friendly, ain't it?

admin
Site Admin
Posts: 65060
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 (v6.40.0037, 03-nov-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v6.40.0037 - 2007-11-03 10:54
    * CKS | Miscellaneous | File Operations":
      New default KS:
      - Move Here to New Subfolder... (Ctrl+Shift+X)
        Reason: More consistent than the previous Ctrl+Shift+M.
    * Now, when you set or unset a Visual Filter via Address Bar or 
      Catalog, the List receives a simple Refresh (not a Reset as 
      before). Which means e.g. that selections and the Suspend Auto-
      Refresh state are retained. IOW, the behavior is now as if the VF 
      was set via the "Set Visual Filter" dialog.
    * Message box after Backup routine: now, failure stats are only 
      given if any failure actually happened.
    ! XP/Vista: Backup failed to copy NTFS encrypted files to FAT 
      volumes (decrypting them on the way). Fixed. The files are now 
      copied and decrypted. In a later version this will be made 
      optional.
    ! CKS: entry "Tools / Recycle Bin Stats..." was doubled. Fixed.    

admin
Site Admin
Posts: 65060
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 (v6.40.0035, 01-nov-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v6.40.0035 - 2007-11-01 14:37
    + List: Now when in rename mode, pressing the Tab key will apply the 
      changes and immediately open the rename box for the next item in 
      List. Shift+Tab will do the same for the previous item in the List.
      The function wraps around the upper and lower ends of the list.
    * Toolbar: all left-click triggered popup menus now popup *below* the 
      clicked button, which looks good and allows you to close them with a 
      second click on the same spot. Before, they opened exactly at mouse 
      cursor position.
    ! Lost registration data in XYplorer.ini when the LastIni key looked 
      like this:
        [General]
        LastIni=xyplorer
      instead of
        LastIni=XYplorer
      And it's easy to make it look like this. Simply run:
        XYplorer.exe /ini=xyplorer
      Fixed: INI file name capitalization is now internally ignored.

admin
Site Admin
Posts: 65060
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 (v6.40.0033, 31-oct-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v6.40.0033 - 2007-10-31 11:03
    + CKS: added new commands to "Miscellaneous |  File Operations":
      - Copy Here to New Subfolder... (Ctrl+Shift+C)
      - Move Here to New Subfolder... (Ctrl+Shift+M)
    * Added loads of air to general file system browsing. App is more 
      responsive now when browsing huge folders or deeply nested branches.
    ! Crash when trying to browse via breadcrumb while a sticky MDBU 
      preview is up (right-clicked thumbnail). Fixed.

admin
Site Admin
Posts: 65060
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 (v6.40.0032, 30-oct-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v6.40.0032 - 2007-10-30 12:45
    * Added loads of air to the Backup operation. App should be more 
      responsive now. Remember, however, that this process is not 
      running in a background thread. If your backup job is huge then 
      simply open another instance of XYplorer, instead of trying to get 
      something done in the same instance that is backupping right now.
    ! Preview/Thumbnails of transparent PNGs (32-bit ARGB): Finally 
      worked around the known, admitted, but never fixed GDI+ bug that 
      forced me to show transparent PNGs on a black background instead 
      of white, in order to avoid the blue tint that otherwise results 
      from this bug. Took me two full days, yippee!!! And it's not even 
      any slower than the buggy MS original! From the pure coding 
      perspective this is the best code I've done since 256-level 
      Boolean search!
    ! CKS: User functions (UDCs) were not ordered correctly within their 
      categories. Fixed.

admin
Site Admin
Posts: 65060
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 (v6.40.0026, 29-oct-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v6.40.0026 - 2007-10-29 12:48
    * The Configuration dialog now remembers its last screen position. 
      The position is NOT remembered between sessions (reason: avoid to 
      lose the window). The initial default position is always center of 
      screen.
    ! These three XY only Environment Variables... 
        %desktopreal% 
        %personalreal% 
        %winsysdir% 
      ... returned paths with a trailing backslash. Fixed. Now they come 
      unslashed.
    ! Crash when trying to open a modal dialog (e.g. "About") on top of 
      a sticky MDBU preview (right-clicked thumbnail). Fixed.
    ! Display glitch when horizontally shrinking the main window with 
      the Navigation Panel hidden. Fixed.

admin
Site Admin
Posts: 65060
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 (v6.40.0025, 28-oct-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v6.40.0025 - 2007-10-28 14:30
    + Info Panel | Find Files | Contained Text: added checkbox "Invert". 
      Check it to find all files NOT containing the given text string.
      Note that the Contained Text filter never returns folders 
      (although they naturally do NOT contain any given text string).
    + Configuration | Startup & Exit: added "Permanent startup path". 
      Here you can set a path that will always be the startup path, even 
      if you closed the app on another path and saved this other path to 
      the INI file. If "Permanent startup path" is empty then everything 
      is as it has always been: XYplorer starts where it was closed last 
      time (if "Save settings on exit" is enabled).
      Note: If XY was closed in Find mode, then the "Permanent startup 
      path" will auto-set the mode to browse on next startup.
    + Configuration | Startup & Exit: added option "Startup minimized". 
      Check it to always startup minimized. Useful when XYplorer is 
      auto-launched upon boot. 
    + New Tweak: now you can disallow a find operation on startup (which 
      otherwise is triggered when you closed the app in Find mode). In the 
      INI you'll find a new key:
        [Settings]
        NoFindOnStartup=0
      Set it to 1 to always startup in Browse mode.
    * Configuration | Color Filters: the typical pattern-based color 
      coding (e.g. *.png;*.jpg;*.gif) is, of course, not meaningful for 
      the Tree folders, so from now on, these patterns will only be 
      applied to the list. In other words: the Tree color coding is 
      constricted to attribute patterns, e.g. /s, /c, /e (= /system, 
      /compressed, /encrypted), etc.
    ! Going Up and Breadcrumb did not work/look as expected when the 
      current List was blocked/grey because the tab's path is not 
      available anymore. Fixed.

admin
Site Admin
Posts: 65060
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 (v6.40.0022, 27-oct-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v6.40.0022 - 2007-10-27 14:30
    + Configuration | Color Filters: I finally made up my mind about 
      color coding the Tree. Now it can be done.
    + UDC: added new command category "Rename". It comes in four 
      flavours:
        - It's a Batch Rename pattern. Show preview.
        - It's a Batch Rename pattern. No preview.
        - It's a Regular Expression. Show preview.
        - It's a Regular Expression. No preview.
      Might feel a bit unusual to append the binary choice "Show/No 
      Preview" like this, but it keeps the interface lighter which 
      otherwise would need a hideable checkbox which is not worth the 
      pain for now.
      The rules for the patterns are, of course, identical to the ones 
      in Rename Special | Batch Rename and Rename Special | RegExp 
      Rename.
      This is the last UDC command category for now. Later, in v6.60 I 
      will add a very powerful one called "Free Script" (or so) and 
      which will finally add my vision of a very simple user-friendly 
      scripting to XY!
    ! List: scrolling by keys (Home, End...) did not work as expected 
      when the focused item was out of view. Fixed.
    ! List: Renaming via edit box failed when triggering the rename (and 
      closing the box) by clicking the list. Fixed.
    ! Breadcrumb: "MyComputer" command was broken since 3 days. Fixed.

admin
Site Admin
Posts: 65060
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 (v6.40.0020, 26-oct-2007).
Choose one: (1) Install Package, (2) No-Install Package (each < 1 MB).

Code: Select all

v6.40.0020 - 2007-10-26 13:16
    + Menu Edit | Backup To: Now the Catalog (Items and Categories) is 
      supported as source for backup operations.
      To cope with distributed source items, the paths of the items are 
      *fully* recreated in the target folder, including the drive letter 
      (resp. server name). For example, if the selected Catalog Category 
      contains these items...
        - C:\project\code\
        - D:\www\project\code\
        - \\cary\grant\hat\black.ico
        - \\cary\grant\suit\black.ico
      ... and you backup them today to E:\Backup\<dyyyy-mm-dd>, then the 
      resulting copies will be:
        - E:\Backup\2007-10-26\C\project\code\
        - E:\Backup\2007-10-26\D\www\project\code\
        - E:\Backup\2007-10-26\cary\grant\hat\black.ico
        - E:\Backup\2007-10-26\cary\grant\suit\black.ico
      This is the only way to guarantee that no merging/overwriting of 
      homonymous items happens. And by the way, it's also a nice way to 
      tell you quickly and exactly where a backup came from.
      Of course, you have to take care with huge path names, else you 
      will hit the 260 char limit sooner than you think.
      The Backup Report will state as source: "[multiple source 
      locations, fully recreated in target]".
    * Backing up search results: now, if the search has been done over 
      multiple locations (> 1 location in Location field) then the same 
      method as described above (Backup from Catalog) is applied to 
      avoid any collisions. This has not been handled before, so this 
      point could also be filed under bug fixes.
    * Menu Edit | Move To is not allowed from Catalog anymore. It would 
      render the Catalog useless.
    ! Fixed a glitch with the "Preview Now" button.

Locked