*******************************************************************************
*                                                                             *
*   T I C T - E X P L O R E R                                                 *
*                                                                             *
*   TODO List                                                                 *
*                                                                             *
*******************************************************************************
$Id: todo.txt,v 1.2 2002/10/29 09:06:01 tnussb Exp $

===============================================================================
The following features MAY be implemented in future versions:
===============================================================================
(*) Display of time/date and of battery status (??) in the status bar
    (integration of janjan2's modifications)

(*) deleting/moving/renaming of archived files (with request "are you sure?")

(*) Checking for reserved variable names before executing operations like
    archiving. Kevin suggested the following function:

    http://tigcc.ticalc.org/doc/estack.html#TokenizeSymName
    #define TokenizeSymName _rom_call(ESI,(const char*,short),80)

(*) Hidden folders/files support: Yet the TICT-Explorer won't support hidden
    folders/files, because the GUI have to be restructured completely for this
    feature. Why? Well, hidden folders/files have to be marked in some way as
    hidden ...

(*) Link-Support when the TICT-Explorer is active. Yet I have no idea how to
    implement this, but receiving files when you are within the TICT-Explorer
    would be very useful ...

(*) possibility to enter commandline arguments for a program to start

(*) trapping of reset key combinations for better password protection.
    (Does this really make sense? If you'll forget your password you have to
     remove the batteries ...)

(*) File sorting options (alphabetical, reverse-alphabetical, size ...)

(*) Search capabilities (search in files ...)
