"focus view" parameter relationships and dependencies

Discussion related to "Everything" 1.5.
Post Reply
pein0saga
Posts: 12
Joined: Thu Mar 08, 2012 11:00 am

"focus view" parameter relationships and dependencies

Post by pein0saga »

Can we draw a treeview picture to sort out the relationships and dependencies between each other ? Sometimes we we to change serveral parameters to correct value at one time or nothing will change. :?

At first time, I just want to change bring_result_focus_into_view_on_sort action but got nothing result. Finally, I checked every parameter and at last I find the show_focus_on_search=0 to make everything work. :o

Code: Select all

show_focus_on_search=0

selection_focus_first=0

select_search_on_focus_mode=1

bring_into_view=0

bring_result_focus_into_view_on_activate=0

bring_result_focus_into_view_on_focus=0

bring_result_focus_into_view_on_sort=0

keep_result_focus_in_view=0

clear_focus_on_search=1

clear_was_result_focus_in_view_on_file_operation=1
Post Reply