Here's the new BETA (32-bit)

Get a glimpse of the next XYplorer...
Locked
admin
Site Admin
Posts: 64838
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.90.0060, 19-jan-2009).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.90.0060 - 2009-01-19 14:43
    + List: You got new columns, "Tag" and "Comment"!
      There's still no GUI for tagging files but you can already play 
      with comments by editing tag.dat using this simple format:
        File|TagID|Comment
      For example:
        C:\CONFIG.SYS|6|Do I need this file?
      The "Tag" column is filled with the default captions for the 
      currently hard-coded color schemes. Later you can edit this.
      
      Notes
      ~~~~~
      - For performance reasons the tags are retrieved only if at 
        least one tag-based column is visible, i.e. either "Tag" or 
        "Comment". If you add the column(s) only after browsing, you 
        have to do a refresh (F5) to fill the columns and show any tag 
        colors.
      - Capitalization matters. If you manually edit tag.dat you must 
        care for the right capitalization of the file names. Reason: 
        Again for performance reasons, the comparisons are done by byte, 
        not by character.
        Note, however, that once the GUI is implemented there is not 
        much reason to manually edit tag.dat -- unless you are a 
        hardcore power scripter...
            
    + File Tags: The colors are now painted over the file name only. This 
      better matches the similar "Highlight Folders" feature in Tree, and 
      there are less conflicts with other kinds of markings in the List.
    * Command/Button "Mini Tree": Now, when toggling from Maxi to (last) 
      Mini Tree, the current path is kept even if it is not part of the 
      last Mini Tree. So, no change of location will happen using this 
      command.
    * Menu View | Mini Tree: Replaced the rather useless command 
      "Convert to Mini Tree" by "Minimize Tree" which will reduce the tree 
      to show just the current node.
    ! The last used Mini Tree was not saved when the app was closed in 
      Maxi Tree mode. Fixed.
    ! On startup, the combination of Mini Tree and a "non-matching" 
      Permanent Startup Path involved an unnecessary temporary selection 
      of the Mini Tree's first path. Fixed.

admin
Site Admin
Posts: 64838
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.90.0062, 20-jan-2009).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.90.0062 - 2009-01-20 11:22
    * File Tags: Now the coloring always happens, even if the columns 
      Tag and Comment are hidden.
    ! The List got badly confused in Find mode since yesterday. Fixed.
    + startup.ini: Now you can state a path relative to the application 
      path, for example:
        [Appdata]
        Path=appdata
    * Tree: Now when the bottom child of a node is deleted then its 
      parent is selected. Before, the next row was selected.
    ! Scripting: The combination of multi-line comments and HereDoc 
      could lead to problems. Fixed.
    * SC strrepeat: Now the count argument is optional (default is 0).
      Syntax: strrepeat(string, [count=0])

admin
Site Admin
Posts: 64838
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.90.0064, 21-jan-2009).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.90.0064 - 2009-01-21 15:33
    + Menu Favorites: Added submenu "Tags", where you can assign any out 
      of seven predefined tags to all currently selected items (or to the 
      focused item if none is selected), or remove them by selecting 
      "None".
    + Menu Favorites: Added command "Comment...", where you can assign a 
      comment to all currently selected items (or to the focused item if 
      none is selected), or remove any comments by entering nothing.
    * File Tags: Now, Tag and Comment columns are auto-updated when you 
      show them after loading a list. No need to do F5 anymore.
    * File Tags: Now, the tag definitions (colors and labels) are written 
      to the 2nd line of tag.dat. Format per tag:
        Caption|TextColor|BackColor; (colors in RRGGBB)
      The factory defaults for the seven tags are:
        Red||FB665D; Orange||F6AB46; Yellow||EFDC4A;
        Green||B5D74A; Blue||5DA4FE; Violet||C190D9; Grey||AAAAAA
      You will later get a GUI for editing the values. For now you can 
      edit tag.dat manually. To go back to factory defaults leave line 
      #2 empty.
      Note that you cannot add more tags (they will be silently 
      ignored). I decided to start with a maximum of 7 tags.
    + Visual Filter: Now you can define a filter to apply only to files 
      but show all folders. Simply prefix "\|" to the pattern. For 
      example, show only *.txt files and all folders:
        \|*.txt
    ! Scripting: The combination of multi-line comments and HereDoc 
      could lead to problems. Fixed, part 2.

admin
Site Admin
Posts: 64838
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.90.0065, 21-jan-2009).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.90.0065 - 2009-01-21 22:43
    ! All functions between #490 and #510 did not work anymore via KS 
      since some days ago. Fixed.
    ! Untagging more than one item at once was buggy and could lead to 
      crashes. Fixed.
    ! Starting up with out an existing tag.dat would lead to a crash at 
      shutdown. Fixed.

admin
Site Admin
Posts: 64838
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.90.0066, 22-jan-2009).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.90.0066 - 2009-01-22 13:50
    + Toolbar: Added button (avec arrow) that pops a menu featuring the 
      defined tags, now with pretty icons. The last used tag is 
      remembered and mapped to the main button click.
    + Menu Favorites | Tags: Now you can assign KSs to the tags.
    ! FVS: There was a little bug related to the new Tag and Comment 
      columns. Unexpectedly all eleven columns were shown in Details 
      mode under certain conditions. Fixed.

