Search found 6 matches

by reedham
Tue Feb 06, 2024 5:18 am
Forum: Support
Topic: Sorting windows property System.Generic.Integer
Replies: 4
Views: 786

Re: Sorting windows property System.Generic.Integer

Thanks!

Code: Select all

sort:property-system:System.Generic.Integer
This works and is reflected in the details view if I add the index as a column.
by reedham
Mon Feb 05, 2024 4:36 am
Forum: Support
Topic: Sorting windows property System.Generic.Integer
Replies: 4
Views: 786

Sorting windows property System.Generic.Integer

Hi, I want to be able to sort my files with an arbitrary number set using the windows property system under System.Generic.Integer. I have added an integer to number to my file properties. Then I created property indexes for System.Generic.Integer in everything. Functions like property-system-intege...
by reedham
Mon May 29, 2023 1:39 am
Forum: Development, plugins and third party software
Topic: Rust SDK Wrapper
Replies: 2
Views: 5643

Re: Rust SDK Wrapper

I've published the wrapper to crates.io and added some documentation.

https://crates.io/crates/everything-rs
https://docs.rs/everything-rs/latest/everything_rs/

Raw bindings are also available here.
https://crates.io/crates/everything-sys-bindgen
by reedham
Sun May 07, 2023 12:06 am
Forum: Development, plugins and third party software
Topic: Rust SDK Wrapper
Replies: 2
Views: 5643

Rust SDK Wrapper

Hello Void Tools team and fellow developers, I am thrilled to share a Rust wrapper I've been developing for the Everything SDK. As someone who is relatively new to Rust, this has been a fantastic learning experience, and I believe that the current state of the wrapper may be valuable to others in th...
by reedham
Sun Mar 19, 2023 10:17 pm
Forum: Development, plugins and third party software
Topic: Everything SDK IsFastSort not in header file.
Replies: 1
Views: 5250

Everything SDK IsFastSort not in header file.

Hi, Thanks for your hard work!

In the process of writing a rust wrapper for the Everything SDK I found that the folowing definition was in src/Everything.c but not in include/Everything.h.

Code: Select all

BOOL EVERYTHINGAPI Everything_IsFastSort(DWORD sortType)
Is this intentional?

Thanks, Reed
by reedham
Thu Aug 25, 2022 8:56 pm
Forum: Development, plugins and third party software
Topic: Everything SDK documentation.
Replies: 1
Views: 6736

Everything SDK documentation.

Hi, On the https://www.voidtools.com/support/everything/sdk/everything_isdbloaded/ page the documented errors code states that EVERYTHING_ERROR_SUCCESS will be returned by Everything_GetLastError has this been replaced by EVERYTHING_OK? I cant seem to find any constants defined by EVERYTHING_ERROR_S...