abstract classcamembert::FileSpaceBase
sys::Obj camembert::BaseSpace camembert::FileSpaceBase
FileSpaceBase
- fileMatches
File[] fileMatches(Str text, Str[]? exts := null, Bool excludeDirs := true)
find files with matching names if exts is not null only matches files with NOT matching extension
- findGotoMatches
virtual override Item[] findGotoMatches(Str text)
Default impl, is to look by file name Could be slow in giant file trees (100k files +)
- icon
virtual override Image icon
- make
new make(Frame frame, File dir, Int navWidth := 250, Image? icon := null)
- match
virtual override Nav? nav
- saveSession
- view
virtual override View? view