long-msp-30 #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "long-msp-30"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
● Summary
Remove wrapper remnants and switch to GNU cross-compilation target
src/main.rs
install_script() — the function now simply copies the current executable to self.install_path with no
preconditions
Cargo.toml
target on Linux
CLAUDE.md
x86_64-pc-windows-gnu
Add Windows 11 multi-tab Explorer save and restore
File format — bookmark files now use [Window] section headers:
[Window]
C:\Users\foo\Documents
C:\Users\foo\Downloads
[Window]
C:\Projects\my-app
First path in each group is the active (foreground) tab. Files without [Window] headers (old format) are
treated as a single window group for backward compatibility.
Save (save_bookmarks) — the three-line Shell.Application PowerShell script is replaced with a
UIAutomation-based script that:
path from COM (up to 500 ms retry), then restores the original active tab
Restore (open_bookmarks) — rewritten to use a generated PowerShell script that:
New functions
Config — restore_max_file_size default raised from 1024 → 4096 bytes, range ceiling raised to 16384 to
accommodate larger multi-tab files
▎ Known limitation: Navigate2 with the navOpenInNewTab flag needs verification on a real Windows 11 machine.
If Explorer does not honour the flag, the first tab of each window will still restore correctly and subsequent
tabs will log warnings.