Wednesday, 20 February 2013:
Version 1.3.1.636bQuote:
added %APPDATA% option
added Everything service option
added search history option
added the option to cancel locked queries after one second
added context menu customization
added tooltips for hidden items
added option to not compress database
fixed an issue with right to left text rendering
fixed an issue parsing literal ops
fixed an issue expanding filter searches
fixed an issue parsing macros
fixed an issue when sorting by size with a selection
fixed a db event issue
fixed an issue with wildcard exclude filters
improved db locking mechanism
What still needs to be done before the next official release:
ETP/FTP server
ETP client
HTTP server
Recent changes
Run History
Installer localization
Please support Everything by donating:
http://www.voidtools.com/donate.phpQuote:
%APPDATA% option
When this option is enabled Everything will store the following files in the %APPDATA%\Everything path:
Everything.ini
Everything.db
Bookmarks.csv
Filters.csv
Search History.csv
Errorlog.txt
This option is not available on win9x.
Below is a list of %APPDATA%\Everything locations for each operating system:
XP: C:\Documents and Settings\user\Application Data\Everything
Vista or later: C:\Users\user\AppData\Roaming\Everything
If this option is disable "Everything" will store settings and data in the follow locations:
XP or earlier: Same location as Everything.exe
Vista or later: C:\Users\user\AppData\Local\VirtualStore\Program Files (x86)\Everything
When running Everything as Administrator, settings and data are always stored in the same location as Everything.exe.
Quote:
How do I enable search history?
Search history is disabled by default, to enable search history:
In Everything, from the Tools menu, click Options.
Click the History tab.
Check Enable search history.
Click OK.
Where is the search history saved?
Search history is saved to the Search History.csv file.
See %APPDATA% to locate this file.
This file is updated when closing the Everything Search window.
How do I clear my search history?
In Everything, from the Tools menu, click Options.
Click the History tab.
Click Clear Now.
Click OK to clear.
Click OK.
How do I disable search as you type and always display search suggestions?
In Everything, from the Tools menu, click Options.
Click the Search tab.
Uncheck Search as you type.
Click OK.
Quote:
What is the Everything service?
The Everything service is a Window service that manages indexing and monitoring.
This allows the Everything search client to run with out administrative privileges.
How can I start or stop the Everything service?
The Everything service can be started or stopped from Start -> Control Panel -> Administrative Tools -> Services.
How is the Everything service started?
Windows automatically starts the service at system start-up.
The service is launched by running Everything.exe with the -svc command line option.
Code:
Everything.exe -svc
How can I manage the Everything service from the command line?
-install-service [-install-service-port <port>]
-uninstall-service
-start-service
-stop-service
How can I manage the Everything service from Everything?
In Everything, from the Tools menu, click Options.
Click the General Tab.
Check or uncheck the Everything service to install or uninstall the Everything service.
Click OK.
How can I run the Everything service from the portable version of Everything?
To launch the Everything service as a normal administrator application, run the following:
Code:
Everything.exe -svc
You can specify the port with -svc-port <port>, for example:
Code:
Everything.exe -svc -svc-port 12345
Running the Everything service this way does not modify the system.
The Everything service has no interface.
Use Task Manager to terminate the service application when it is no longer needed.
You can close the portable service application easily by making a batch file that runs Everything.exe -svc
Simply close the console window to terminate the service application.