AnantLabs / sharpfile

Automatically exported from code.google.com/p/sharpfile
2 stars 1 forks source link

Enhancement for dropdown drive #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I click to the dropdown drive, will be usefull to have 

Thedriveletter - Nameofthedrive - %totalspace (human readable) - %
freespace (human readable)

Original issue reported on code.google.com by Marc.GIR...@gmail.com on 14 May 2008 at 7:12

GoogleCodeExporter commented 9 years ago
Can't change the type of the issue to enhancement !!!!

Original comment by Marc.GIR...@gmail.com on 14 May 2008 at 7:32

GoogleCodeExporter commented 9 years ago
Add label as DisplayName in r468. Add FreeSpace property and update Common to 
fix a
bug with multiple replacements in GetHumanReadable method in r469.

You can change the DriveFormatTemplate for both panels to something like the
following for what you are looking for (I think):
<DriveFormatTemplate Template="{Name} - {DisplayName} - {Size} - {FreeSpace}">
  <FullyQualifiedMethod Name="GetHumanReadableSize">
    <FullyQualifiedType Assembly="Common" Type="Common.General" />
  </FullyQualifiedMethod>
</DriveFormatTemplate>

Original comment by longueur...@gmail.com on 10 Jun 2008 at 2:49

GoogleCodeExporter commented 9 years ago
Thanks It works very well.
You can close this issue

Original comment by Marc.GIR...@gmail.com on 11 Jun 2008 at 7:09

GoogleCodeExporter commented 9 years ago
Closing.

Original comment by longueur...@gmail.com on 13 Jun 2008 at 2:18