[rkward-cvs] rkward TODO,1.139,1.140

Thomas Friedrichsmeier tfry at users.sourceforge.net
Fri Sep 15 10:50:50 UTC 2006


Update of /cvsroot/rkward/rkward
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv10250

Modified Files:
	TODO 
Log Message:
Some (small) progress on cancelling during callbacks

Index: TODO
===================================================================
RCS file: /cvsroot/rkward/rkward/TODO,v
retrieving revision 1.139
retrieving revision 1.140
diff -C2 -d -r1.139 -r1.140
*** TODO	14 Sep 2006 20:29:18 -0000	1.139
--- TODO	15 Sep 2006 10:50:47 -0000	1.140
***************
*** 11,14 ****
--- 11,17 ----
  	- on viewDeactivated, it may not be safe to call setCaption and there activeWindow (). Apparently, the pointer may be invalid:
  		- start rkward with empty table. open command editor. switch back to table. Edit some stuff in the table. Ctrl+W. Crash
+ 	- produce many readline calls (e.g. "for (i in 1:10) readline()") repeatedly and cancel all of them.
+ 		- Sometimes only the readine is interrupted, sometimes the whole command (might be R's fault?)
+ 		- Occasionally this seems to leave R in a bad (semi-crashed) state
  
  UI-stuff
***************
*** 56,59 ****
--- 59,63 ----
  	- David's usability items
  	- use RKGlobals::marginHint (), RKGlobals::spacingHint () everywhere
+ 	- In response to a readline, offer to show output context, as often them prompt is not meaningful. Need a new class for that
  
  Internal stuff:





More information about the rkward-tracker mailing list