Code: Select all
v24.90.0106 - 2023-09-04 15:10
+ Glider Improvements:
- Added an optional 4th button for custom scripts. The glider path (i.e. the folder
the glider points to) can be referenced with the new <g_path> variable.
- The INI key is GliderScript (currently a tweak, soon via GUI).
- Example:
GliderScript="echo 'Glider at path ' . <g_path>;"
- Now you can define which buttons are shown, in which order they are shown, and how
many buttons are shown per row.
- The INI key is GliderButtons (currently a tweak, soon via GUI).
- Syntax: buttons_per_row,buttonkey[,buttonkey][,buttonkey][,buttonkey]
- Examples:
GliderButtons=2,gcopy,gmove,gpaste,gscript ;all 4 buttons, 2 per row
GliderButtons=1,gscript,gpaste,gcopy,gmove ;all 4 buttons, 1 per row (= vertical strip)
GliderButtons=3,gcopy,gmove,gpaste" ;factory default, all 3 in one row
- Now you can control which area of the tree will trigger the glider: left, right, or both.
- The INI key is GliderProps (currently a tweak, soon via GUI), a bit field.
- Examples:
GliderProps=1 'left
GliderProps=2 'right
GliderProps=3 'left and right
(1) Installer Package, (2) No-Install Package (for manual unpacking).
XYplorer Beta Club