[rkward-devel] modified - Import plugin..

2007-11-02 Thread Prasenjit Kapat
Hi all,

I have uploaded a modified version of the Import Text/CSV plugin -
feel free to comment and of course do tests. My goals were:

1. Compact-ify the plugin - there was too much empty space around.
   - due to this, the input boxes for specifying the
row-names/column-names have become quite small. let me know if this is
a serious problem. Do people use these boxes to specify the col (row)
names?

2. Provide minimum-click (quick mode) options for importing - using
the defaults for read.{csv,csv2,delim,delim2}
 - This looks fine, though there is another approach to do this - use
read.table for all the options and explicitly show the default
parameters being used. Would that be better?

Let me know you opinions... If this (or with further modifications) is
acceptable then I plan to do a similar thing for write.table to give
the import/export plugins a uniform look.

Regards,
PK

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel


Re: [rkward-devel] KDE 4 status update

2007-11-02 Thread Thomas Friedrichsmeier
Hi,

On Thursday 01 November 2007, you wrote:
 On 10/31/07, Thomas Friedrichsmeier
  Hm, even if I set the timeout to 0, here, the popup window becomes fairly
  annoying, but does not eat any key-presses. Perhaps it's an issue in
  kdelibs? Can you reproduce this, Prasenjit?

 Nope! I don't get have issues with key press and code completion
 popup.

ok, for the time being, I'll assume it's a kdelibs issue. Illias, please keep 
this issue in mind when the KDE4 release comes near, and test again, then.

 This is what I get: Suppose I am writing the statement: 
 x - read.csv(file=.. in  a script editor:

 x - re

 at this point i see a pop up listing the possible completions starting
 with re. I continue to type..

 x - read.

 at this point i expect to see all the read.* completions, but none
 come up. (only when pop up time out is set  20 millisec; this doesn't
 happen at higher timeout values...) I think the . is somehow messing
 the search. When I type the next letter:

Yes, indeed. The katepart tries to be a little too smart, here. It thinks 
symbol names may never contain a dot, and will abort the completion popup, 
when it sees a dot. I wrote to the kate devels about it.

 x - read.c

 I see two options, read.csv  f(x) and read.csv2 f(x), I use the
 down arrow key to select read.csv2 and hit enter. This is what i get:

 x - utils::read.csv2

 Royally screwed!

Ok, this one should be fixed, now.

 BTW, I might have done some changes on the Setup 
 window of the completion pop up, which I do not recall. Can't this
 Setup be combined with the global Configure RKward window as
 separate page?

No, unfortunately, this won't be possible. This setup page is part of the kate 
part, and we can not access it directly. I hope it will be possible to strip 
out some settings that are not relevant in RKWard, but it won't be possible 
to merge it.

Regards
Thomas


signature.asc
Description: This is a digitally signed message part.
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel


[rkward-devel] Preview of RKWard 0.4.8a

2007-11-02 Thread Thomas Friedrichsmeier
Hi all,

if you are subscribed to rkward-devel, you will have noted, that the current 
focus of development is mostly on the KDE4 port of rkward. Still some things 
have happened on the KDE3 side of things as well. Most importantly a number 
of bugs have been found and fixed in RKWard 0.4.8. Therefore, I'd like to 
create a 0.4.8a bugfix release shortly. No non-trivial new features are 
included in this release, only bug-fixes.

--- Testing ---

Most changes in this bugfix release are rather simple, and should not 
introduce any new regressions, however, at least one fix is fairly 
system-specific, and should get some testing on as many different systems as 
possible. Therefore, I would like to ask you to download and test 
http://rkward.sourceforge.net/temp/rkward-0.4.8a.pre1.tar.gz .

Of course there can never be too much testing, but for this particular 
release, even very basic testing would be highly welcome on many different 
systems. I.e.
- Compile
- Start and do some very basic things
If you encounter any problems, please post them to the list. If you don't 
encounter any problems, please post a short message to the list as well, with 
info on:
- your distribution
- your processor architecture
- your version of R installed

 Release timeline -

0.4.8a will be released between Wednesday the 7th and Sunday the 11th, 
depending on how much time I have available, and the amount of testing 
feedback we get. There will not be a second preview release, unless serious 
problems show up.

 Further development 

Versions 0.4.9 (KDE3) and 0.5.0 (KDE4) have not been scheduled, yet. I think 
they will likely both be released some time in December this year, however.

Regards
Thomas


signature.asc
Description: This is a digitally signed message part.
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel


Re: [rkward-devel] KDE 4 status update

2007-11-02 Thread I. Soumpasis
2007/11/2, Thomas Friedrichsmeier [EMAIL PROTECTED]
:

 On Wednesday 31 October 2007, I. Soumpasis wrote:
  The Shift+Fx combination is reserved?

 The Shift+Fx shortcuts seem to be available, indeed. I guess it will
 become
 Shift+F7,8,9 for Run line, selection, all, then.


Great!

 Yeap. Although I do not write anything it pops out every few milliseconds.
  It is more like it tries to disappear but it doesn't. And you cannot
  concetrate because it is flashing. I use compiz and because of the small
  delay to disappear a window maybe it is more annoying. I made some more
  testing. If I hit with the mouse somewhere in the script file stops to
  flash and remains constant and I can write. Else I still loose the first
  keystroke.

 See my other mail. I assume it's a kdelibs issue. But please remind me
 later,
 if the problem persists.


Ok. No prob.


Regards,
Ilias
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel