Search found 15024 matches

by void
Fri Jan 22, 2010 11:16 pm
Forum: Suggestions
Topic: Edit the Home Page of web Server
Replies: 8
Views: 14733

Re: Edit the Home Page of web Server

If you run a HTTP server you will be able to download these files from your own computer. To run a HTTP server: In " Everything ", from the Tools menu, click Start HTTP Server . Once you have started a HTTP server, click on the following links to download these files from your own computer...
by void
Fri Jan 22, 2010 11:11 pm
Forum: Support
Topic: Multiple Everything icons in the systray
Replies: 4
Views: 9109

Re: Multiple Everything icons in the systray

Disable Allow multiple instances.

To disable allow multiple instances:
  • In "Everything", from the Tools menu, click Options.
  • Uncheck Allow multiple instances.
  • Click OK.
by void
Fri Jan 22, 2010 5:08 am
Forum: Suggestions
Topic: Limit search to folder or drive
Replies: 5
Views: 16355

Re: Limit search to folder or drive

I am working on custom file lists for the next release of "Everything".

Custom file lists will allow you to index and search single folders at a time.
by void
Fri Jan 22, 2010 5:07 am
Forum: Suggestions
Topic: Manually Sync db
Replies: 1
Views: 5176

Re: Manually Sync db

This will be possible with the next release of "Everything" by running Everything.exe with the -loaddb and -quit command line options.

You could schedule this with task scheduler or place a shortcut in your start-up folder.
by void
Wed Jan 20, 2010 1:41 am
Forum: Suggestions
Topic: File by ID (as given by CHKDSK)?
Replies: 2
Views: 7747

Re: File by ID (as given by CHKDSK)?

"Everything" only keeps file IDs or File Reference Numbers (FRNS) in memory for folders.

You can use the latest alpha release to view folder FRNs.

Although possible, "Everything" does not keep a record of FRNs for files due to large memory requirements.
by void
Wed Jan 20, 2010 12:51 am
Forum: Support
Topic: database is not saved on shutdown
Replies: 6
Views: 11827

Re: database is not saved on shutdown

Fixed for the next release. I think there is a second problem: some of my harddisks are "mounted" as subdirectory on drive D:, e.g. d:\_HDEXT\graphics I've tried to exclude the directory d:\_HDEXT but it seems, that Everything ignore this. You will need to use the latest alpha release to i...
by void
Tue Jan 19, 2010 5:48 am
Forum: Support
Topic: Custom assignment for mouse and keyboard buttons do not work
Replies: 17
Views: 21171

Re: Custom assignment for mouse and keyboard buttons do not work

What version of Windows are you running?

