Page 1 of 1

Various little things

Posted: 12 Jun 2010 16:44
by jacky
Just a few little things I noticed upon upgrading :

- Config|General: option "Show item count" is disabled when "Show folder sizes in file list" isn't enabled, it shouldn't be (since it also applies to manual trigger Calculate FS)

- Previewed formats list: if one has as a manually added extension an extension that's also an XY internal one, it will be listed twice, both in marked color. That's a little odd, and wrong actually. Remove one, and the only one that remains cannot be removed (which makes sense) though it is still in marked color, which is (still) wrong.

- Also a bug that annoys someone a whole lot, as he is confronted with it pretty much at least once a day. Here's a quick way to reproduce it, with 9.20:

- Create those two folders:
D:\test\foo
D:\test\bar
- Go in D:\test and expand the Tree node. All good. Now collapse it, and go away from D:\Test (e.g. up to D:\)
- Run a script that will rename "foo", e.g: ::rename b, 'foo.OUT',, 'd:\test\foo';
- Go back to D:\test, the two folders (foo.OUT & bar)are on List, of course.
- Open the Tree node, and here you find "foo" & "bar" ! Because XY didn't update the Tree, not upon rename (even though, in this case, he clearly was aware of it), and not - as I've hoped/wished for in the past - when (re-)reading the folder (d:\test) for filling the List.

Now because this guy uses the Tree to navigate around, he's often confronted with folders that are either missing or "misnamed" which gets really annoying, as I'm sure you can understand, and leads him to believe XY can't really be trusted.

- Another bug that also annoys him(, and bothers me too on the rare occasion I stumble upon it). Go somewhere, select files using e.g. Ctrl+A or a selection Filter or draw a rectangle selection...
Now try to update the dates of those files from the IP|Properties. Yeah, you can't, it's blank, you gotta select a file on List first (and that even when there is, on List, a file both selected & focused).

Re: Various little things

Posted: 13 Jun 2010 13:38
by admin
All confirmed, agreed, and fixed resp. done. Thanks. :)

Re: Various little things

Posted: 14 Jun 2010 13:41
by zer0
jacky wrote:- Config|General: option "Show item count" is disabled when "Show folder sizes in file list" isn't enabled, it shouldn't be (since it also applies to manual trigger Calculate FS)
What does the part in bold (above) mean? :?

Also, instead of just counting the number of items, it would be good to provide a count of directories and files -- that would be a lot more meaningful. Caption format [10D/25F] would be quite nice without taking up a lot of space.

Re: Various little things

Posted: 14 Jun 2010 14:00
by admin
zer0 wrote:
jacky wrote:- Config|General: option "Show item count" is disabled when "Show folder sizes in file list" isn't enabled, it shouldn't be (since it also applies to manual trigger Calculate FS)
What does the part in bold (above) mean? :?

Also, instead of just counting the number of items, it would be good to provide a count of directories and files -- that would be a lot more meaningful. Caption format [10D/25F] would be quite nice without taking up a lot of space.
You stopped reading the change log? It's all in there... :wink:

Code: Select all

      Now it is also enabled if "Show folder sizes in file list" is OFF 
      because it also applies on View | Calculate Folder Sizes.

Code: Select all

    + List: Tweak to show folder counts (count of contained folders and 
      files) in the Size column:
        ShowFolderCounts=(value)
      Various formats can be selected through the value:
        0:                            = nothing
        1: [d:<folders>, f:<files>]
        2: [<items> item(s)]          = sum of folders + files
        3: [<files> file(s)]          = files only
Tweak is only applied if Show Item Count is OFF.

Re: Various little things

Posted: 14 Jun 2010 15:49
by zer0
Thanks, my bad (it's Monday! ;)). I prefer to read the help file and release note on the website :P