LIB/GTK: change DirTree again

we now have:
* AnchoredFile -- for representing a file with context
* File         -- for representing a file only

Both representations mean "file" in the broader sense, including
directories.
This commit is contained in:
2015-12-21 00:41:02 +01:00
parent 5bfea0db10
commit fe6145d5be
8 changed files with 157 additions and 136 deletions

View File

@@ -67,6 +67,7 @@ import qualified System.Posix.Files as PF
-- TODO: modify the DTZipper directly after file operations!?
-- TODO: file operations should be threaded and not block the UI
-- TODO: canonicalize paths?
-- |Data type describing an actual file operation that can be