Nice addition. You added the capability to use a fixed font for SC inputselect a while back which was great. Now we can change to a fixed font for a menu similar to this below yet change the font back to a proportional font when ending the script. Quite nice!v23.20.0117 - 2022-06-27 11:45
+ Scripting got a new function.
Name: Font
Like a new feature? Say thanks here
Re: Like a new feature? Say thanks here
Windows 11, 22H2 Build 22621.1555 at 100% 2560x1440
Re: Like a new feature? Say thanks here
Code: Select all
+++ Scripting: Started adding arrays. It already seems to be working at a basic level:
$a[2]="cat"; $b=1; echo $a[$b+$b]; //cat
+ Scripting | Arrays: Now associative arrays are supported. The named keys have to be
put in single quotes:
$a['pussy']="cat"; $b="pussy"; echo $a[$b]; //cat
Win 7 SP1 x64 100% 1366x768
Re: Like a new feature? Say thanks here
Code: Select all
+++ Scripting: Started adding arrays. It already seems to be working at a basic level:
$a[2]="cat"; $b=1; echo $a[$b+$b]; //cat
+ Scripting | Arrays: Now associative arrays are supported. The named keys have to be
put in single quotes:
$a['pussy']="cat"; $b="pussy"; echo $a[$b]; //cat
That was a "lange Geburt": when I posted my wish my son was 5 months old - now he's 6 and a half years.
Re: Like a new feature? Say thanks here
Code: Select all
* SC WriteFile: Added two parameters to control the position and length of the data
written to the file.
Syntax: writefile(filename, data, [on_exist], [mode], [start=1], [numbytes=-1])
start: Start writing at this byte position.
Defaults to 1 which is the very beginning.
Note: Writing here is always overwriting, not inserting!
numbytes: Write this number of bytes.
Defaults to -1 which means: write everything passed in the data argument.
Example:
writefile(, "abc", , , 3, 2); //writes "ab" at pos 3 to the currently selected file
Win 7 SP1 x64 100% 1366x768
Re: Like a new feature? Say thanks here
Code: Select all
+ File Info Tips and Hover Box: Now you can specify a "Hover Blacklist" containing any
number of target paths to be excluded from the File Info Tips and Hover Box, i.e.
excluded from file access on mouse hover. Usually you want to exclude slow paths,
e.g. cloud folders.
Win 7 SP1 x64 100% 1366x768
Re: Like a new feature? Say thanks here
Love the latest help file and the letter indicators for the Scripting Commands index.
Windows 10 Pro 22H2
Re: Like a new feature? Say thanks here
in the past, I've attributed the initial lag in accessing an external (large) drive to hardware or os issues. After this last release (23.80.0304) my system is suddenly much "zippier" - so you get the Thanks.
Re: Like a new feature? Say thanks here
Code: Select all
+ SC inputselect enhanced: Now you can pre-check all checkboxes.
Syntax: inputselect(header, listdata, [separator="|"], [style=1], [cancel], _
[width=800], [height=400], [windowcaption], [preselect], [icon])
style:
2 = Show checkboxes; prefix items with "+" to pre-check them.
32768 = Pre-check all checkboxes.
Examples:
text inputselect("Select Food", "Soup|Cheese|+Cake",, 2); //Cake pre-checked
text inputselect("Select Food", "Soup|Cheese|+Cake",, 2+32768); //all pre-checked
Win 7 SP1 x64 100% 1366x768
Re: Like a new feature? Say thanks here
Just for the announcement.v23.90.0411 - 2023-01-10 19:53
+++ Virtual Folders: ...
Re: Like a new feature? Say thanks here
Code: Select all
v24.20.0504 - 2023-03-26 11:03
+ Configuration | General | Menus, Mouse, Usability | Mouse: Added option "Allow
dragging from a background window". Tick it to allow dragging items from the file list
without moving the XYplorer window to the foreground on mousedown
One of my scripts helped you out? Please donate via Paypal or paypal_donate (at) stdmail (dot) de
Re: Like a new feature? Say thanks here
Yeah that new background window feature mentioned above is a real time saver, thanks
Re: Like a new feature? Say thanks here
Code: Select all
+ SC gettokenindex enhanced: Added an optional start parameter.
Win 7 SP1 x64 100% 1366x768
Re: Like a new feature? Say thanks here
Code: Select all
+ Configuration | General | Menus, Mouse, Usability | Mouse | Single-click to open an
item: Added option "Folders only". Tick it to single-click open only folders, not
files.
Win 7 SP1 x64 100% 1366x768
Re: Like a new feature? Say thanks here
+1eil wrote: ↑22 Apr 2023 12:42Tiny options that make XY the best.Code: Select all
+ Configuration | General | Menus, Mouse, Usability | Mouse | Single-click to open an item: Added option "Folders only". Tick it to single-click open only folders, not files.
[AHK] redirecting Windows Explorer to XY, [Script] Mini Tree with open tabs (cur loc expanded, tab folders highlighted), [AHK] customInlineRenameKeys, [AHK] clipboardHelper_and_XYEscToList
-
- Site Admin
- Posts: 59751
- Joined: 22 May 2004 16:48
- Location: Win8.1 @100%, Win10 @100%
- Contact:
Re: Like a new feature? Say thanks here
Just for the record, Virtual Folders and Event Sounds have been a real game changer for me. I work a lot faster and have a lot more fun doing it.
FAQ | XY News RSS | XY Twitter