Search found 15078 matches

by void
Tue Mar 16, 2010 8:56 am
Forum: General
Topic: Should New Window Inherit Filter Setting?
Replies: 2
Views: 8692

Re: Should New Window Inherit Filter Setting?

The filter setting should be temporary.

I will consider making this an option, with new windows not inheriting the old windows filter settings by default.
by void
Sun Mar 14, 2010 12:56 am
Forum: Support
Topic: Can not search files name with "+"
Replies: 3
Views: 8435

Re: Can not search files name with "+"

Thanks for pointing out this bug.

Fixed for the next release of "Everything".
by void
Sat Mar 13, 2010 9:46 am
Forum: Support
Topic: First run of Everything takes 5mins scanning C:
Replies: 8
Views: 14891

Re: First run of Everything takes 5mins scanning C:

You may need to enable Ultra DMA Mode 5 from your BIOS.
by void
Sat Mar 13, 2010 9:43 am
Forum: Support
Topic: How to limit Regex to a particular drive?
Replies: 3
Views: 7674

Re: How to limit Regex to a particular drive?

You will be able to mix and match regex and non-regex expressions in the next release of "Everything".

You can test this now with the latest alpha release.

The following search should work with the alpha release, with regex and match path disabled:
c:\Users\ regex:^[xyz]*
by void
Fri Mar 12, 2010 8:20 am
Forum: Support
Topic: How to limit Regex to a particular drive?
Replies: 3
Views: 7674

Re: How to limit Regex to a particular drive?

Please enable Match Path from the Search Menu. Please try the following search: ^C:\\Users.*\\[xyz][^\\]* ^ = Match the start of the file name. C:\\Users = Match the path C:\Users (use \\ to escape a single \). .* = match any number of any character. \\[xyz] = match a file name starting with xyz. [^...
by void
Fri Mar 12, 2010 5:55 am
Forum: Bug report
Topic: Problem with *
Replies: 7
Views: 12292

Re: Problem with *

Include your search in double quotes to include the spaces. With out the spaces the search would be: E:\Projects\MM\fdtCONTAINER\trunk\Research\Scanning\Profibus\TestResults\Schneider\master AND *1.0.23.0\DTM___Se_MasterPrmDtm.DTMCore\ScanIdentRaw.txt With spaces: "E:\Projects\MM\fdtCONTAINER\t...
by void
Wed Mar 10, 2010 3:14 am
Forum: General
Topic: Auto close on launch
Replies: 1
Views: 7421

Re: Auto close on launch

You can make "Everything" close automatically after executing an item with Everything 1.2.1.371. To automatically close the search window after executing an item with "Everything" 1.2.1.371: Exit Everything Open your Everything.ini file in your "Everything" installation...
by void
Wed Mar 10, 2010 3:13 am
Forum: Support
Topic: First run of Everything takes 5mins scanning C:
Replies: 8
Views: 14891

Re: First run of Everything takes 5mins scanning C:

Please make sure your drives are in DMA transfer mode.

Please see Slow indexing for more information.
by void
Mon Mar 08, 2010 8:50 pm
Forum: Support
Topic: does not find partial name of supervideoconverter
Replies: 3
Views: 7314

Re: does not find partial name of supervideoconverter

You might have accidentally enabled match whole word (Ctrl + W).

To make sure match whole word is disabled:
  • In "Everything", from the Search menu, uncheck Match Whole Word.
by void
Wed Mar 03, 2010 8:47 pm
Forum: Suggestions
Topic: Backup
Replies: 1
Views: 5015

Re: Backup

I have implemented import and export for the exclude list for the next release of "Everything".

You can test this now with the latest alpha release of "Everything".
by void
Mon Mar 01, 2010 8:48 pm
Forum: Suggestions
Topic: Auto-close search window
Replies: 3
Views: 8376

Re: Auto-close search window

I would recommend disabling Allow multiple windows . To disable Allow multiple windows: In "Everything" , from the Tools menu, click Options . Uncheck Allow multiple windows . Click OK . I have improved multiple windows for the next release of "Everything". You might like to try ...
by void
Fri Feb 26, 2010 6:05 am
Forum: Bug report
Topic: everything doesn't find "notepad.exe" under VISTA
Replies: 1
Views: 6011

Re: everything doesn't find "notepad.exe" under VISTA

Some files in the windows folder are hardlinks and not physical files.

To determine if a file is a hardlink I would recommend the Link Shell Extension.

"Everything" will show only the original hardlinked file.
by void
Fri Feb 19, 2010 7:18 am
Forum: Bug report
Topic: Sort not working on ETP
Replies: 3
Views: 7445

Re: Sort not working on ETP

Implementing sorting for ETP results is on my "Things to do" list.

There are some issues I am aware of with the ETP client and 1.2.1.371.

These have been fixed for the next release of "Everything".

You might like to test this now with the latest alpha release.
by void
Thu Feb 18, 2010 1:57 am
Forum: Bug report
Topic: File path parsing error with an external file manager
Replies: 7
Views: 15187

Re: File path parsing error with an external file manager

The ) is indeed terminating the exec term prematurely.

