-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ADDED: new FsSort.ts with different sort methods ADDED: headerRenderer method that displays sort indicator and resize indicator ADDED: localized header names UPDATED: added bDate (Stat.birthtime) property to Fs.File CLEANED-UP: moved node creation into separate method IMPROVED: Parent element is now added from the UI (FileTable) instead of Fs, this allows sorting files without using hacks for the ".." parent dir CLEANED-UP: removed ugly hacks for ".." in sort methods ADDED: new FSAPI.getParent() which returns the parent File WIPE: click on headerColumn to sort FIXED: headerRenderer didn't use columnData for sortMethod ADDED: new File.id property with inode/dev, this allows to keep track of selected file even if name/path has changed
- Loading branch information
1 parent
5f60796
commit c8349d8
Showing
15 changed files
with
340 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.