mixincamembert::Space
camembert::Space
Work space
- compare
- curFile
- abstract File? curFile()- Return active file for this space 
- curFileItem
- virtual FileItem? curFileItem()
- dis
- abstract Str dis()- Display name 
- findGotoMatches
- virtual Item[] findGotoMatches(Str text)- Find matches for the Goto command 
- goto
- abstract Void goto(FileItem? item)- Go to the given item. (in Editor & Nav) If null, refresh current item 
- icon
- abstract Image icon()- Icon 
- match
- abstract Int match(FileItem item)- If this space can handle view of the given item, then return is match priority or zero if it cannot handle the item. File space returns 10 
- abstract Nav? nav
- plugin
- abstract Str? plugin- Plugin responsibe for this space 
- refresh
- virtual Void refresh()- refresh the current space (nav, view, etc..) 
- root
- virtual File? root()- Return the space root directory 
- saveSession
- abstract Str:Str saveSession()- Save this space session as a set of props. All subclasses must also declare a static - loadSession(Str:Str)method.
- ui
- abstract Widget ui- Main Ui component if this space 
- view
- abstract View? view