Class VimMate::ListedFile
In: lib/vimmatelib/files.rb
Parent: Object

A file within the tree

Methods

icon   icon   icon_type   new   refresh   refresh   status_text   status_text  

Attributes

name  [R] 
parent  [R] 
path  [R] 

Public Class methods

Create a ListedFile from a path and an optional parent. A block must be passed so it can be called to signal changes.

Public Instance methods

Returns the icon for this file

Return the icon for this file depending on the file status

The type of icon to use

Refresh the file. If the file status has changed, send a refresh signal

Refresh the file. Doesn‘t do anything since it‘s the directory that does the job.

Return the status text for this file depending on the file status

Returns the status text for this file

[Validate]