Note (PK, April 1999): This file was in the source directory, but I don't remember which (if any) of these items have been completed.

**********Fix menu_fileseparator disabling problem in template game*************

Resource Management
-------------------
-Add right-click menu for adding/extracting resources
-Detect 'VIEWabc.000' or 'VIEWxyz.000' etc as VIEW.000 etc when adding resources
-Add drag and drop from explorer for adding/extracting resources
-Show resource size in resources window

Preview window
--------------
-If an error occurs, display it in the preview window instead of a message box

Logic/text editor
------------
-Do not allow defines to be used before they are defined.
-Allow command blocks with no commands, e.g. if (isset(12)) { }
-Require quote marks around include filenames
-Give proper error messages when compiling something that is all comments

View Editor
-----------
Features:
-Allow view editor to be used when there is no game open
-Make view loading more robust
-Fix up problem where other keys such as 9 and + on the num. keyboard trigger off other keyboard events
-Speed up pasting by determining whether or not clipboard image is from A.S. or external
-Add undo for cel/loop insert/delete/add/append
-Change MaxHeight and MaxWidth to functions ?