gmcclure382 / stexbar

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

Multiple enhancements :) #117

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. Can you allow hiding the Options button entirely but right clicking on 
StExBar anywhere shows "Options" in a menu? Can we also hide the "StEx" 
label?
2. A button to toggle "Hidden files" like StExBar currently has "Show 
system files"?
3. Can we have 2 filter boxes? One for version 1.5.2-like behavior where 
entering e.g. *.jpg only selects the items and another for post 1.5.2 
behavior where entering *.jpg filters other items to show only *.jpg? Then 
I can also set one of the boxes to act as cmd replacement while having 1 
filter box always available. I love both the 1.5.2 filter box behavior and 
current one.
4. I have my own AutoHotkey to rename files which just gives the Explorer 
rename command instead of Advanced Rename. However, when I disable the 
built "Rename" command, I can't set the name of my own command to "Rename. 
Can you allow that if the built in one is disabled?
5. On Windows 7, the taskband position is not remembered. I know this is a 
Windows 7 Explorer bug (Explorer forces the RBBS_BREAK style for every 
band) but to combat that, the solution is to subclass the rebar control 
and force a specific value for the RBBS_BREAK style. We remember the state 
when the band is hidden (IDockingWindow::ShowDW is called with FALSE) so 
we can restore it correctly the next time Explorer is opened or the band 
is shown.

Original issue reported on code.google.com by xpclient...@gmail.com on 4 Mar 2010 at 8:05

GoogleCodeExporter commented 8 years ago
6. Sorry I forgot to add some more. The hotkey for the filter box (Ctrl+K) does 
not 
seem to work on Windows 7 (haven't tried Vista). Nor does any other key combo. 
The 
focus is not being set to the filter box with blinking cursor.
7. If I have set hidden and system files to show, filtering them with the 
filter box 
e.g. *.sys does not show them.

Original comment by xpclient...@gmail.com on 4 Mar 2010 at 8:58

GoogleCodeExporter commented 8 years ago

Original comment by tortoisesvn on 4 Mar 2010 at 7:43

GoogleCodeExporter commented 8 years ago
Totally agree with #1. I'd also like to be able to remove that and just right 
click
and see a menu popup, where I can choose "Options"

Original comment by jgordo...@gmail.com on 9 May 2010 at 4:17