abstract classcamembert::FileSpaceBase

sys::Obj
  camembert::BaseSpace
    camembert::FileSpaceBase

FileSpaceBase

fileMatches

Source

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

Source

virtual override Item[] findGotoMatches(Str text)

Default impl, is to look by file name Could be slow in giant file trees (100k files +)

icon

Source

virtual override Image icon

make

Source

new make(Frame frame, File dir, Int navWidth := 250, Image? icon := null)

match

Source

virtual override Int match(FileItem item)

Source

virtual override Nav? nav

saveSession

Source

virtual override Str:Str saveSession()

view

Source

virtual override View? view