sahwar / 7plus

Automatically exported from code.google.com/p/7plus
1 stars 0 forks source link

hidden files folders toggle #194

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
7plus version 2.1.0 on windows xp
I added a hotkey sequence for toggling hidden files and folders in explorer.
<Event>
<Actions>
<Action>
<Action>Toggle show hidden files</Action>
<Type>ViewMode</Type>
</Action></Actions>
<Category>Explorer</Category>
<Conditions>
<Condition>
<Compare>${P}${Class}</Compare>
<Negate>0</Negate>
<Operator>matches regular expression</Operator>
<Type>If</Type>
<With>(CabinetWClass|ExploreWClass|WorkerW|Progman)</With>
</Condition></Conditions>
<DeleteAfterUse>0</DeleteAfterUse>
<DisableAfterUse>0</DisableAfterUse>
<Enabled>1</Enabled>
<ID>980</ID>
<Name>tri - toggle hidden files</Name>
<OneInstance>0</OneInstance>
<Trigger>
<Key>^!H</Key>
<Type>Hotkey</Type>
</Trigger>
</Event>
After pressing the hotkey, explorer flicker but hidden files and folders 
display remain unchanged.  I try refresh explorer, close and open it, change 
directory, none of them work.  It works only when after pressing the hotkey, go 
to Tools->Folder Options->View, wait a second then explorer refresh to 
show/hide hidden files.

Original issue reported on code.google.com by tri...@gmail.com on 5 Nov 2010 at 1:24

GoogleCodeExporter commented 8 years ago
I have not tested it under XP yet, but on Win7 32bit it is working. I will test 
it in a virtual machine later.

Original comment by fragman@gmail.com on 5 Nov 2010 at 1:28

GoogleCodeExporter commented 8 years ago
Will be available in next version.

Original comment by fragman@gmail.com on 19 Dec 2010 at 8:58