Added to my "Things to fix" list...
by void
Thu Feb 18, 2010 1:53 am
Forum: General
Topic: New external hard drive is automatically searched?
Replies: 1
Views: 7378

Re: New external hard drive is automatically searched?

The only possible way with 1.2.1.371 would be to edit the Everything.ini file and change the check_media settings for each volume For example, make the following changes to ignore new volumes (Keep any currently attached volumes set to 1). check_media_A=0 check_media_B=0 check_media_C=1 check_media_...
by void
Wed Feb 17, 2010 8:49 pm
Forum: Bug report
Topic: File path parsing error with an external file manager
Replies: 7
Views: 15187

Re: File path parsing error with an external file manager

Please make sure you keep the double quotes around your external file manager.
by void
Wed Feb 17, 2010 8:39 pm
Forum: Suggestions
Topic: Quick view of volumes being searched
Replies: 2
Views: 6195

Re: Quick view of volumes being searched

Please try using the following search to see which volumes are included:

Code: Select all

:
by void
Tue Feb 16, 2010 6:47 am
Forum: Suggestions
Topic: Double-Click Path to Execute Program
Replies: 2
Views: 6192

Re: Double-Click Path to Execute Program

I have implemented the option to double click in the path column to open the selected file or folders path for the next release of "Everything". You can test this now with the latest alpha release of "Everything" . To enable double clicking in the path column: In " Everythin...
by void
Tue Feb 16, 2010 6:33 am
Forum: Support
Topic: A string of gibberish when I search "My Computer"
Replies: 2
Views: 6683

Re: A string of gibberish when I search "My Computer"

When you click Search "Everything"... from My Computer Windows passes a empty path. "Everything" also handles empty strings in the command line incorrectly. I have improved the handling of empty strings for the next release. I have added support right clicking My Computer to my &...
by void
Tue Feb 16, 2010 6:27 am
Forum: Suggestions
Topic: Search network drives
Replies: 1
Views: 5436

Re: Search network drives

I am currently implementing custom file lists..

Custom file lists will make indexing network drives a lot easier...
by void
Tue Feb 16, 2010 6:25 am
Forum: Suggestions
Topic: the address text should have a history list
Replies: 1
Views: 4974

Re: the address text should have a history list

Search history has been implemented for the next release.
The option to open "Everything" from a single click from the tray icon has also been implemented for the next release.

You can test this now with the latest alpha release.
by void
Fri Feb 12, 2010 4:34 am
Forum: Support
Topic: usb external harddrive not recognized?
Replies: 2
Views: 7587

Re: usb external harddrive not recognized?

1.2.1.371 is the latest official release. 1.2.1.451a is the latest alpha release. 452a is an unofficial alpha release with some memory alignment changes. Update notifications will only work for official releases. Are your USB drives NTFS or FAT32? "Everything" will only index NTFS volumes....
by void
Fri Feb 12, 2010 4:31 am
Forum: Bug report
Topic: Bug with Excel files in Version 1.2.1.451a
Replies: 4
Views: 9726

Re: Bug with Excel files in Version 1.2.1.451a

The problem is caused by starting an application with execute in a separate thread enabled. To disable execute in a separate thread: In " Everything ", from the Tools menu, click Options . Click the View tab. In the Advanced Settings , under the General folder, uncheck Execute in a separat...
by void
Fri Feb 12, 2010 1:18 am
Forum: General
Topic: "Everything" version 1.2.1.451a
Replies: 48
Views: 208094

Re: "Everything" version 1.2.1.451a

When I double click or press enter over an image, the windows image viewer(the default image viewer of the windows) close and open. This make the operation slow." I forgot to say: in the Everything-1.2.1.371.exe, the problem did not occur. In this version, the image viewer did not close before...
by void
Tue Feb 09, 2010 6:15 am
Forum: Support
Topic: usb external harddrive bug?
Replies: 6
Views: 11113

Re: usb external harddrive bug?

As suspected, the file system is corrupt. You can see from the debug output all your folders are missing parent folders. I would recommend you Make a backup of the drive. Run Check Disk. Make sure you make a backup first as Check Disk will most likely mangle your folder names and file names. To run ...
by void
Tue Feb 09, 2010 6:08 am
Forum: Support
Topic: Running Everything without administrator privileges in XP
Replies: 5
Views: 27616

