Objects not listed in file list

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
mattias
Posts: 2
Joined: Mon Jun 01, 2015 9:11 am

Objects not listed in file list

Post by mattias »

The past few days I've had the following problem:

Image

That is, I search for something, the status bar says "1 object" (or the amounts of object fitting the search), but the list of files remains empty. Does anyone have a solution to this problem?
void
Developer
Posts: 16669
Joined: Fri Oct 16, 2009 11:31 pm

Re: Objects not listed in file list

Post by void »

Thanks for the screen shot, it makes it easy to identify the issue.

The name column is too long, please try:
  • Completely Exit Everything
  • Open your %APPDATA%\Everything\Everything.ini
  • Remove the following lines:

    Code: Select all

    name_column_pos=0
    name_column_width=446
    path_column_visible=1
    path_column_pos=1
    path_column_width=387
    size_column_visible=1
    size_column_pos=2
    size_column_width=96
    extension_column_visible=0
    extension_column_pos=3
    extension_column_width=96
    type_column_visible=0
    type_column_pos=4
    type_column_width=96
    last_write_time_column_visible=1
    last_write_time_column_pos=3
    last_write_time_column_width=99
    creation_time_column_visible=0
    creation_time_column_pos=6
    creation_time_column_width=140
    date_accessed_column_visible=0
    date_accessed_column_pos=7
    date_accessed_column_width=140
    attribute_column_visible=0
    attribute_column_pos=4
    attribute_column_width=22
    date_recently_changed_column_visible=0
    date_recently_changed_column_pos=6
    date_recently_changed_column_width=96
    run_count_column_visible=0
    run_count_column_pos=5
    run_count_column_width=96
    date_run_column_visible=0
    date_run_column_pos=7
    date_run_column_width=140
    file_list_filename_column_visible=0
    file_list_filename_column_pos=12
    file_list_filename_column_width=96
    
  • Save changes and restart Everything.
Just out of curiosity, what are these settings values before you delete them?
mattias
Posts: 2
Joined: Mon Jun 01, 2015 9:11 am

Re: Objects not listed in file list

Post by mattias »

Thanks a lot - it did help! The settings before were as follows:

Code: Select all

name_column_pos=3
name_column_width=0
path_column_visible=1
path_column_pos=0
path_column_width=0
size_column_visible=1
size_column_pos=1
size_column_width=0
extension_column_visible=0
extension_column_pos=3
extension_column_width=96
type_column_visible=0
type_column_pos=4
Post Reply