Search found 50 matches

by vfatica
Mon Mar 27, 2017 1:09 am
Forum: Bug report
Topic: ES 1.1.0.7
Replies: 32
Views: 49343

Re: ES 1.1.0.7

This pic shows the bookmark and the result of using it. It looks fishy.
Image
by vfatica
Mon Mar 27, 2017 12:54 am
Forum: Bug report
Topic: ES 1.1.0.7
Replies: 32
Views: 49343

Re: ES 1.1.0.7

try putting in a catch in WM_COPYDATA for ES_COPYDATA_IPCTEST_QUERYCOMPLETE2W: wprintf(L"WindowProc: got result sort %d\n",((EVERYTHING_IPC_LIST2 *)cds->lpData)->sort_type); p:\myes\release> myes -sort-da-descending v:\void\* es_sendquery2: query->sort_type = 24 es_sendquery2: cds.lpData-...
by vfatica
Mon Mar 27, 2017 12:43 am
Forum: Bug report
Topic: ES 1.1.0.7
Replies: 32
Views: 49343

Re: ES 1.1.0.7

Ascending/descending works with dm and not with da. v:\void> es -sort-dm-ascending v:\void\* V:\void\test.1 V:\void\test.2 V:\void\test.3 V:\void\test.4 V:\void\test.5 v:\void> es -sort-dm-descending v:\void\* V:\void\test.5 V:\void\test.4 V:\void\test.3 V:\void\test.2 V:\void\test.1 v:\void> es -so...
by vfatica
Sun Mar 26, 2017 9:02 pm
Forum: Bug report
Topic: ES 1.1.0.7
Replies: 32
Views: 49343

Re: ES 1.1.0.7

Never mind the last post. I think I get it.
by vfatica
Sun Mar 26, 2017 8:13 pm
Forum: Bug report
Topic: ES 1.1.0.7
Replies: 32
Views: 49343

Re: ES 1.1.0.7

Another strange one! If I put "-rc" in the GUI, I get one file I get one file, created and modified 2015-08-24. ...??? And in the debug console, I see search '-rc' filter '' sort 0 If I "es -rc" I get thousands of results (maybe everything) and see this in the debug console. sear...
by vfatica
Sun Mar 26, 2017 6:04 pm
Forum: Bug report
Topic: ES 1.1.0.7
Replies: 32
Views: 49343

Re: ES 1.1.0.7

I tried several other sort types. Whatever I specify, the debug window shows one less!
Image
by vfatica
Sun Mar 26, 2017 5:46 pm
Forum: Bug report
Topic: ES 1.1.0.7
Replies: 32
Views: 49343

Re: ES 1.1.0.7

And immediately before and after SendMessage(WM_COPYDATA) wprintf(L"es_sendquery2: cds.lpData->sort_type = %d\n", ((EVERYTHING_IPC_QUERY2*) cds.lpData)->sort_type); produces p:\myes\release> myes -dc -sort-date-created-ascending v:\void\* es_sendquery2: cds.lpData->sort_type = 11 es_sendqu...
by vfatica
Sun Mar 26, 2017 5:23 pm
Forum: Bug report
Topic: ES 1.1.0.7
Replies: 32
Views: 49343

Re: ES 1.1.0.7

When I use the ES.EXE that I built, I see sort type 11. But as in my previous port, the debug window shows 10. p:\myes\release> myes -dc -sort-date-created-ascending v:\void\* es_sendquery2: query->sort_type = 11 es_sendquery2() ... Success! 2004/12/31 23:00 V:\void\test.5 2003/12/31 23:00 V:\void\t...
by vfatica
Sun Mar 26, 2017 5:10 pm
Forum: Bug report
Topic: ES 1.1.0.7
Replies: 32
Views: 49343

Re: ES 1.1.0.7

