Custom Query (518 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (94 - 96 of 518)

Ticket Owner Reporter Resolution Summary
#145 Gregg Young Gregg Young fixed Compare directories enhancements
Description

Add the option to compare subdirectories to the original selection. Also allow selection of a snapshot file at original selection.

#148 Gregg Young fixed Reduce DosSleep times to speed code
Description

DosSleep?(x) > 1000; x = x/10 DosSleep?(x) < 1000 & > 100; x = 100 DosSleep?(x) < 100 & > 10; x = x/2 DosSleep?(x) < 10; x = x

#150 John Small John Small fixed Fix save/restore of non-default directory container details view settings
Description

FM/2 allows one to set details view settings which are specific to a particular directory container. And these settings are saved in the INI file and restored when FM/2 is restarted.

1) There are bugs in this code 2) Only one set of container-specific Details view settings are saved. So if more than one directory container has been customized, only one set of these customizations is saved. When FM/2 is restarted and the directory containers are restored, this one set of customizations is applied to every container.

Note: See TracQuery for help on using queries.