Search found 430 matches

by David
Wed Nov 25, 2009 12:20 am
Forum: General
Topic: "Everything" version 1.2.1.451a
Replies: 48
Views: 207885

Re: "Everything" version 1.2.1.451a

yes, void will be my main forum user name from now on..
by David
Tue Nov 24, 2009 8:10 am
Forum: Support
Topic: "Assertion Failed" & crash when using shortcut
Replies: 8
Views: 15005

Re: "Assertion Failed" & crash when using shortcut

What is displayed in the errorlog.txt file after the crash with the latest alpha available from:
"Everything" version 1.2.1.451a?
by David
Tue Nov 24, 2009 8:07 am
Forum: General
Topic: "Everything" version 1.2.1.446a
Replies: 7
Views: 40610

Re: "Everything" version 1.2.1.446a

"Everything" version 1.2.1.451a Changes: improved searching for folders by up to 20 times faster. fixed unrecognized included volumes in the options window. fixed an issue with the volume monitors not releasing handles when safely remove device requested to unmount a volume. fixed a displ...
by David
Tue Nov 24, 2009 7:57 am
Forum: Announcements
Topic: "Everything" version 1.2.1.451a
Replies: 0
Views: 87779

"Everything" version 1.2.1.451a

http://www.voidtools.com/Everything-1.2.1.451a.zip Please make sure you exit "Everything" completely before running the alpha version. To exit "Everything" completely: Right click the "Everything" icon in the system tray. Click Exit. Changes: improved searching for fold...
by David
Tue Nov 24, 2009 6:24 am
Forum: Support
Topic: "Assertion Failed" & crash when using shortcut
Replies: 8
Views: 15005

Re: "Assertion Failed" & crash when using shortcut

I have added some additional debugging information for the next release of "Everything"..

Hopefully we can find the cause of this issue.

I will post an updated alpha release in Announcements in the next few days..
by David
Mon Nov 23, 2009 7:18 am
Forum: Development, plugins and third party software
Topic: From where can I obtain the source of Everything?
Replies: 12
Views: 68450

Re: From where can I obtain the source of Everything?

I have not released the source code, yet..
by David
Mon Nov 23, 2009 7:12 am
Forum: Development, plugins and third party software
Topic: [req]Everything Search IPC C# demo code?
Replies: 7
Views: 27260

Re: [req]Everything Search IPC C# demo code?

Are you trying to compile your project for the x64 platform target?
The everything.dll is only 32bit.
by David
Mon Nov 23, 2009 1:22 am
Forum: General
Topic: "Everything" version 1.2.1.446a
Replies: 7
Views: 40610

Re: "Everything" version 1.2.1.446a

Updated known issues for "Everything" version 1.2.1.446a
by David
Sun Nov 22, 2009 8:43 pm
Forum: Support
Topic: "Assertion Failed" & crash when using shortcut
Replies: 8
Views: 15005

Re: "Assertion Failed" & crash when using shortcut

Looks like "Everything" or another app could be using up all the system handles. This usually causes the app to disappear with out showing any error message. With Windows Task Manager are there any processes with a large number of Handles (>1000), GDI Objects (>1000), Threads(>50)? Before ...
by David
Sun Nov 22, 2009 10:03 am
Forum: Support
Topic: "Assertion Failed" & crash when using shortcut
Replies: 8
Views: 15005

Re: "Assertion Failed" & crash when using shortcut

Try running "Everything" in debug mode.

To run "Everything" in debug mode:
Run Everything.exe with the -debug command line option.

What is displayed in the debug output when "Everything" crashes?
by David
Sun Nov 22, 2009 7:26 am
Forum: General
Topic: How can I search like "(0-9)" ?
Replies: 4
Views: 12759

Re: How can I search like "(0-9)" ?

Do you get any results?
Are the results incorrect?

Try the following regex search:

Code: Select all

[(][0-9]*[)][.]mp3
by David
Sun Nov 22, 2009 7:21 am
Forum: Support
Topic: "Assertion Failed" & crash when using shortcut
Replies: 8
Views: 15005

Re: "Assertion Failed" & crash when using shortcut

"Everything" is failing to create the edit control after it has successfully created the toolbar. When this fatal error occurs "Everything" should display a message box: Everything 1.2.1.371: .\src\ui.cpp(121): ui_t::on_create(): Assertion failed Last Windows Error 0: Error Messa...
by David
Sun Nov 22, 2009 2:00 am
Forum: Bug report
Topic: Everything prevents TrueCrypt from unmounting volumes?
Replies: 40
Views: 116608

