[rkward-cvs] rkward TODO,1.136,1.137

Thomas Friedrichsmeier tfry at users.sourceforge.net
Wed Sep 13 12:54:03 UTC 2006


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

Modified Files:
	TODO 
Log Message:
Adding Ralf's items

Index: TODO
===================================================================
RCS file: /cvsroot/rkward/rkward/TODO,v
retrieving revision 1.136
retrieving revision 1.137
diff -C2 -d -r1.136 -r1.137
*** TODO	13 Sep 2006 12:31:59 -0000	1.136
--- TODO	13 Sep 2006 12:54:01 -0000	1.137
***************
*** 41,44 ****
--- 41,50 ----
  		- Console should start a command chain when submitting a batch of pasted commands
  		- hide tabs in console
+ 		- tabs should do name completion!
+ 	- Script editor:
+ 		- allow to pipe scripts to the console (console might have to be made smarter about large pasted commands, first)
+ 	- RKConsole / Script editor:
+ 		- syntax tool tips
+ 		- highlight only valid function names
  	- RKHelpDlg:
  		- in the mid term, this should probably be renamed and moved to windows
***************
*** 80,83 ****
--- 86,95 ----
  	- on exit, check whether there are still RCommands left in the backend and wait/request user-interaction before tearing down the thread. After all, the last command might have been a "save"!
  		- How about always doing exiting via a "q ()" command in the backend, instead? That way we could always be sure, all previous commands have been completed before the q ()!
+ 	- save Workplace when saving Workspace
+ 		- data editors (Already there, but should be reworked)
+ 		- Output window
+ 		- help pages
+ 		- script files
+ 		- auto-restore when loading Workspace
  	- error-handling/raising in .rk.do.call
  	- I've changed the simple RInterface::issueCommand (QString, ...) command to return a pointer to the RCommand created. This will allow for lots of small cleanups. Do them.





More information about the rkward-tracker mailing list