Re: [rkward-devel] plot history: 3rd attempt: request for feedback

2010-09-13 Thread Prasenjit Kapat
Hi, On Mon, Sep 13, 2010 at 7:55 AM, Thomas Friedrichsmeier wrote: > As a side-note, in case you are not aware of that function, you may want to > have a look at ?trace. It's a pretty useful debugging function, esp. when you > want to find out when a function is entered / left. I remember tryin

Re: [rkward-devel] plot history: 3rd attempt: request for feedback

2010-09-13 Thread Thomas Friedrichsmeier
Hi, On Sunday 12 September 2010, Prasenjit Kapat wrote: > I was wondering, if we should remove the "Plot properties" action > completely? With the drop down list implemented, is it needed any > more? There are two extra bits of information there: (1) size of the > current plot and (2) complete plo

Re: [rkward-devel] plot history: 3rd attempt: request for feedback

2010-09-12 Thread Prasenjit Kapat
On Sat, Sep 11, 2010 at 9:42 AM, Prasenjit Kapat wrote: > > I have added a checkbox to enable/disable the history. Settings > > RKWard > Output. Just a thought or future update: should this be implemented as a check box under the history menu (as in Windows) instead of the Settings? But then, it

Re: [rkward-devel] plot history: 3rd attempt: request for feedback

2010-09-12 Thread Prasenjit Kapat
Hi, On Sun, Sep 12, 2010 at 9:18 AM, Thomas Friedrichsmeier wrote: > Hi, > > I didn't find too much time to test, but what I've seen so far looks good, > both > in terms of speed and correctness. I've found some rather minor issues and > corrected those in SVN, but nothing serious. Thanks. I w

Re: [rkward-devel] plot history: 3rd attempt: request for feedback

2010-09-12 Thread Thomas Friedrichsmeier
Hi, I didn't find too much time to test, but what I've seen so far looks good, both in terms of speed and correctness. I've found some rather minor issues and corrected those in SVN, but nothing serious. Great! I did not look at the code in any detail so far, and will wait with that until you

Re: [rkward-devel] plot history: 3rd attempt: request for feedback

2010-09-11 Thread Prasenjit Kapat
Hi, I have added a checkbox to enable/disable the history. Settings > RKWard > Output. It will work in the current session itself. Re-enabling may cause some issues.. -- Prasenjit -- Start uncovering the many advantages

Re: [rkward-devel] plot history: 3rd attempt: request for feedback

2010-09-11 Thread Stefan Rödiger
Am Freitag 10 September 2010, 21:27:14 schrieb Prasenjit Kapat: > Hi, > > I've just committed another attempt at the plot history feature(s). > Please test it. Some notes follow: > > 1. Implemented action: > 1a. first / prev / next / last > 1b. Remove plot > 1c. Forcefully append plot, irrespecti

Re: [rkward-devel] plot history: 3rd attempt: request for feedback

2010-09-11 Thread Prasenjit Kapat
Hi, On Fri, Sep 10, 2010 at 7:27 PM, Prasenjit Kapat wrote: > 1e. Drop down menu Following Thomas' idea of sys.call (), I've updated the drop down menu to use proper call strings instead of the xlab/ylab/main strings. -- Prasenjit -

[rkward-devel] plot history: 3rd attempt: request for feedback

2010-09-10 Thread Prasenjit Kapat
Hi, I've just committed another attempt at the plot history feature(s). Please test it. Some notes follow: 1. Implemented action: 1a. first / prev / next / last 1b. Remove plot 1c. Forcefully append plot, irrespective of its status and type 1d. Clear history 1e. Drop down menu Insert and Overwrit