[rkward-cvs] rkward ChangeLog,1.76,1.77 TODO,1.76,1.77

Thomas Friedrichsmeier tfry at users.sourceforge.net
Thu Oct 13 21:01:59 UTC 2005


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

Modified Files:
	ChangeLog TODO 
Log Message:
Adding new RControlWindow. Not completely/correctly implemented, yet

Index: ChangeLog
===================================================================
RCS file: /cvsroot/rkward/rkward/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -d -r1.76 -r1.77
*** ChangeLog	12 Oct 2005 17:02:33 -0000	1.76
--- ChangeLog	13 Oct 2005 21:01:55 -0000	1.77
***************
*** 1,2 ****
--- 1,3 ----
+ - fix installation of standard_plugins.pluginmap
  - allow configuration of many R options in Settings->R backend
  - updated French translation

Index: TODO
===================================================================
RCS file: /cvsroot/rkward/rkward/TODO,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -d -r1.76 -r1.77
*** TODO	12 Oct 2005 14:40:28 -0000	1.76
--- TODO	13 Oct 2005 21:01:56 -0000	1.77
***************
*** 11,14 ****
--- 11,30 ----
  - hide superflous GUI-items, esp. for the HTML windows
  
+ Configuration options to add:
+ 	- additional console options:
+ 		- length of command history
+ 		- save/load command history on RKWard exit/start
+ 		- maximum number of lines to show
+ 		- color highlighting for warnings/errors (once we can identify them reliably)
+ 	- additional R engine options:
+ 		- stack size (commandline arg --map-ppsize)
+ 	- new dataeditor options:
+ 		- see below: comments on RKEditorDataFrame
+ 
+ - RKConsole:
+ 	- Console should start a command chain when submitting a batch of pasted commands
+ 	- Make constructor protected, and enforce creating via the part instead.
+ 	- I think I'll rework some of the logic in RKConsole
+ 
  - "real time" display of output in the console (remember to add Mutex protection before then!)
  
***************
*** 17,20 ****
--- 33,38 ----
  		- RKPlugin still uses RKCommandEditor. Convert to use RKCommandEditorWindow instead.
  
+ - finish implementing RControlWindow
+ 
  stuff to do before 0.3.5 release
  - plugins (general)





More information about the rkward-tracker mailing list