Commit dd54722
committed
Support FileAbstractSelectionDialog
Answer file names for the fileList.
Pretend to be under the FileDirectory root because otherwise
the dialog will loop endlessly until it finds this root. This is
because FSPath>>parent answers self if the path is the root
already. And the root paths are not the same as the
FileDirectory root.1 parent e7fb87d commit dd54722
File tree
4 files changed
+7
-2
lines changed- src/FS-FileDirectory-Adapters.package
- FSFileDirectoryAdapter.class
- instance
- FSFileDirectoryEntryAdapter.class
- instance
4 files changed
+7
-2
lines changedsrc/FS-FileDirectory-Adapters.package/FSFileDirectoryAdapter.class/instance/containingDirectory.st
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
0 commit comments