gmcclure382 / stexbar

Automatically exported from code.google.com/p/stexbar
0 stars 0 forks source link

Request: Restore selection after sorting #190

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. In Windows 7 Explorer Details view or any view, select some items in a 
folder.
2. From View menu on menu bar, sort by any criteria. Or if in Details view, 
sort by clicking the column header.
3. Notice how the selection is lost. All items get deselected.

Can StExBar fix this?

What is the expected output? What do you see instead?
Selected items should not be deselected after sorting.

What version of the product are you using? On what operating system?
1.8.3.352 on Windows 7 x64

Please provide any additional information below.
Adding selection preservation to StExBar should be possible, just intercept 
LVN_COLUMNCLICK, probe the current selection state, and then restore that state 
after the sort is done. Is this possible? :)

Original issue reported on code.google.com by xpclient...@gmail.com on 12 May 2012 at 12:57