Everything 1.5 Alpha • Re: Unexpected preprocessor parsing
So I still really like to know *why* the A:=#[ .. syntax fails, even though I don't actually need it.#[:...#]: preprocessor treats double quotes (") literally.To expand [substitute:;[input:],";","...
View ArticleEverything 1.5 Alpha • Re: Everything 1.5 Alpha
Everything-1.5.0.1390a.x64-Setup.exeEverything-1.5.0.1390a.x86-Setup.exeEverything-1.5.0.1390a.x64.zipEverything-1.5.0.1390a.x86.zipfixed an issue with touch scrolling.improved SDK.improved single...
View ArticleEverything 1.5 Alpha • Re: Everything 1.5 SDK
Added DLL and static LIBs to SDK.Everything 1.5.0.1390a adds the following API calls:EVERYTHING3_USERAPI EVERYTHING3_FIND_HANDLE *EVERYTHING3_API Everything3_FindFirstFileW(EVERYTHING3_CLIENT...
View ArticleEverything 1.5 Alpha • Re: Wishlist - feature request, Double click tab to close
Everything 1.5.0.1390a adds a tabs_double_click_action advanced setting.To close tabs on double click:In Everything 1.5, from the Tools menu, click Options.Click the Advanced tab on the left.To the...
View ArticleEverything 1.5 Alpha • Re: [Bug] Scrolling search history not working with...
Thank you for the feedback Loki@99,Everything 1.5.0.1390a fixes the scrolling issue with the Options window and also the Edit bookmark dialog.Statistics: Posted by void — Thu Dec 19, 2024 4:56 am
View ArticleSupport • Re: Reindex File Names, Only - Purge Non-existent Names
Everything 1.5.0.1390a adds the UI command 40405 to remove the selected items from the index with a prompt.Statistics: Posted by void — Thu Dec 19, 2024 4:59 am
View ArticleSupport • Re: Problem with drive listing - no files/folders displaed
What helped was removing the top "u:" in the file list editor for the older drive I did it already, but I think it's not the best solution.Btw: I can't just search and replace the whole file, since...
View ArticleSupport • Re: [Solved] Searching a Thumbdrive or Memory Card
For others, to add a thumbdrive or memory card to your Everything index:In Everything, from the Tools menu, click Options.Click the Folders tab on the left.Click Add....Select your thumbdrive or...
View ArticleEverything 1.5 Alpha • Re: Keep tabs when reopen
... I expecting for reopen, or should say reshow from systray you know.Please have a look here.____________________________________________________________Windows 11 Pro (x64) Version 24H2 (OS Build...
View ArticleGeneral • Not giving any results
Hi guys, I'm using the latest Everything Toolbar 1.5.1 MSI, but it's not giving me any results at all. How do I fix this?https://drive.google.com/file/d/17uXyYv ... sp=sharingI've tried reinstalling...
View ArticleGeneral • Re: Not giving any results
Please make sure Everything is installed correctly and running as a standard user:In Everything, from the Tools menu, click Options.Click the General tab on the left.Check Store settings and data in...
View ArticleSupport • Display only drive letters in Folders panel?
This is in the interest of compact setup: I would love to shrink the folder panel to save screen space, but the drive letters get covered if the panel is not wide enough (default display for drive is...
View ArticleSupport • Re: Display only drive letters in Folders panel?
To hide the volume label in the folder sidebar:In Everything 1.5, from the Tools menu, click Options.Click the Advanced tab on the left.To the right of Show settings containing, search...
View ArticleEverything 1.5 Alpha • Re: Formulas
Another formula questionI'm working with photos/videos. Photos have a date_taken property while videos have a media_created property. This formula puts them into a single column:add-column:a...
View ArticleGeneral • Multiple searches in one
depth:3 "D:\Research\Reports" !"D:\Research\Reports\Completed"depth:4 "E:\Staging\Reports" "F:\Preliminary\Reports"Guys, lets say I have the above searches, and I want to combine them into 1 search....
View ArticleGeneral • Re: Multiple searches in one
Please try < > grouping:<depth:3 "D:\Research\Reports" !"D:\Research\Reports\Completed"> | <depth:4 "E:\Staging\Reports"> | "F:\Preliminary\Reports"| = ORStatistics: Posted by void —...
View ArticleEverything 1.5 Alpha • Re: DST times not showing dm: times with 2 AM
date only:dm:2018 DATEVALUE($dm:)<=DATE(2018,3,1)-1+(8-WEEKDAY(DATE(2018,3,1)-1)) | DATEVALUE($dm:)>=DATE(2018,11,1)-1+7+(8-WEEKDAY(DATE(2018,11,1)-1))date/time:dm:2018...
View ArticleEverything 1.5 Alpha • Re: How to filter for folders with specific content?
If you're actually only after the video: files, you could use video: instead of the !ext:jpg;gpx;orf;ori;mp3;rtf.Hmm, that didn't work. I guess, ii had the wrong syntax, likevideo:*.mov;*.mp4...
View ArticleEverything 1.5 Alpha • Re: Directory Opus labels support
Response from Directory Opus developers:I guess a problem with labels would be that some of them are defined by rules (e.g. a wildcard) rather than written into the filesystem (NTFS ADS).The ones...
View ArticleEverything 1.5 Alpha • Re: Status Bar Format
$media-created:All properties are available.$property-name:Substitute spaces in the property name with -Format dates with: <FORMATFILETIME:$media-created:><FORMATFILETIME:...>Statistics:...
View Article