[rkward-tracker] [rkward:bugs] #60 growing input windows
Thomas Friedrichsmeier
tfry at users.sf.net
Fri Mar 22 10:37:28 UTC 2013
- **milestone**: CRASH --> ------
---
** [bugs:#60] growing input windows**
**Status:** open
**Labels:** user interface NEEDINFO
**Created:** Tue Nov 10, 2009 04:56 PM UTC by m.eik
**Last Updated:** Fri Mar 22, 2013 10:35 AM UTC
**Owner:** nobody
i've just discovered a small display bug in 0.5.2: calling "readline\(\)" makes rkward come up with an input window -- that's fine. but if you invoke "readline\(\)" several times, these windows grow in size each time, horizontally as well as vertically.
see for yourself:
a\) type "readline\(\)" in the R-konsole repeatedly
b\) try a "for" loop:
for\(i in c\(1:5\)\) readline\(\)
c\) try with "lapply":
lapply\(c\(1:5\), readline\)
...
in addition, the context segment of that window could probably be tuned a little, try this:
for\(i in c\(1:5\)\)\{
cat\(i\) \# just to provoke the context display
readline\(\)
\}
to me it's a little confusing to have both segments shown with the same style. e.g., would it help to do without the white background for the context output? the window could be a lot smaller as well, but this is probably due to the growing effect described above.
---
Sent from sourceforge.net because you indicated interest in <https://sourceforge.net/p/rkward/bugs/60/>
To unsubscribe from further messages, please visit <https://sourceforge.net/auth/prefs/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/rkward-tracker/attachments/20130322/1fc06a4d/attachment.html>
More information about the rkward-tracker
mailing list