This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Add a new Tab command to Slush in Tini

a) Create new Slush command for tab completion
C) Add tab command to Slush command interpreter
D) Add to command interpreter the abality run tab command when user presses
tab key


The basic operation of Tab Command is to give the complete file name when we
press Tab button. This command is to be added in the slush.

let us suppose, a directory consists a list of files namely
star.xml,moon.ps,mars.ps,mac.doc
un.pdf,venus.doc and starnew.xml.

when we type "m" and press Tab button, it should display all files starting with
'm' such as
moon.ps,mac.doc,mars.ps.

please help me with a sample code.