File: TODO

package info (click to toggle)
sc 7.13-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 716 kB
  • ctags: 826
  • sloc: ansic: 12,764; yacc: 1,034; makefile: 211; lisp: 99; sed: 4
file content (23 lines) | stat: -rw-r--r-- 905 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

todo:
1) autobackup of things typed in.
	idea: each cell change output to a stdio open file
		in the save format, fflush() every so often...
		(diffs w/r to the original file)
2) make sure ISVALID should <not> be used in place of checkbounds
	in interp.c
3) hide range
4) block moving into range
5) chain cells w/ equations into a linked list or dependency tree
	-have a top level eval, eval and UPDATE all lower nodes
6) an option to go into a ^R like <mode>
	++data entry fields (highlight entry cells)....
	++only allow entry in these cells....
7) don't redraw the whole screen all the time 
	(only cells that change, (in addition to what is in 'fixed #9'))
	(Note: there was no #9 when I took this over, and I've renumbered
	things since then, so I'm not sure what this is referring to - CRM)
8) add uemacs keybinding stuff
9) add uemacs macro language
10) add uemacs command completion
11) add undo