[RkWard-devel] Object Viewer modification

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Fri Mar 30 09:30:01 UTC 2007


Hi,

On Friday 30 March 2007 03:10, Prasenjit Kapat wrote:
> 	RCommand *command = new RCommand ("rk.temp.wd = getOption (\"width\");
> options (width=10000); print (" + object->getFullName () + "); options
> (width=rk.temp.wd)", RCommand::App, QString::null, this);
>
> Having a fixed width on Console makes sense. But when viewing a big matrix
> being restricted by the width of 80 sucks. Moreover we have both sides
> scrolls, so why not allow this? 10000 is the max supported by runtime R.
> Does changing width option using the cpp file change it also in the
> RConsole? If not, then we can just forget about rk.temp.wd.

Yes, the console is just an "illusion". Everything operates on the same 
workspace, and R will never know the difference, so the option would apply 
everywhere.

I added this in slighlty modified form.

Regards
Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/rkward-devel/attachments/20070330/81a556f7/attachment.sig>


More information about the Rkward-devel mailing list