AnantLabs / sharpfile

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

Time column show date column #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When I browse files in a directory time column show date column !!!

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
0.7

Please provide any additional information below.

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

GoogleCodeExporter commented 9 years ago
Needed, for working, to change GetDateTimeShortDateString to
GetDateTimeShortTimeString in settings.config and also in retriever.cs

          <Column Text="Time" Property="LastWriteTime" PrimaryColumn="false">
            <ExcludeForTypes>
              <FullyQualifiedType Assembly="SharpFile"
Type="SharpFile.IO.ChildResources.ParentDirectoryInfo" />
              <FullyQualifiedType Assembly="SharpFile"
Type="SharpFile.IO.ChildResources.RootDirectoryInfo" />
            </ExcludeForTypes>
            <FullyQualifiedMethod Name="GetDateTimeShortTimeString">
              <FullyQualifiedType Assembly="Common" Type="Common.General" />
              <Arguments />
            </FullyQualifiedMethod>
          </Column>

Original comment by Marc.GIR...@gmail.com on 12 May 2008 at 7:13

GoogleCodeExporter commented 9 years ago
idem for zipped files section

Original comment by Marc.GIR...@gmail.com on 12 May 2008 at 7:20

GoogleCodeExporter commented 9 years ago
Thanks for reporting this. The code in Retrievers.cs is only used if there is no
settings.config file. You can just update your settings.config file as you 
noted in
your first comment and everything should work out fine. 

I will get that fixed and update the downloads. Thanks for finding that :).

Original comment by longueur...@gmail.com on 13 May 2008 at 1:01

GoogleCodeExporter commented 9 years ago
Should be fixed now. Download links have been fixed, as well.

Original comment by longueur...@gmail.com on 13 May 2008 at 1:09