Re: Running Everything without administrator privileges in XP

"Everything" requires administrative privileges for low level access to volumes.
by void
Mon Feb 08, 2010 6:37 am
Forum: General
Topic: "Everything" version 1.2.1.451a
Replies: 48
Views: 208094

Re: "Everything" version 1.2.1.451a

I wish to ask if its possible to avoid this behavior, perhaps by allowing the search to go on/keeping the program responsive while the indexing is going on and/or reveal the results as they become available in the database? The only possible way with 1.2.1.371 would be to edit the Everything.ini fi...
by void
Mon Feb 08, 2010 6:28 am
Forum: Suggestions
Topic: Things to do (TODO)
Replies: 127
Views: 2180564

Re: Things to do

I think that would be great if put buttons for active and deactivate volumes. "Everything" will need to rescan all volumes if you make any changes to which volumes are included. It might be easier and faster to use the NOT operator (!) to exclude a folder from your search. For example, to...
by void
Mon Feb 08, 2010 6:21 am
Forum: Suggestions
Topic: New File Type for Saved Searches Support + Win7 Jump Lists
Replies: 2
Views: 6674

Re: New File Type for Saved Searches Support + Win7 Jump Lists

It might be easier to do this with shortcuts? You can specify the start-up search string in the "Everything" shortcut with the -search command line option. To change the search string when opening "Everything" from a shortcut: Right click the shortcut . Click Properties Change th...
by void
Mon Feb 08, 2010 6:15 am
Forum: Suggestions
Topic: integrate Everything as desktop bar search field
Replies: 2
Views: 6445

Re: integrate Everything as desktop bar search field

Finishing the "Everything" deskband is on my "Things to do" list.
by void
Mon Feb 08, 2010 6:09 am
Forum: Suggestions
Topic: Add custom tasks to context menu
Replies: 4
Views: 7057

Re: Add custom tasks to context menu

The option to customize the context menus is on my "Things to do" list.

Thanks for your suggestion.
by void
Mon Feb 08, 2010 6:04 am
Forum: Support
Topic: usb external harddrive bug?
Replies: 6
Views: 11113

Re: usb external harddrive bug?

Please try the following: To launch "Everything" in debug mode: Exit "Everything". From the Start menu, Click Run . Enter: cmd Enter: cd "C:\program files\Everything" Enter: everything.exe -debug To copy the text in the debug console: Right click the console title bar ....
by void
Mon Feb 08, 2010 6:00 am
Forum: Support
Topic: Trash filter
Replies: 9
Views: 18527

Re: Trash filter

Keep in mind the ext: command does not support wildcards. Use < and > to group boolean operations. Please try the following: \Windows\Temp\ | <<ext:---;###;$$$;$db;$sa;@@@;___;_dd;_detmp;_dump;_mp;aps;bac;bak;bk;chk;cpy;dao;db$;diz;dmp;err;errorlog;fic;fnd;ftg;fts;gid;ilk;lo_;log;mch;MS;nav;ncb;nch;...
by void
Mon Feb 08, 2010 2:00 am
Forum: Support
Topic: Excluding folders _vti*
Replies: 4
Views: 9195

Re: Excluding folders _vti*

Please try creating the two following filters (applies to 1.2.1.371): Add Filter : Set Type to Exclude . Set the Filter to _vti* Set Apply To to Files and folders . Click OK . Add Filter : Set Type to Exclude . Set the Filter to *\_vti*\* Set Apply To to Files and folders . Click OK . With the lates...
by void
Sat Feb 06, 2010 10:52 pm
Forum: Support
Topic: Trash filter
Replies: 9
Views: 18527

Re: Trash filter

You can use an exclamation mark (!) prefix to exclude a search term.

For example, to exclude C:\windows

Code: Select all

!C:\windows\
Please see the "Everything" Search Syntax for more information.
by void
Fri Feb 05, 2010 10:40 am
Forum: Off-topic discussion
Topic: Is View active topics Not Working?
Replies: 2
Views: 23616

Re: Is View active topics Not Working?

Needed to re-enable active topics with the phpbb 3.0.6 upgrade.
by void
Fri Feb 05, 2010 10:34 am
Forum: Support
Topic: Trash filter
Replies: 9
Views: 18527

Re: Trash filter

Please try:

Code: Select all

*.*~|*.?$?|*.??$|*.?~?|*.^*|*.bak|*.err|*.log|*.old|*.temp|*.tmp|*~tmp.*
Unfortunately, wildcards do not work with the ext: command.
by void
Fri Feb 05, 2010 8:43 am
Forum: Support
Topic: usb external harddrive bug?
Replies: 6
Views: 11113

