[rkward-cvs] SF.net SVN: rkward: [814] trunk/rkward/TODO

tfry at users.sourceforge.net tfry at users.sourceforge.net
Thu Oct 5 14:42:45 UTC 2006


Revision: 814
          http://svn.sourceforge.net/rkward/?rev=814&view=rev
Author:   tfry
Date:     2006-10-05 07:42:41 -0700 (Thu, 05 Oct 2006)

Log Message:
-----------
TODO list actually getting shorter temporarily

Modified Paths:
--------------
    trunk/rkward/TODO

Modified: trunk/rkward/TODO
===================================================================
--- trunk/rkward/TODO	2006-10-05 14:40:28 UTC (rev 813)
+++ trunk/rkward/TODO	2006-10-05 14:42:41 UTC (rev 814)
@@ -70,7 +70,7 @@
 		- add virtual rCommandStarted () function, so receivers can find out, when their command becomes active
 	REmbedInternal:
 		- probably we do not need na_double at all (just any NaN) => less confusion
-	RObjectList:
+	RObjectListView:
 		- most of the time seems to be spent on lookups of object->item
 			- probably it would be smarter to use a reverse map, as item->object should be mostly GUI bound
 			- also use a QHash (Qt4)
@@ -81,11 +81,8 @@
 				user does
 				rm (x); x <- function () {}
 				(object list remains the same, watch was not active, but symbol changed)
-				- will need to put an extra notification inside .rk.watch.globalenv ()
+				- will need to put an extra notification inside .rk.watch.globalenv ()? Will that get run?
 			- deal with data changes in edited objects
-	- REnvironmentObjects:
-		- Fetching the tree of all environments using the current method is slooooooow, and has hard to fix bugs, so far
-		- Should have getCommandAsStructure first, and update whole trees in a single command
 	- 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
 		- RKVarslot will allow editing the selected value by hand (or just typing the name in)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list