Re: Everything prevents TrueCrypt from unmounting volumes?

Thanks for bringing this to my attention.
"Everything" is holding a handle to the volume again.. I will release a fix asap.
by David
Sat Nov 21, 2009 9:44 pm
Forum: Support
Topic: Shortcut for "open and close everything window"?
Replies: 4
Views: 13208

Re: Shortcut for "open and close everything window"?

when I type that keyboard shortcut, everything will open the file (just like when I pressed enter in the result list now) AND close itself. Great Idea! I have added a new keyboard shortcut ResultList.ExecuteAndClose for the next release of "Everything". Also, you might like to try enablin...
by David
Sat Nov 21, 2009 6:31 am
Forum: General
Topic: "Everything" version 1.2.1.446a
Replies: 7
Views: 40610

Re: "Everything" version 1.2.1.446a

The list tab will be for indexing non-NTFS volumes.
For example, CD-ROMs, DVD-ROMs, network drives, FAT volumes, etc..

You will be able to build lists from these folders to include in the database.
by David
Fri Nov 20, 2009 11:41 pm
Forum: Suggestions
Topic: Default sort
Replies: 5
Views: 13998

Re: Default sort

So what do you mean by "CPU intensive"? It depends on the number of results. Sorting one million files and folders by path will take about 20 seconds on a 3GHZ CPU. Keeping the previous sort when there is only a small (customizable) number of results is on my "Things to do" list.
by David
Fri Nov 20, 2009 11:29 pm
Forum: Bug report
Topic: can't show normal "date"
Replies: 1
Views: 7081

Re: can't show normal "date"

This is a known issue with "Everything". Unicode AM and PM text will not work in "Everything" 1.2.1.371. This has been fixed for the next release of "Everything". You might like to test this now with the latest alpha version of "Everything" available from: &qu...
by David
Fri Nov 20, 2009 11:22 pm
Forum: General
Topic: Searching sub-directories for files
Replies: 1
Views: 8299

Re: Searching sub-directories for files