Re: usb external harddrive bug?

It appears "Everything" is indexing this volume. However, there maybe some orphaned files and folders due to a damaged file system. You can confirm this by building a fresh database in debug mode. To rebuild the database in debug mode: Exit "Everything" completely. Delete your Ev...
by void
Fri Feb 05, 2010 8:14 am
Forum: Bug report
Topic: Crash while sorting
Replies: 3
Views: 8325

Re: Crash while sorting

Sorry the bug is still present in 451a.

The current alpha release is still 451a.

Fixed for the next release of "Everything".
by void
Wed Feb 03, 2010 10:27 am
Forum: Bug report
Topic: Problem with New window hotkey + German keyboard
Replies: 2
Views: 9666

Re: Problem with New window hotkey + German keyboard

This is a limitation with the Windows HotKey API.

Alt Gr maps to Ctrl + Alt (with no distinguation between left and right Alt/Ctrl).

I am considering the option to ignore the hotkey press if the Right Alt (Alt Gr) key was used.
However, this is not 100% accurate.
by void
Wed Feb 03, 2010 9:52 am
Forum: Bug report
Topic: Bug with Excel files in Version 1.2.1.451a
Replies: 4
Views: 9726

Re: Bug with Excel files in Version 1.2.1.451a

I have been unable to reproduce the problem here (Win XP SP2 + Office 2003).

What is displayed in the debug console when opening an Excel file where Excel is already open?
by void
Mon Feb 01, 2010 1:52 am
Forum: General
Topic: Solution for Linux/ext3
Replies: 6
Views: 16264

Re: Solution for Linux/ext3

This will be possible with the upcoming custom file list support.
However, indexing will be slow and you will need to manually update the indexes.

I will consider implementing native Linux/ext3 support.
by void
Mon Feb 01, 2010 1:46 am
Forum: General
Topic: "Everything" version 1.2.1.451a
Replies: 48
Views: 208094

Re: "Everything" version 1.2.1.451a

I am currently still improving custom file lists, rewriting search history and improving the toolbars.

Will have an another alpha once that is done.

I would still like to add color/font customization before a beta / official release.
by void
Mon Feb 01, 2010 1:43 am
Forum: Suggestions
Topic: Lite version - without networking functions
Replies: 2
Views: 6231

Re: Lite version - without networking functions

I have plans to convert the ETP/FTP/HTTP servers to optional plugins in a future release of "Everything".
by void
Sun Jan 31, 2010 8:49 pm
Forum: Bug report
Topic: Crash while sorting
Replies: 3
Views: 8325

Re: Crash while sorting

Fixed for the next release of "Everything".

You can test this now with the latest alpha release.
by void
Sun Jan 31, 2010 8:44 pm
Forum: Support
Topic: Custom assignment for mouse and keyboard buttons do not work
Replies: 17
Views: 21183

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

"Everything" requires administrative privileges for low level access to volumes.
by void
Fri Jan 29, 2010 11:31 pm
Forum: Support
Topic: Custom assignment for mouse and keyboard buttons do not work
Replies: 17
Views: 21183

Re: Custom assignment for mouse and keyboard buttons do not

The problem is caused by "Everything" having administrative privileges and your mouse/keyboard software having limited privileges.

Applications run from "Everything" will also have administrative privileges.
by void
Fri Jan 29, 2010 8:23 am
Forum: Support
Topic: Slow indexing
Replies: 1
Views: 6814

Slow indexing

Please make sure all your volumes are currently in DMA transfer mode. To check if your volumes are currently in DMA transfer mode: Right click My Computer. Click Properties. Click the Hardware tab. Click Device Manager. Open IDE ATA/ATAPI controllers. Right click Primary IDE Channel. Click Propertie...
by void
Fri Jan 29, 2010 8:18 am
Forum: Suggestions
Topic: Indicate the state of Path Search on the status bar
Replies: 1
Views: 5215

Re: Indicate the state of Path Search on the status bar

I have added the state of Match Case, Whole Word, Path, Regex, ETP, HTTP, filters and recent changes to the status bar.

You can test this now with the latest alpha release.
by void
Fri Jan 29, 2010 2:28 am
Forum: Development, plugins and third party software
Topic: Req: Browser Plugin
Replies: 2
Views: 21142

Re: Req: Browser Plugin

I have added URL Protocol support to "Everything" for the next release. The following will be supported: ES: URL Protocol (ES is short for Everything Search). Install URL Protocol from installer (disabled by default). Install/Uninstall URL Protocol from within "Everything". -inst...