Now I'm using 860b. I have no HKCU\Software\ES key. Create times show and toggle up/down correctly in the GUI. Here's a tidier experiment (using JPSoft's TCC command interpreter). Note that Everything doesn't seem to handle daylight saving time ideally. ftp://lucky.syr.edu/consoletimes.png Here's so...
by vfatica
Sun Mar 26, 2017 7:50 am
Forum: Bug report
Topic: ES 1.1.0.7
Replies: 32
Views: 49343

Re: ES 1.1.0.7

That's what I see: IPC: execute query: g:\*\tcc.exe search 'g:\*\tcc.exe' filter '' sort 11 IPC: execute query: g:\*\tcc.exe search 'g:\*\tcc.exe' filter '' sort 10 But in the ES.EXE console, I see: v:\> es -dc -sort-date-created-descending g:\*\tcc.exe 2017/03/09 23:22 G:\tc20\tcc.exe 2017/01/04 17...
by vfatica
Sun Mar 26, 2017 4:26 am
Forum: Bug report
Topic: ES 1.1.0.7
Replies: 32
Views: 49343

Re: ES 1.1.0.7

After a lot of farting around, I'm pretty convinced that ES.EXE is doing what it should. A couple strategically placed debug messages suggest that. But, as before, the results don't come back if the requested order. p:\myes\release> myes.exe -dc -sort-date-created-descending g:\*\tcc.exe es_sendquer...
by vfatica
Sun Mar 26, 2017 1:48 am
Forum: Bug report
Topic: ES 1.1.0.7
Replies: 32
Views: 49343

Re: ES 1.1.0.7

The sorting worked for me in previous versions of Everything so I'm not sure what is going on there.. I updated to 1.4.1.859b (x86) and the two sorts I mentioned earlier still produce the same results, both sorted descending. I can toggle ascending/descending in the Everything GUI just fine. But I ...
by vfatica
Sat Mar 25, 2017 7:42 pm
Forum: Bug report
Topic: ES 1.1.0.7
Replies: 32
Views: 49343

Re: ES 1.1.0.7

I get the same results from -sort-date-created-descending and -sort-date-created-ascending. c:\users\vefatica\desktop> es.exe -dc -sort-date-created-descending g:\*\tcc.exe 2017/03/09 23:22 G:\tc20\tcc.exe 2017/01/04 17:43 G:\TCC20\tcc.exe 2016/10/27 07:45 G:\tcc-rt\tcc.exe <snip> c:\users\vefatica\...
by vfatica
Sat Mar 25, 2017 6:23 pm
Forum: Bug report
Topic: ES 1.1.0.7
Replies: 32
Views: 49343

Re: ES 1.1.0.7

How do I post an image? The only method I can find is [img]URL[/img] and I'll find out right now if FTP works. Is there a more direct way?
by vfatica
Sat Mar 25, 2017 4:20 am
Forum: Bug report
Topic: ES 1.1.0.7
Replies: 32
Views: 49343

Re: ES 1.1.0.7

When I use "-highlighted" the only thing highlighted is the part of the path/name which I entered on the command line. For example, if I es.exe -highlight c:\sy I get several results for C:\System Volume Information[...], but the only text that's highlighted is "C:\SY". OT: Can I...
by vfatica
Sat Mar 25, 2017 4:07 am
Forum: Bug report
Topic: ES 1.1.0.7
Replies: 32
Views: 49343

Re: ES 1.1.0.7

And while these seem implemented in the arg parsing, they produce no additional output.

Code: Select all

-date-created, -dc
-date-modified, -dm
-date-accessed, -da
-date-run
And when I use

Code: Select all

-attributes, -attribs, -attrib
the only attribute I ever see is "D".
by vfatica
Fri Mar 24, 2017 7:12 pm
Forum: Bug report
Topic: ES 1.1.0.7
Replies: 32
Views: 49343

ES 1.1.0.7

These seem to be misspelled and unimplemented:

Code: Select all

-highlighed-name
-highlighed-path
-highlighed-full-path-and-name
- Vince
by vfatica
Mon Jun 29, 2015 8:54 pm
Forum: Development, plugins and third party software
Topic: Remove Empty Directories
Replies: 15
Views: 45469

Re: Remove Empty Directories

I'm just objecting to "containing only links". It is absolutely nothing special (except to Everything). A directory **IS** a list of links. All directories "contain only links". Hard links are bi-directional. If file2 is a hard link to file1 then, by definition, file1 is a hard l...
by vfatica
Mon Jun 29, 2015 6:24 pm
Forum: Development, plugins and third party software
Topic: Remove Empty Directories
Replies: 15
Views: 45469

Re: Remove Empty Directories

You can reliably tell if a directory is empty, but right now, not with Everything. I would think it is less of a matter of whether you can or can't reliably tell, rather a matter that even if it is "empty" (meaning empty with only hard links inside, or even really empty), it is a director...
by vfatica
Mon Jun 29, 2015 5:03 pm
Forum: Support
Topic: empty: (broken?)
Replies: 6
Views: 7882

Re: empty: (broken?)

empty: will find folders that are empty in the Everything index. They may not actually be empty on disk. This may occur if you exclude files, or as therube mentioned if they contain hardlinks. Please confirm folders are empty with File -> Properties (Alt + Enter) before deleting them. A hard link *...
by vfatica
Sun Jun 28, 2015 8:33 pm
Forum: Development, plugins and third party software
Topic: Remove Empty Directories
Replies: 15
Views: 45469

Re: Remove Empty Directories

It appears to have to do with hard links. At the least, one of a pair (or more ?) of directories containing (only) hard links is considered "empty". To me, that behavior is wrong. We agree. (I would typically NOT use [any] empty directory remover within anything "Windows". [And ...
by vfatica
Sun Jun 28, 2015 8:01 pm
Forum: Support
Topic: How does the "type:" function work?
Replies: 5
Views: 7585

Re: How does the "type:" function work?

Type: matches on the Type column, which appears to be the same as the Type column in Windows explorer (set by Windows as a description of the .xxx suffix of a file name). Thanks! That seems to be consistent behavior. And it explains how "type:Executable" turns into .JAR files. The default...
by vfatica
Sun Jun 28, 2015 7:41 pm
Forum: Support
Topic: empty: (broken?)
Replies: 6
Views: 7882

Re: empty: (broken?)

You have to open the Folder name as shown in the Name field, not the Folder shown in the Path field. The former will be empty, the latter may not be. That's what I'm doing, with "empty:" as search criterion, I get, among other things, 82 objects in the "Name" column called "...
by vfatica
Sun Jun 28, 2015 4:40 am
Forum: Support
Topic: How does the "type:" function work?
Replies: 5
Views: 7585

How does the "type:" function work?

Are there any constants I can give to the "type:" function? I thought maybe I could use the built-in types but when I put the following strings in the Everything Search window, or use them in Everything_SetQuery(), I get peculiar results: type:Everything gives nothing type:Picture gives no...
by vfatica
Sat Jun 27, 2015 8:08 pm
Forum: Support
Topic: empty: (broken?)
Replies: 6
Views: 7882

empty: (broken?)

The search docs say the search specification "empty:" will "Search for empty folders". In my experience, it finds folders with no subfolders (empty or not). This is easy to see in the Everything search window. Enter "empty:" (no quotes) as the search spec ... scroll dow...
by vfatica
Sat Jun 27, 2015 7:18 pm
Forum: Development, plugins and third party software
Topic: Remove Empty Directories
Replies: 15
Views: 45469

Re: Remove Empty Directories

This is an interesting topic. And while I don't think it's Everything's place to modify the file system, I can't even get off the ground. If I simply enter "empty:" (no quotes) in the Everything search string location, many of the folders listed are not empty. I've tried to attach a link (...
by vfatica
Mon Jun 22, 2015 6:14 pm
Forum: Development, plugins and third party software
Topic: Folders before files ... guaranteed?
Replies: 1
Views: 10045

Folders before files ... guaranteed?

When using"Everything_Query(TRUE)" and "for ( DWORD index = 0; index < Everything_GetNumResults(); index++ ) ...", is it guaranteed that folders will be returned before files? That seems to be the case.
Thanks!
- Vince
by vfatica
Fri Jun 12, 2015 8:20 pm
Forum: Development, plugins and third party software
Topic: Communication problem when using everything32.dll
Replies: 10
Views: 24447

Re: Communication problem when using everything32.dll

Actually, it's 13 mount points, but they share only 3 GUIDs. Does that make sense? v:\> (do x in /p es attributes:l regex:plugins ( echo %@truename[%x] )) | sort Volume{53c5ee55-6a1a-11e1-b966-806e6f6e6963}\ Volume{53c5ee55-6a1a-11e1-b966-806e6f6e6963}\ Volume{53c5ee55-6a1a-11e1-b966-806e6f6e6963}\ ...
by vfatica
Thu Jun 11, 2015 5:36 pm
Forum: Development, plugins and third party software
Topic: Communication problem when using everything32.dll
Replies: 10
Views: 24447

Re: Communication problem when using everything32.dll

How does Everything use WM_USER? Please explain how Everything handles volumes without drive letters that are mounted in several places. I have a volume mounted on a "plugins" directory inside the install directory of 10 versions of the same product. Those mount points, and their contents,...
by vfatica
Thu Jun 11, 2015 6:35 am
Forum: Development, plugins and third party software
Topic: Communication problem when using everything32.dll
Replies: 10
Views: 24447

Re: Communication problem when using everything32.dll

Good! Thanks! I'm OK for now.

Maybe you'd consider always enabling WM_COMMAND. ... ?
by vfatica
Thu Jun 11, 2015 2:13 am
Forum: Development, plugins and third party software
Topic: Communication problem when using everything32.dll
Replies: 10
Views: 24447

Re: Communication problem when using everything32.dll

Changing the behavior was easy enough (and it works). // process-wide; will allow me to be elevated when service client is unelevated ChangeWindowMessageFilter(WM_COPYDATA, MSGFLT_ADD); I don't understand why everything32/64.dll doesn't, by default, use the Ex version to allow WM_COPYDATA. It makes ...
by vfatica
Wed Jun 10, 2015 4:30 pm
Forum: Development, plugins and third party software
Topic: Communication problem when using everything32.dll
Replies: 10
Views: 24447

Re: Communication problem when using everything32.dll

My app doesn't create any windows. I'm getting results with Everything_GetResultPath() and Everything_GetResultFileName().
by vfatica
Sun Jun 07, 2015 5:01 am
Forum: Development, plugins and third party software
Topic: Communication problem when using everything32.dll
Replies: 10
Views: 24447

Communication problem when using everything32.dll

I have a console app that uses everything32.dll to do queries (notably Everything_Query() and Everything_GetResult*()). My normal set-up is: service running, client started unelevated. The app works fine unelevated. But if I try it elevated, queries just hang. Should I expect this to work? I could c...
by vfatica
Wed May 27, 2015 5:22 am
Forum: Support
Topic: Regex?
Replies: 7
Views: 8944

Re: Regex?

It works with all those changes.
by vfatica
Wed May 27, 2015 1:08 am
Forum: Support
Topic: Regex?
Replies: 7
Views: 8944

Re: Regex?

Thanks. How about the first post in this thread?
by vfatica
Tue May 26, 2015 8:33 pm
Forum: Support
Topic: Regex?
Replies: 7
Views: 8944

Re: Regex?

I don't get that either. I'm accustomed to [^character_list]. But if I move the ']' in "[^]" elsewhere in the list, the search fails.
by vfatica
Tue May 26, 2015 5:59 pm
Forum: Support
Topic: Regex?
Replies: 7
Views: 8944

Regex?

The example given in the search docs, regex:[^]a-zA-Z0-9`~!@#$%^&*()[\;',<>./:">?{}|_+= -] to fine filenames containing non-ascii characters works as advertised, finding 10 files here. But if I remove the double quote from that list of characters, the search results are empty. I'd expect th...
by vfatica
Sun May 24, 2015 12:06 am
Forum: Support
Topic: Yesterday?
Replies: 4
Views: 6256

Re: Yesterday?

My second post also stemmed from my misunderstanding of "rc:". All's OK for the moment.
by vfatica
Sat May 23, 2015 9:45 pm
Forum: Support
Topic: Yesterday?
Replies: 4
Views: 6256

Re: Yesterday?

Regarding my first post in this thread ... Sorry! ... without fully understanding, I was expecting "rc:" to behave as "dm:" does. Now I understand what "rc:" does.
by vfatica
Sat May 23, 2015 9:33 pm
Forum: Support
Topic: Yesterday?
Replies: 4
Views: 6256

Re: Yesterday?

Another oddity: when I type the 'y' of the word "today", the files disappear.
today.png
today.png (31.78 KiB) Viewed 3569 times
by vfatica
Sat May 23, 2015 6:20 pm
Forum: Support
Topic: Yesterday?
Replies: 4
Views: 6256

Yesterday?

I'm having trouble finding files by date. My c: and g: drives are indexed. C: has a ton of stuff modified yesterday (notably browser history). The results pictured below seem inconsistent.
yesterday.png
yesterday.png (70.21 KiB) Viewed 3579 times
by vfatica
Sat May 23, 2015 3:52 am
Forum: Development, plugins and third party software
Topic: Free resources associated with a search?
Replies: 6
Views: 17809

Re: Free resources associated with a search?

That was fast! Thanks. Indeed, it works.

- Vince
by vfatica
Sat May 23, 2015 3:30 am
Forum: Development, plugins and third party software
Topic: Free resources associated with a search?
Replies: 6
Views: 17809

Re: Free resources associated with a search?

void wrote:The memory is freed after you perform another search or call Everything_Reset
I can't find Everything_Reset in the header, LIB, or DLL.
by vfatica
Fri May 22, 2015 6:48 pm
Forum: Development, plugins and third party software
Topic: Free resources associated with a search?
Replies: 6
Views: 17809

Free resources associated with a search?

I modified dll.test.c to search for L"*" and to hang around for a while after the search. When the sample EXE started, its working set was about 3MB. After the search, its working set was about 32MB. Is there a way to free that memory?

Thanks.

- Vince
by vfatica
Fri May 22, 2015 3:05 am
Forum: Development, plugins and third party software
Topic: Ask Everything to show search window
Replies: 10
Views: 24251

Re: Ask Everything to show search window

Maybe implement an app that runs elevated and relays the messages from your unelevated app to Everything? This elevated app would need to call ChangeWindowMessageFilterEx to allow it to receive WM_COMMAND messages from your unelevated app. I'm just experimenting. It's extra apps (like the service) ...
by vfatica
Fri May 22, 2015 2:50 am
Forum: Development, plugins and third party software
Topic: Ask Everything to show search window
Replies: 10
Views: 24251

Re: Ask Everything to show search window

Sigh! My approach (Everything elevated from logon-triggered scheduled task) is quite sufficient for queries (that's what's most important). I was hoping to add extra functionality. But I can live without that since I have the tray icon.

Thanks, void
by vfatica
Fri May 22, 2015 2:40 am
Forum: Development, plugins and third party software
Topic: Ask Everything to show search window
Replies: 10
Views: 24251

Re: Ask Everything to show search window

Drat!

And the only way to run Everything un-elevated and have it catalog NTFS drives is to also use Everything running as a service ... right?

- Vince
by vfatica
Fri May 22, 2015 2:24 am
Forum: Development, plugins and third party software
Topic: Ask Everything to show search window
Replies: 10
Views: 24251

Re: Ask Everything to show search window

Thanks again. Hmmm! It's not working and I don't completely understand why. The instance of Everything.exe in question was started by a logon-triggered scheduled task as me and with the highest privileges. This way of starting it avoids the UAC prompt. I can find the window, but SendMessage() isn't ...
by vfatica
Fri May 22, 2015 1:08 am
Forum: Development, plugins and third party software
Topic: Ask Everything to show search window
Replies: 10
Views: 24251

Re: Ask Everything to show search window

Thanks! Are those defines/examples in any of the source dowloads? I didn't see them. I was also going to ask about getting to "Options" that way.
by vfatica
Thu May 21, 2015 7:11 pm
Forum: Development, plugins and third party software
Topic: Ask Everything to show search window
Replies: 10
Views: 24251

Ask Everything to show search window

How can I programmatically ask a running Everything to show its search window (or create a new one) as can be done via the tray interface?
Thanks.

- Vince