[rkward-cvs] rkward ChangeLog,1.82,1.83 TODO,1.81,1.82

Thomas Friedrichsmeier tfry at users.sourceforge.net
Tue Oct 18 11:48:26 UTC 2005


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

Modified Files:
	ChangeLog TODO 
Log Message:
New setting to limit number of lines in console. Fix crash related to limited command history

Index: ChangeLog
===================================================================
RCS file: /cvsroot/rkward/rkward/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -d -r1.82 -r1.83
*** ChangeLog	17 Oct 2005 18:53:35 -0000	1.82
--- ChangeLog	18 Oct 2005 11:48:23 -0000	1.83
***************
*** 1,2 ****
--- 1,3 ----
+ - limit number of lines to display in console (user setting)
  - remove menu clutter from help window, and output window
  - avoid adding incomplete (multi-line) Console commands to the Command Log

Index: TODO
===================================================================
RCS file: /cvsroot/rkward/rkward/TODO,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** TODO	17 Oct 2005 18:53:35 -0000	1.81
--- TODO	18 Oct 2005 11:48:24 -0000	1.82
***************
*** 9,20 ****
  - use R_DirtyImage to determine, whether workspace needs to be saved
  - in REmbedInternal, add extractTemporaryStrings (), for strings that do not have to be copied
! - hide superflous GUI-items, esp. for the HTML windows
! 	- KXMLGUIFactory::resetContainer ()?
  
  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:
--- 9,18 ----
  - use R_DirtyImage to determine, whether workspace needs to be saved
  - in REmbedInternal, add extractTemporaryStrings (), for strings that do not have to be copied
! 
! - ComponentMap:
! 	- probably the only clean solution to placing plugins in the GUI is to use KXMLGUI here, too. RKComponentHandle would be a KAction subclass. standard_plugins.pluginmap would contain a portion that essentially looks like an .rc file.
  
  Configuration options to add:
  	- additional console options:
  		- color highlighting for warnings/errors (once we can identify them reliably)
  	- additional R engine options:
***************
*** 23,29 ****
  		- see below: comments on RKEditorDataFrame
  
  - RKConsole:
  	- Console should start a command chain when submitting a batch of pasted commands
- 	- option setting for max lines to keep
  
  - check whether we're running in a PTY, and warn otherwise. Currently the R backend needs this.
--- 21,30 ----
  		- see below: comments on RKEditorDataFrame
  
+ RKHTMLWindow
+ 	- make printing work
+ 	- RKHelpWindow: add back/forward
+ 
  - RKConsole:
  	- Console should start a command chain when submitting a batch of pasted commands
  
  - check whether we're running in a PTY, and warn otherwise. Currently the R backend needs this.





More information about the rkward-tracker mailing list