You will need to escape the white-spaces in your search with double quotes (").

For example, to search for:
c:\documents and settings\user\my documents\pics *.gif
type:

Code: Select all

"c:\documents and settings\user\my documents\pics\" *.gif
by David
Fri Nov 20, 2009 11:19 pm
Forum: Support
Topic: Shortcut for "open and close everything window"?
Replies: 4
Views: 13208

Re: Shortcut for "open and close everything window"?

You can set a Hotkey to toggle the search window or create a new search window. To change the hotkeys: In " Everything ", from the Tools menu, click Options . Click the General tab. Press the new keyboard shortcut in the new window hotkey edit or toggle window hotkey edit . Click OK .
by David
Fri Nov 20, 2009 1:05 am
Forum: General
Topic: "Everything" version 1.2.1.446a
Replies: 7
Views: 40610

Re: "Everything" version 1.2.1.446a

AND now has higher priority than OR.

Searching for ext:mkv J:|K:|L: means (ext:mkv AND J:) OR K: OR L:
You will need to use parenthesis ext:mkv <J:|K:|L:> to override the default precedence.
by David
Thu Nov 19, 2009 12:10 pm
Forum: Suggestions
Topic: Default sort
Replies: 5
Views: 13998

Re: Default sort

The latest alpha version does remember the last sort for some columns. however, since sorting by path is CPU intensive, "Everything" reverts to sorting by name after searching. Keeping the sort order for smaller results is on my "Things to do" list. You might like to try the late...
by David
Thu Nov 19, 2009 11:58 am
Forum: Suggestions
Topic: Support overlay icon on file list result
Replies: 4
Views: 11989

Re: Support overlay icon on file list result

Please try "Everything" version 1.2.1.446a.

To enable caching icons by name:
  • In "Everything", from the Tools menu, click Options.
  • Click the View tab.
  • From the Advanced settings, View folder, check Cache all icons by name.
  • Click OK.
by David
Thu Nov 19, 2009 11:53 am
Forum: General
Topic: "Everything" version 1.2.1.446a
Replies: 7
Views: 40610

"Everything" version 1.2.1.446a

http://www.voidtools.com/Everything-1.2.1.446a.zip Please make sure you exit "Everything" completely before running the alpha version. To exit "Everything" completely: Right click the "Everything" icon in the system tray. Click Exit. Please note the alpha has known issu...
by David
Thu Nov 19, 2009 11:50 am
Forum: General
Topic: "Everything" version 1.2.1.445a
Replies: 5
Views: 27390

Re: "Everything" version 1.2.1.445a

cd: cm: cw: is not effect
Confirmed, the new cx[smhdwMy] command is to blame...
I will release a fix asap.
Thanks for your post.
by David
Thu Nov 19, 2009 11:33 am
Forum: Support
Topic: How can I search for a.bcd?
Replies: 10
Views: 17009

Re: How can I search for a.bcd?

I have reverted back to the old behavior. Double quotes ("") will only escape white spaces again (not matching the start and end). The best solution would be to include a backslash (\) at the start of your search. Maybe there needs to be the option to allow double quotes ("") to ...
by David
Thu Nov 19, 2009 10:54 am
Forum: General
Topic: "Everything" version 1.2.1.445a
Replies: 5
Views: 27390

Re: "Everything" version 1.2.1.445a

What's different between "Date Modified" and "Recent Changes"? Date Recently changed is basically the same as Date Modified for recent files (up to one week ago). You can sort all your files and folders by Date recently changed instantly. Recent changes are a cache of the USN Ch...
by David
Thu Nov 19, 2009 8:29 am
Forum: General
Topic: "Everything" version 1.2.1.442a
Replies: 15
Views: 63054

Re: "Everything" version 1.2.1.442a

"Everything" does not index size information, so, unfortunately, searching for a size range would not be efficient at this stage.
by David
Thu Nov 19, 2009 7:51 am
Forum: General
Topic: "Everything" version 1.2.1.445a
Replies: 5
Views: 27390

"Everything" version 1.2.1.445a

http://www.voidtools.com/Everything-1.2.1.445a.zip Please make sure you exit "Everything" completely before running the alpha version. To exit "Everything" completely: Right click the "Everything" icon in the system tray. Click Exit. Please note the alpha has known issu...
by David
Tue Nov 17, 2009 8:50 pm
Forum: Support
Topic: Issues accessing remote drive
Replies: 2
Views: 7765

Re: Issues accessing remote drive

"Everything" 1.2.1.371 uses fixed network paths.
You will have to share the C: drive on the server as C, D: drive as D, etc..

Or, you might like to try the latest alpha "Everything" version 1.2.1.442a which uses the admin shares C$,D$,etc...
by David
Tue Nov 17, 2009 12:00 pm
Forum: Suggestions
Topic: Support overlay icon on file list result
Replies: 4
Views: 11989

Re: Support overlay icon on file list result

I have implemented the option to enable caching icons of all files and folders by file name (instead of by type) with support for icon overlays.

This option will be available in the next alpha release soon.
by David
Tue Nov 17, 2009 10:24 am
Forum: General
Topic: How can I search like "(0-9)" ?
Replies: 4
Views: 12759

Re: How can I search like "(0-9)" ?

With regex enabled:

Code: Select all

[(][0-9]*[)].*mp3
To enable Regex:
  • In "Everything", from the Search menu, check Enable Regex.
by David
Sun Nov 15, 2009 4:30 am
Forum: Support
Topic: Explore-path function being ignored
Replies: 12
Views: 20502

Re: Explore-path function being ignored

Thanks for the debug output.

"Everything" is successfully executing Windows Explorer, however, there must be an issue with Windows Explorer, most likely limited privileges.
by David
Fri Nov 13, 2009 9:44 pm
Forum: General
Topic: Can not index my files
Replies: 2
Views: 9537

Re: Can not index my files

Please make sure "Everything" has administrative privileges and you have at least one NTFS volume.
by David
Fri Nov 13, 2009 9:43 pm
Forum: Suggestions
Topic: Archive Manager Capabilities
Replies: 4
Views: 9788

Re: Archive Manager Capabilities

Will the mentioned 'file lists' provide the capability to search for filenames and folders (of previous indexed volumes) even when the volume is not attached and possibly allow indexing (and offline-searching) on NAS-volumes? Yes, I have started work on the 'list' tab. You can see the blank list ta...
by David
Fri Nov 13, 2009 1:15 am
Forum: Suggestions
Topic: Archive Manager Capabilities
Replies: 4
Views: 9788

Re: Archive Manager Capabilities

1. Detect volumes by volume-name, each drive can be identified by a unique name (maybe that's the way you do it already). Currently "Everything" identifies volumes by their path name, drive serial number and USN Journal Id. This information is stored in the database and it if differs to y...
by David
Fri Nov 13, 2009 12:18 am
Forum: Support
Topic: Explore-path function being ignored
Replies: 12
Views: 20502

Re: Explore-path function being ignored

Are there more-detail options than the simple "-debug" flag invokes by default? The latest alpha has extended debugging information. Please try the latest alpha available from: "Everything" version 1.2.1.442a What is the debug output when opening a file and exploring a file path?
by David
Tue Nov 10, 2009 9:24 am
Forum: Bug report
Topic: Getting remove_recent_change error with Everything 1.2.1.442
Replies: 2
Views: 8419

Re: Getting remove_recent_change error with Everything 1.2.1.442

This is a known issues (http://forum.voidtools.com/viewtopic.ph ... ange#p1434)

It has been fixed for the next release of "Everything".
by David
Mon Nov 09, 2009 11:52 pm
Forum: Bug report
Topic: Problem with SRP
Replies: 9
Views: 18304

Re: Problem with SRP

Everything will write the Everything.db to the same location as your Everything.exe file. Try giving "Everything" unrestricted access to this folder. Try running "Everything" in debug mode. To run "Everything" in debug mode: Run Everything.exe with the -debug command li...
by David
Mon Nov 09, 2009 11:45 pm
Forum: Support
Topic: Everything loses database?
Replies: 10
Views: 17946

Re: Everything loses database?

Maybe you accidentally hit one of the shortcut keys Ctrl + W or Alt S, W?
by David
Mon Nov 09, 2009 11:41 pm
Forum: Suggestions
Topic: possible to read out the fileversion?
Replies: 1
Views: 6245

Re: possible to read out the fileversion?

is it possible to read out the version of a file via the usn journal?
Unfortunately, no.
Version information would have to be gathered at run time.

Support for all the columns in Windows Explorer is on my "Things to do" list..
by David
Mon Nov 09, 2009 3:08 am
Forum: Support
Topic: Everything loses database?
Replies: 10
Views: 17946

Re: Everything loses database?

Match whole word is enabled. Any non-alpha-numeric letter (a-z, A-Z, 0-9 and _) will terminate a word. C:\ will match C:\$ because the $ terminates the whole word. C:\ will not match C:\WINDOWS because the W after C:\ does not terminate the whole word. This is the intended behavior. Double quoting a...
by David
Sat Nov 07, 2009 11:34 am
Forum: Support
Topic: Explore-path function being ignored
Replies: 12
Views: 20502

Re: Explore-path function being ignored

Ah, yes I see now.
Something odd going on here...
The debug output is missing a lot of execute info.
It looks like "Everything" does not reach the normal execution path.
Does Right click -> Open work? if it does what is the debug output?
by David
Fri Nov 06, 2009 9:50 pm
Forum: Support
Topic: Explore-path function being ignored
Replies: 12
Views: 20502

Re: Explore-path function being ignored

Thanks for the info.
What is displayed in the debug console when you try to right click open path or explorer path?
by David
Fri Nov 06, 2009 9:48 pm
Forum: General
Topic: Does the database affect system performance?
Replies: 9
Views: 21588

Re: Does the database affect system performance?

What does not work any more (except windows search)
Only Windows search as far as I know..
by David
Thu Nov 05, 2009 4:17 am
Forum: Support
Topic: Explore-path function being ignored
Replies: 12
Views: 20502

Re: Explore-path function being ignored

10/12/2009 2:16:51 PM: Everything 1.2.1.371: d:\dev\everything\src\mu.h(1094): mu::ShellExecuteExUTF8_idlist(): ShellExecuteExW(): GetLastError(): 1155: failed to execute ERROR_NO_ASSOCIATION 1155 No application is associated with the specified file for this operation. Looks like you tried to run s...
by David
Thu Nov 05, 2009 4:13 am
Forum: General
Topic: Does the database affect system performance?
Replies: 9
Views: 21588

Re: Does the database affect system performance?

if we don't use windows search, we can disable Content indexing Service isn't it?
Yes, the NTFS USN Change Journal and Windows Content Indexing are two completely different things.
You can disable the Windows Indexing Service and "Everytihng" will still function.
by David
Thu Nov 05, 2009 4:10 am
Forum: General
Topic: Cascade search menu
Replies: 1
Views: 8268

Re: Cascade search menu

The only way I can think of is with the Windows shell.
by David
Wed Nov 04, 2009 7:01 am
Forum: Support
Topic: Explore-path function being ignored
Replies: 12
Views: 20502

Re: Explore-path function being ignored

Check your Errorlog.txt file in your "Everything" installation folder for any system errors that might have occurred. Look for something like: ShellExecuteExW(): GetLastError(): 5: failed to execute c:\somefile.txt The command for exploring the path of an item can be changed with the follo...