admin
Site Admin
Posts: 64838
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.90.0067, 23-jan-2009).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.90.0067 - 2009-01-23 18:36
    + Configuration: Added new page for Tags.
      Show tags and comments: Uncheck it to stop showing tags and 
      comments in the file list. Useful to speed up browsing when you 
      have tagged a large number of items but do not need colors or tags 
      at the moment. Note that reading and writing tag.dat is not 
      affected by this setting.
      Customize tag names and colors: Self-evident. Note that the menu 
      icons for tags in the main window will adjust to the back colors 
      you have chosen -- nice programming job I'd say... :D
      Note the following extra functions of the buttons (also in the 
      buttons' tooltips):
      - Edit: Hold CTRL to reset all to factory defaults.
      - Text Color: Hold CTRL to reset to default color.
      - Back Color: Hold CTRL to reset to default color. Hold SHIFT to 
        remove any back color.
      Tips:
      - DblClick an item to edit its Back Color.
      - You can move the items by dragging them.
      - The Help is not yet updated, relax.
    + Toolbar | Tags: Now there's a right-click menu with some 
      additional commands. Note: When you select a tag from the right-
      click menu then the button will *not* change its default to this 
      tag but keep the old default.
      Toggle item "Show Tags" is identical to checkbox "Show tags and 
      comments" in configuration, I just used a short form for the 
      looks.
    * tag.dat: Added one empty line (reserved for future mind-blowing 
      ideas...) to the header. This means your first tagged file will be 
      ignored on first startup of this version. Hey, this is BETA.
    * Menu File: If you use any of the "Copy Here with Suffix..." 
      functions while the focus is on the Tree, you will now get a 
      warning prompt since it is assumed that you'd normally use these 
      functions with List items rather than Tree items.

admin
Site Admin
Posts: 64838
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.90.0070, 24-jan-2009).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.90.0070 - 2009-01-24 16:21
    + File Tags: Now, when in Details view and with Tag column visible, 
      you can click directly into the column to (un)tag items! It 
      toggles between the last used tag and no tag. Selections are not 
      affected by this click.
    + Menu File | Settings: Added "Save Tags and Comments".
    + Menu Favorites: Added "Last Tag". Assign a KS to it and 
      you have a quick way to tag files using the last used tag.
    * File Tags: Now, setting tags via menu will only affect selected 
      items. Before, the focused (but unselected) item was tagged if no 
      item was selected. However, the new way is better for setting 
      another default tag without actually tagging an item.
    + Configuration | Tags: Added button to remove all tags.
    * Info Panel | Version: Now the version info for the current file is 
      only retrieved if/when the Version tab is visible.
    ! Menu View | Folder View Settings: Menu was not correctly updated 
      after toggling "Enable Folder View Settings". Fixed.
    ! Tree: In narrow style clicking between +/- and icon would not do 
      anything. Fixed: Now it does like clicking directly on +/-.

admin
Site Admin
Posts: 64838
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.90.0074, 25-jan-2009).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.90.0074 - 2009-01-25 10:06
    + File Tags: Now, when in Details view and with Tag column visible, 
      you can right-click directly into the column to (un)tag items 
      using a popup menu with all available tags.
    * List: Reduced the minimal width for columns from 28 to 18 pixels. 
      Now you can minimize your Tag column with "Symbol" style nicely. 
      Also other columns happen to be abbreviated nicely to first letter 
      plus dot (e.g. "S.") if you use Tahoma 8.
    + File Tags: Now, when in Details view and with Comment column 
      visible, you can click directly into the column to comment items! 
      Selections are not affected by this click.

admin
Site Admin
Posts: 64838
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.90.0075, 26-jan-2009).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.90.0075 - 2009-01-26 13:59
    % Toolbar: Now you can repeatedly left-click a button real fast to 
      get quickly repeated actions. Before, any sequences faster than your 
      system DblClick time would be registered as a DblClick and not 
      trigger a second action.
    + Scripting got a new function.
      Name:   utf8decode()
      Action: Decodes UTF-8 encoded string.
      Syntax: utf8decode(string)
      Example:
        ::echo(utf8decode("Köln")); //Köln
    + Scripting got a new function.
      Name:   utf8encode()
      Action: Encodes a string to UTF-8.
      Syntax: utf8encode(string)
      Example:
        ::echo(utf8encode("Köln")); //Köln
    ! File Tags: Fixed a couple of glitches.
    * File Tags: Reorganized the column clicking behavior.
      Tag column:
      - Left-click: toggles default tag / no tag.
      - Right-click: shows menu, now with Cancel item.
      Comment column:
      - Left-click: nothing special = normal white click.
      - Right-click: shows menu, now with "Last Comment" item (not saved 
        across sessions).
      Behavior can be turned on/off in Configuration | Tags:
      - Option "Toggle tags by Tag column click"
      - Option "Popup by Tag/Cmt column right-click"
      Note that, of course, the above column clicking does not work if 
      Full Row Select is enabled.
    ! List: Drawing was not well clipped in very narrow columns. Fixed.
    ! Statusbar did not show version info anymore. Fixed.

