home *** CD-ROM | disk | FTP | other *** search
/ pc.louisiana.edu/pub/unix/ / Louisiana_UNIX.tar / Louisiana_UNIX / xspread3.0.zoo / TODO < prev    next >
Text File  |  1994-04-27  |  2KB  |  34 lines

  1.  The toggle command, ^Tc, does not work correctly.  I have removed it as an
  2.  option until it does, although I don't see the use for it anyways.
  3.  
  4.   It should check at runtime for the crypt program since different machines of
  5.   the same type may or may not have crypt or DES on them.
  6.  
  7.   Currently this is xspread..  One day it will be incorporated
  8.   with SC.  SC and xspread will be the same program.  
  9.   I've also noticed that sc.c could not compile if DOINGX is not defined
  10.   due to the use of userfont which is declared only when DOINGX is
  11.   defined.  Some of the other defines also still get screwed up.
  12.  
  13. BTW, there is a serious bug concerning functions that return strings
  14. (eg @DATE, @SUBSTR): it says "invalid numeric function" or somesuch.
  15. This means that eval() instead of seval() is being called for those
  16. functions, but I couldn't discover why.  At present, you can't use
  17. functions that return strings.
  18.  
  19.     - The mouse is underutilized. It should be possible to select ranges
  20.       using the mouse. I use at the office sc with NCSA Telnet and
  21.       I can use the mouse of my PC to select ranges. I really miss
  22.       that function when using X. Also, it should be possible to
  23.       scroll the view of the spreadsheet with the mouse.
  24.     - There is also another deficiency that is not particular to
  25.       xspread, but rather inherited from sc, and is the lack of
  26.       column and row freezing on screen, I mean the ability
  27.       to leave some region fized on the view while the rest of the
  28.       spreadsheet scrolls. Hiding and showing is not enough.
  29.     - Alternatively (or in addition to the above), opening other
  30.       views of the same spreadsheet simultaneously.
  31.     - Real time update of the graphic from the data, and maybe
  32.       several graphics at the same time.
  33.  
  34.