[rkward-cvs] rkward TODO,1.125,1.126

Thomas Friedrichsmeier tfry at users.sourceforge.net
Wed Jun 21 16:57:42 UTC 2006


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

Modified Files:
	TODO 
Log Message:
Failed attempt at creating an RObjectTable for the workspace

Index: TODO
===================================================================
RCS file: /cvsroot/rkward/rkward/TODO,v
retrieving revision 1.125
retrieving revision 1.126
diff -C2 -d -r1.125 -r1.126
*** TODO	19 Jun 2006 20:06:07 -0000	1.125
--- TODO	21 Jun 2006 16:57:40 -0000	1.126
***************
*** 21,25 ****
  	- use icons to mark up the different base types
  - David's usability items
! Optional stuff, that could possibly be attacked for 0.3.6:
  - RExpressionObject as an abstraction for R-Expressions (i.e. manually edited expressions).
  	- It will be possible to "store" these in the RObjectList and select them just like any other object
--- 21,25 ----
  	- use icons to mark up the different base types
  - David's usability items
! Optional stuff, that could possibly be attacked for 0.3.7:
  - RExpressionObject as an abstraction for R-Expressions (i.e. manually edited expressions).
  	- It will be possible to "store" these in the RObjectList and select them just like any other object
***************
*** 34,38 ****
--- 34,42 ----
  
  RObjectTables sounds highly interesing. Maybe we can use a transparent table to find out about assignments?
+ 	- Problem: we can't add this on top of the globalenv () (or at least we're not supposed to)
+ 		- can we dare to replace R_GlobalEnv with a fake environment which redirects to the real thing?
  R_MakeActiveBinding sounds even more interesting. Maybe we can use this to "watch" symbols?!?
+ 	- can't track removal or creation of new objects this way
+ 	- seems to work only for top-level objects (elements in a list are not discernable, though we do catch the access to the list itself)
  
  Little annoying stuff:





More information about the rkward-tracker mailing list