admin
Site Admin
Posts: 64838
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.90.0077, 26-jan-2009).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.90.0077 - 2009-01-26 17:04
    ! File Tags: Fixed column left click glitch.
    * File Tags: Added "Remove Comment" to column right click.

admin
Site Admin
Posts: 64838
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.90.0078, 27-jan-2009).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.90.0078 - 2009-01-27 21:16
    * File Tags: Now you can move, rename, or delete tagged items and 
      the tag database (tag.dat) should remain intact.
      These are the rules:
      - MOVE items
        - tags move along with the items
        - special case: moved item overwrites existing item:
          new tag overwrites any old tag
          new tag overwrites non-tag
          non-tag does NOT overwrite old tag: old tag stays
      - RENAME items
        - tags stay
      - DELETE items
        - tags are removed
      - COPY items
        - no action on tags:
          new targets (the "copies") have no tags;
          overwritten targets keep any tags they might have
        Reasons:
        - otherwise tags would quickly multiply on your system making it 
          slow and heavy
        - you can tag an item e.g. as "original" and the copy will not 
          inherit that tag
      Note that I took a lot of effort to make this as quick as possible 
      but it should be clear that synchronizing a large tag database 
      takes time. 
    ! File Tags: Tags were not shown in subfolders of recursive search 
      results. Fixed.
    ! File Tags: Column clicks did not work in Find mode. Fixed.
    * MRUs: Now, patterns from the following commands are not added to 
      the command's MRU list anymore when triggered via scripting:
        VisualFilter        (::filter)
        BatchRename         (::rename "b")
        RegExpRename        (::rename "r")
        SearchReplace       (::rename "s")
        KeepParticularChars (::rename "k")

admin
Site Admin
Posts: 64838
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.90.0079, 28-jan-2009).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.90.0079 - 2009-01-28 13:34
    * Menu Favorites | Comment...: Now with KS support.
    * List | Tag and Comment columns: Now you get tooltips for cropped 
      contents. If you use symbols on the Tag column and your labels are 
      longer than 2 letters and your Tag column width is minimized then 
      you will get tooltips for the symbols as well.
    + File Tags: For developers and hardcore users there's a new
      undocumented and unsupported SC edittags. It works directly on the 
      memory (not on tag.dat), and it works well... :)

admin
Site Admin
Posts: 64838
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.90.0080, 28-jan-2009).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.90.0080 - 2009-01-28 21:13
    + Configuration | Tags: Added button "Tag Check Up...". Helps you 
      keep your tag database fast, tight, and tidy.
    ! Unfortunate toolbar action could lead to crash since v7.90.0079. 
      Fixed.
    * Tags: Max number raised to 16 (incl. "None"). So, additionally to 
      the 7 predefined color schemes (plus non-editable scheme "None"), 
      you can add another 8 schemes.
    * Tags: Renamed Violet to Purple, and changed the color a bit.

admin
Site Admin
Posts: 64838
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.90.0081, 29-jan-2009).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.90.0081 - 2009-01-29 11:03
    * Info Panel | Version: Now you get more information when/why 
      no version info is shown.
      - "No version info."
        File type has no version info.
      - "Version info not found."
        File type can have a version info but this file has not.
      - "Version info corrupt."
        File has a version info but it is corrupt.
    ! Configuration | Tags: When cancelling the config dialog after 
      using any of the buttons on the Tag page, any color schemes above 
      #8 were lost. Fixed.

admin
Site Admin
Posts: 64838
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.90.0082, 29-jan-2009).
Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).

Code: Select all

v7.90.0082 - 2009-01-29 21:29
    + SC report(): Now supports Tags & Comments. Browse and Find mode 
      support the fields {Tag} and {Comment}.
      There's an additional Special Field {TagID} which is obviously set 
      to the item's Tag ID. If the item has a comment but no color tag 
      assigned {TagID} returns "0"; if the item is not tagged at all 
      {TagID} returns "".
      Example:
        ::text report("{name}, {tag} (ID={tagID}), {comment}<crlf>");
    * File Tags: The database accepts Tag IDs not only from 0 to 15 but 
      from -2147483648 to 2147483647. You can already set these IDs 
      manually (but forget names and colors! -- anything beyond #15 is 
      just numbers for the time being); they will be shown in the Tag 
      column as 3-digit (for better sorting, and tribute to James Bond) 
      numbers and can be used for sorting (and later for VFOs).
    ! List | Comment Column: Item "Last Comment" would break menu layout 
      when the last comment contained commas. Fixed.
    ! Info Panel | Version: Fixed an issue with corrupt version info. 
      Now even a corrupt version info can be displayed (thanks to a 
      smart workaround) and you get no crash when even the workaround 
      doesn't work.

Locked