Try running your mouse software with administrative privileges.
by void
Mon Jan 18, 2010 9:39 am
Forum: Support
Topic: How stable/resource hungry is Everything (Windows2003 Server
Replies: 3
Views: 8276

Re: How stable/resource hungry is Everything (Windows2003 Server

It will still work.

However, you can expect the memory usage to climb over 100mb with over 2 million files.

For a rough guide you can expect roughly 50mb ram usage per 1 million files.

CPU usage should always be minimal, no matter the number of files you have.
by void
Sat Jan 16, 2010 3:50 pm
Forum: Support
Topic: How stable/resource hungry is Everything (Windows2003 Server
Replies: 3
Views: 8276

Re: How stable/resource hungry is Everything (Windows2003 Server

Depends how many files you have.

Less than 2 million you should be fine.
by void
Fri Jan 15, 2010 10:15 pm
Forum: Suggestions
Topic: Explain options on "Volumes" tab in help file/Wiki
Replies: 1
Views: 5328

Re: Explain options on "Volumes" tab in help file/Wiki

Write some further explanation concerning the options on the "Volumes" tab in the options window. I have updated http://support.voidtools.com/everything/Indexing to include a little more information about each option. Should it not work without the USN Logging Journal and just reading the...
by void
Fri Jan 15, 2010 9:56 pm
Forum: General
Topic: Include only folders when indexing
Replies: 0
Views: 8161

Include only folders when indexing

To index only folders: In "Everything", from the Tools menu, click Options . Click the Exclude tab. Make sure Enable exclude list is checked. Click Add Filter . Make sure Exclude is checked. Type in * for the filter . Make sure Apply to Files only is checked. Click OK. Click OK.
by void
Fri Jan 15, 2010 9:31 pm
Forum: Support
Topic: SOLVED Doesn't find filenames with upper case letters?
Replies: 4
Views: 8432

Re: SOLVED Doesn't find filenames with upper case letters?

Maybe you accidentally pressed the match case keyboard shortcut Ctrl + Q.
by void
Fri Jan 15, 2010 8:40 pm
Forum: Support
Topic: SOLVED Doesn't find filenames with upper case letters?
Replies: 4
Views: 8432

Re: Doesn't find filenames with upper case letters?

Does searching for Big Sky find any results?

Do you have match case enabled from the search menu?
by void
Thu Jan 14, 2010 1:45 am
Forum: Bug report
Topic: the * bug in everything software
Replies: 3
Views: 7777

Re: the * bug in everything software

Using regex: * Matches the preceding element zero or more times. For example, ab*c matches "ac", "abc", "abbbc", etc. [xyz]* matches "", "x", "y", "z", "zx", "zyx", "xyzzy", and so on. \(ab\)* matches...
by void
Wed Jan 13, 2010 8:40 pm
Forum: Development, plugins and third party software
Topic: 64bit
Replies: 1
Views: 11203

Re: 64bit

only 32bit libraries are supported.

I have added supported 64bit libraries to my "Things to do" list.
by void
Tue Jan 12, 2010 8:39 pm
Forum: Bug report
Topic: the * bug in everything software
Replies: 3
Views: 7777

Re: the * bug in everything software

Code: Select all

*.
is a special search that will only match files with no extension.

What results were you expecting?
by void
Mon Jan 11, 2010 8:48 pm
Forum: Support
Topic: Win2000 support in Alphas beyond 442a?
Replies: 1
Views: 5510

Re: Win2000 support in Alphas beyond 442a?

This has been fixed for the next release of "Everything".

I also have plans to add support for Windows 95/98/98SE for the next release.
You will need to use the custom file lists to index volumes in 95/98/98se.
by void
Mon Jan 11, 2010 9:08 am
Forum: Suggestions
Topic: recent changes toolbar
Replies: 1
Views: 5587

Re: recent changes toolbar

Added to my "Things to do" list.
by void
Mon Jan 11, 2010 8:20 am
Forum: Support
Topic: database is not saved on shutdown
Replies: 6
Views: 11827

Re: database is not saved on shutdown

"Everything" saves changes to the Everything.db file after WM_QUIT has been received.

Please note that "Everything" does not save changes to the database if you run it in debug mode.
by void
Thu Jan 07, 2010 1:02 pm
Forum: Bug report
Topic: ctrl++ Text Size Increase does not work always
Replies: 1
Views: 5978

Re: ctrl++ Text Size Increase does not work always

Ctrl + Numpad + in the result list auto sizes the columns.
Ctrl + Numpad + in the search edit increases the text size.

This will be customizable in the next release of "Everything".
by void
Wed Jan 06, 2010 11:26 pm
Forum: Support
Topic: HTTP Server
Replies: 1
Views: 6092

Re: HTTP Server

I would recommend running multiple instances of "Everything". Create another instance of "Everything", for example: Everything.exe -instance HTTP Setup which files and folders you wish to include or exclude from the exclude options for the HTTP instance. See -instance and Indexin...
by void
Wed Jan 06, 2010 11:22 pm
Forum: Support
Topic: Show Search Results from External Drives when Off
Replies: 2
Views: 6165

Re: Show Search Results from External Drives when Off

You will be able to index files for offline use in the next release of "Everything".
by void
Wed Jan 06, 2010 7:58 am
Forum: Bug report
Topic: Problematic characters in RegEx
Replies: 1
Views: 6055

Re: Problematic characters in RegEx

Only ASCII characters are supported when regex is enabled.

Unicode regex support is on my "Things to do" list.
by void
Mon Jan 04, 2010 11:27 pm
Forum: Bug report
Topic: hotkey bug
Replies: 1
Views: 5568

Re: hotkey bug

Windows NT4 and Windows 2000/XP: The F12 key is reserved for use by the debugger at all times, so it should not be registered as a hot key. Even when you are not debugging an application, F12 is reserved in case a kernel-mode debugger or a just-in-time debugger is resident.
by void
Mon Jan 04, 2010 6:54 am
Forum: Off-topic discussion
Topic: Mounting split files
Replies: 3
Views: 25977

Re: Mounting split files

Well, mounting as a virtual file is the simplest option I guess
I think so too.
This would be easier to accomplish on linux, right?
Yes.
by void
Mon Jan 04, 2010 6:52 am
Forum: General
Topic: Search in Text/html files
Replies: 18
Views: 54703

Re: Search in Text/html files

I have plans to add optional file content indexing in a future release of "Everything".
by void
Mon Jan 04, 2010 6:50 am
Forum: Suggestions
Topic: Place filter panel on the left side
Replies: 1
Views: 5427

Re: Place filter panel on the left side

I am considering the option to show a folder tree panel view similar to Windows Explorer.
by void
Mon Jan 04, 2010 6:45 am
Forum: Suggestions
Topic: DELETED FILES?
Replies: 2
Views: 6989

Re: DELETED FILES?

Deleted files are stored in the mft, until re-allocated.

I will consider the option to show deleted files and locked files.
by void
Mon Jan 04, 2010 6:42 am
Forum: Support
Topic: Slow Start in Windows 7
Replies: 14
Views: 20284

Re: Slow Start in Windows 7

Please try the following: Disable Start on system startup in "Everything" from the option window. Restart your computer. Run "Everything" in debug mode. To run "Everything" in debug mode: Run Everything.exe with the -debug command line option Everything.exe -debug What ...
by void
Sun Jan 03, 2010 1:24 am
Forum: Support
Topic: Slow Start in Windows 7
Replies: 14
Views: 20284

Re: Slow Start in Windows 7

"Everything" is re-indexing every time you restart it. "Everything" will re-index when one of the follow happens: Too many file system changes occurred. Please increase your USN Journal maximum size to at least 32768 KB. To change the USN Change Journal maximum size: In "Eve...
by void
Sun Jan 03, 2010 1:06 am
Forum: Support
Topic: It just dosen't work
Replies: 6
Views: 10564

Re: It just dosen't work

09-12-31 7:32:30 PM: Everything 1.2.1.371: d:\dev\everything\src\mu.h(534): mu::OpenVolume(): CreateFileW(): GetLastError(): 5: Failed to open volume \\.\C: "Everything" does not have administrator privileges. Please make sure "Everything" has administrative privileges. You will...
by void
Sun Jan 03, 2010 1:02 am
Forum: Suggestions
Topic: Search locally and on ETP server simultaneously
Replies: 3
Views: 7712

Re: Search locally and on ETP server simultaneously

I have implemented the option to include any folder (network share) for the next release of "Everything".
by void
Wed Dec 30, 2009 11:25 pm
Forum: Support
Topic: Crashing while not searching
Replies: 9
Views: 14378

Re: Crashing while not searching

Some menu items do not work, and the list tab does nothing.

You would be better off sticking with the alpha.
by void
Wed Dec 30, 2009 12:13 am
Forum: Support
Topic: Crashing while not searching
Replies: 9
Views: 14378

Re: Crashing while not searching

The latest alpha version should fix these issues.
I love the program and am happy to try the beta - but will I just be getting new problems?
The alpha version is stable, however, there are some incomplete features.
by void
Wed Dec 30, 2009 12:03 am
Forum: General
Topic: Security of network drive
Replies: 1
Views: 7203

Re: Security of network drive

Unfortunately, No.

It is not possible to include another computer's Everything.db yet.

You will be able to include another computer's Everything.db in your local index for the next release of "Everything".
by void
Tue Dec 29, 2009 12:14 am
Forum: Support
Topic: Folder Search Is Highlighted, Don't Want It To Be
Replies: 7
Views: 10199

Re: Folder Search Is Highlighted, Don't Want It To Be

Fixed for the next release of "Everything".

-filename, -path and -parentpath will move the cursor to the end of the search string and no longer highlight the text.
-search will highlight the text.
by void
Mon Dec 28, 2009 1:52 pm
Forum: Support
Topic: How to use an old DB?
Replies: 1
Views: 5420

Re: How to use an old DB?

Please see Option to freeze database for viewing an old database.
by void
Sun Dec 27, 2009 11:15 pm
Forum: General
Topic: Using "Everything" as a program launcher?
Replies: 7
Views: 19683

Re: Using "Everything" as a program launcher?

You can set a keyboard shortcut to a custom filter with the latest alpha release of "Everything" . To set a keyboard shortcut to a custom filter: In " Everything ", from the Tools menu, click Options . Click the Keyboard tab. Type in filter for Show commands containing . Locate t...
by void
Sun Dec 27, 2009 11:02 pm
Forum: Support
Topic: How just to force Everything to create a DB and exit?
Replies: 11
Views: 17799

Re: How just to force Everything to create a DB and exit?

I will improve the option to create the DB and exit for the next release of "Everything".
by void
Sun Dec 27, 2009 2:29 am
Forum: Support
Topic: It just dosen't work
Replies: 6
Views: 10564

Re: It just dosen't work

Are there any errors reported in the Errorlog.txt file in your "Everything" installation folder?
by void
Sun Dec 27, 2009 1:04 am
Forum: General
Topic: Using "Everything" as a program launcher?
Replies: 7
Views: 19683

Re: Using "Everything" as a program launcher?

You will need to do two separate searches.

Code: Select all

"C:\Dokumente und Einstellungen\Verwaltung\Startmenü\" Word
and

Code: Select all

"C:\Dokumente und Einstellungen\All Users\Startmenü\"  Word
by void
Sun Dec 27, 2009 12:02 am
Forum: Support
Topic: How just to force Everything to create a DB and exit?
Replies: 11
Views: 17799

Re: How just to force Everything to create a DB and exit?

The Everything.ComputerName.UserName.db file is created in the same location as your Everything.exe. You can change the location of the db with the -db command line option or the db_location settting in the Everything.ini. It is currently not possible to change the database file name. Is it possible...
by void
Sat Dec 26, 2009 12:38 am
Forum: Off-topic discussion
Topic: Mounting split files
Replies: 3
Views: 25977

Re: Mounting split files

Mounting the split files as a virtual file/drive is possible.

AFAIK, merging the two mft entries would only be possible if the first file is aligned to the NTFS allocation unit size (4096 bytes by default).
by void
Fri Dec 25, 2009 10:05 pm
Forum: Suggestions
Topic: Manual resort option?
Replies: 10
Views: 13802

Re: Manual resort option?

You might like the prototype multiple file renamer now. It is available from: http://www.voidtools.com/rename.zip You will need to drag drop the files you wish to rename onto the app. Adjust the new format to your needs and click Rename. The pattern matching needs to be improved before I add this to...
by void
Fri Dec 25, 2009 9:59 pm
Forum: Suggestions
Topic: ssh support
Replies: 1
Views: 5399

Re: ssh support

I plan to make the FTP/ETP and HTTP servers open source plugins in the future.
I will consider adding SSH when this occurs..
by void
Fri Dec 25, 2009 9:51 pm
Forum: General
Topic: Using "Everything" as a program launcher?
Replies: 7
Views: 19683

Re: Using "Everything" as a program launcher?

You might like to try the latest alpha release of "Everything" . With the latest alpha release you can sort by run frequency. Files and folders that you run more often will appear at the top of the result list. You can right click a file or folder to change its run frequency. Pressing Ente...
by void
Fri Dec 25, 2009 7:23 am
Forum: Bug report
Topic: -config switch requires relative path
Replies: 2
Views: 9269

Re: -config switch requires relative path

Absolute paths for the -config command line option has been fixed for the next release of "Everything".
by void
Fri Dec 25, 2009 7:19 am
Forum: Support
Topic: Everything Always started Minimized !
Replies: 2
Views: 6485

Re: Everything Always started Minimized !

Right click the "Everything" shortcut.

Make sure that Run is set to Normal Window.

Make sure there is no -startup parameter specified in the target.
by void
Fri Dec 25, 2009 7:17 am
Forum: Bug report
Topic: SDK Everything_Query hangs with large result set
Replies: 3
Views: 7534

Re: SDK Everything_Query hangs with large result set

I have been unable to re-produce this error. Are there any errors reported in the Errorlog.txt file in your Everything installation folder? Try running "Everything" in debug mode. To run "Everything" in debug mode: Run Everything.exe with the -debug command line option: Everythin...