Release 23.00

XYplorer © 2024 · File Manager for Windows


XYplorer 23.00 has been released on 21-Mar-2022. Here’s a quick introduction to the main new features:

  • The Hamburger. Now you can cram all sorts of ingredients into a single hamburger menu: Menu commands, toolbar buttons, scripts, paths, URLs. The syntax couldn’t be simpler, and before long you’ll be creating custom pop-up menus that serve as mighty power hubs tailored to your exact needs.

    The Hamburger is a user-defined popup menu that can be used in various locations or contexts: In the Menu Buttons of the two breadcrumb bars, in the click events of up to 64 Custom User Buttons in the toolbar, or in the scripting commands popupmenu and popupnested.

    Below are some usage examples, showing a Hamburger definition followed by a screenshot of the resulting pop-up menu. The syntax details can be looked up in the Help file.

    Example 1

    :menu
    :men_file
    -
    :dpmoveto
    :dpcopyto
    -
    :newfolder
    :copypath
    :showfolders
    -
    :pp
    ::Close this pane; if (get("#800")==1) {#802; #800;} else {#802};
    -
    More Commands
      ::Character View Current Filename;charview ;
      :mrl
      My Caption for Copy Path;#101;Green.ico
      #102;;:copy
      Go, baby;#1070;:go
    

    Hamburger pop-up menu resulting from the above definition.

    Example 2

    URLs
      https://www.xyplorer.com/;XY;bug.ico
      https://www.xyplorer.com/xyfc/viewtopic.php?f=5&t=24246
    -
    Buttons
      :dark
      :dice
      :find
      :sync
      :sfs
      //:back
    -
    Paths
      C:\;XY;palinat.png
      D:\
      E:\Test\b\Neptun\Mandy & Randy
      -
      <xypath>;XY;bug.ico
      <xydata>
    -
    <xy>
    C:\Program Files\Notepad++\notepad++.exe
    

    Hamburger pop-up menu resulting from the above definition.

    Example 3

    #600
    #601
    #602
    #603
    #604
    #605
    -
    Desktop
    Documents
    Downloads
    -
    More
      :back
      :fore
      -
      More
        C:\
        D:\
        E:\
    

    Hamburger pop-up menu resulting from the above definition.

  • Ads. Still none.