martin wrote:
Sorry, I do not really understand. It seems that you refer to some view, where you see both the directory entry and entries for files inside the directory. Do you refer to Find dialog?
yeah i just tested it, let me explain as clear as possible, the current ordering listed by newest modification date as follow:
- model (dir)
- view (dir)
- controller (dir)
- helper (dir)
- example.php (file)
then i update one the files 'inside' the 'helper' directory ...
the order item didn't change at all, because it is ordered by the directory modification date rather than the subfolders item also.
what i expected is, it should be in this ordering:
- helper (dir) --> this turn to be the newest
- model (dir)
- view (dir)
- controller (dir)
- example.php (file)
with this i can notice directly the newest file that i should propragate to the remote server.
Thanks i hope that's quite clear :)