Search found 19 matches

by benshepherd
Thu Mar 28, 2019 10:56 am
Forum: Suggestions
Topic: Pin results window
Replies: 1
Views: 4427

Pin results window

I usually want to "close window on execute". But sometimes I need to flick between a few different results to check which is the right one. Then I have to go into Options, uncheck "close on execute", and remember to check it again when I've finished. It would be nice to have a li...
by benshepherd
Fri Jan 06, 2017 12:02 pm
Forum: Bug report
Topic: File sizes incorrect
Replies: 8
Views: 25667

Re: File sizes incorrect

You're correct, it was still open. Sorry, I should have thought of that. I've just grown used to Everything's godlike ability to know exactly what's happening in my file system all the time!
by benshepherd
Fri Jan 06, 2017 8:06 am
Forum: Bug report
Topic: File sizes incorrect
Replies: 8
Views: 25667

File sizes incorrect

Everything 1.4.1.809b (x64) seems to show some incorrect file sizes. I noticed it previously but it didn't break anything for me so I wrote it off as "doesn't matter at the moment". But this morning I wanted to find a large log file but couldn't see it in Everything. It reported the size a...
by benshepherd
Mon Dec 19, 2016 12:01 pm
Forum: Suggestions
Topic: SDK command to get file attributes
Replies: 11
Views: 11600

Re: SDK command to get file attributes

Yep, that works. Thanks!
by benshepherd
Mon Dec 19, 2016 11:17 am
Forum: Suggestions
Topic: SDK command to get file attributes
Replies: 11
Views: 11600

Re: SDK command to get file attributes

I downloaded the DLL but I still don't see the Everything_SetRequestFlags call. Am I being stupid?
by benshepherd
Mon Dec 19, 2016 10:47 am
Forum: Suggestions
Topic: SDK command to get file attributes
Replies: 11
Views: 11600

Re: SDK command to get file attributes

I can see there's been some update to the SDK documentation on the website, mentioning Everything_GetResultSize and Everything_SetRequestFlags. But those functions aren't yet in the DLL. Any idea when they might be added?
by benshepherd
Tue Dec 13, 2016 7:52 am
Forum: Suggestions
Topic: SDK command to get file attributes
Replies: 11
Views: 11600

Re: SDK command to get file attributes

OK - thanks!
by benshepherd
Tue Dec 13, 2016 7:08 am
Forum: Suggestions
Topic: SDK command to get file attributes
Replies: 11
Views: 11600

Re: SDK command to get file attributes

Any progress on updating the SDK?
by benshepherd
Tue Oct 18, 2016 8:57 am
Forum: Bug report
Topic: 1.4 beta not indexing main drive
Replies: 12
Views: 11981

Re: 1.4 beta not indexing main drive

Yes, full drive encryption. It's Check Point R73 7.4.8, and I have to type a password before the OS boots up.
by benshepherd
Mon Oct 17, 2016 9:54 am
Forum: Bug report
Topic: 1.4 beta: Search history only shows one line
Replies: 4
Views: 5856

Re: 1.4 beta: Search history only shows one line

It works! Amazing fast work! Thanks very much.
by benshepherd
Mon Oct 17, 2016 9:20 am
Forum: Bug report
Topic: 1.4 beta: Search history only shows one line
Replies: 4
Views: 5856

Re: 1.4 beta: Search history only shows one line

Oh that's much better, thanks! I didn't think about looking in the INI file - I'll bear it in mind next time. Thanks for the quick response.
by benshepherd
Mon Oct 17, 2016 8:41 am
Forum: Bug report
Topic: 1.4 beta: Search history only shows one line
Replies: 4
Views: 5856

1.4 beta: Search history only shows one line

In Everything 1.3, I got a nice history popup like this, showing all my previous searches when I started typing: ev1.3-history.png In the 1.4 beta, I get the same popup, only the vertical size is squashed right down to one line: ev1.4-history-one-line.png Also (and this has been a bug since 1.3), if...
by benshepherd
Sat Oct 15, 2016 10:38 am
Forum: Bug report
Topic: 1.4 beta not indexing main drive
Replies: 12
Views: 11981

Re: 1.4 beta not indexing main drive

Checkpoint, I think it's called, it's a proprietary encryption thingy that our workplace uses. Everything 1.3 is fine with it though.
by benshepherd
Sat Oct 15, 2016 10:16 am
Forum: Bug report
Topic: 1.4 beta not indexing main drive
Replies: 12
Views: 11981

Re: 1.4 beta not indexing main drive

Here's the debug output: (I would have PMed it to you, but I can't - I don't think there's anything sensitive in there anyway...)

Code: Select all

Everything
Version 1.4.1.770b (x64)
Windows NT 6.1
Processors 2
IsAdmin 1
AppData 1
Service 1
cmdline Everything.exe  -debug 
...
bad NTFS signature: GÿQû^   
...
by benshepherd
Fri Oct 14, 2016 8:35 pm
Forum: Bug report
Topic: 1.4 beta not indexing main drive
Replies: 12
Views: 11981

Re: 1.4 beta not indexing main drive

Thanks, I'll try that!
by benshepherd
Fri Oct 14, 2016 4:25 pm
Forum: Bug report
Topic: 1.4 beta not indexing main drive
Replies: 12
Views: 11981

Re: 1.4 beta not indexing main drive

No they're not, and no I don't.
by benshepherd
Fri Oct 14, 2016 1:50 pm
Forum: Bug report
Topic: 1.4 beta not indexing main drive
Replies: 12
Views: 11981

1.4 beta not indexing main drive

I installed the beta version (1.4.1.770b (x64)) on both my desktop and laptop PCs. Works great on my desktop. On my laptop, it won't index the main partition (C:), only the second one (E:). Possibly something to do with the C: drive being encrypted, although it worked fine in 1.3 so that theory may ...
by benshepherd
Thu Oct 13, 2016 12:53 pm
Forum: Suggestions
Topic: SDK command to get file attributes
Replies: 11
Views: 11600

Re: SDK command to get file attributes

Exactly what I wanted! Thanks, and I look forward to getting the beta release!
by benshepherd
Thu Oct 13, 2016 12:34 pm
Forum: Suggestions
Topic: SDK command to get file attributes
Replies: 11
Views: 11600

SDK command to get file attributes

I presume file attributes (size, modified date, permissions, etc) are stored in the database? In that case, would it be possible to provide a SDK command (or several) to extract the file attributes for each search result? I'm writing a Python script that interfaces with Everything and it would be ni...