Re: [rkward-devel] import/export CSV

2014-12-02 Thread Thomas Friedrichsmeier
Hi, On Monday 01 December 2014 22:11:39 meik michalke wrote: here's a refined version, what do think of the restructured comments? definitely better, IMO. I'd suggest also putting all implicit paramteres on a single line of the comment, though, so the comment does not push the actual code out

Re: [rkward-devel] import/export CSV

2014-12-02 Thread meik michalke
hi, thanks for the fast feedback. Am Dienstag, 2. Dezember 2014, 09:59:12 schrieb Thomas Friedrichsmeier: On Monday 01 December 2014 22:11:39 meik michalke wrote: here's a refined version, what do think of the restructured comments? definitely better, IMO. I'd suggest also putting all

Re: [rkward-devel] import/export CSV

2014-12-02 Thread Thomas Friedrichsmeier
Hi, On Tuesday 02 December 2014 11:46:52 meik michalke wrote: shuffling around elements is no problem, i'll try something. however: - Set the labels of the inputs for custom dec/sep to (these are definitely expendable, IMO) - Set the label of the file name selector to . Probably

Re: [rkward-devel] import/export CSV

2014-12-01 Thread Thomas Friedrichsmeier
Hi, On Sunday 30 November 2014 23:19:48 meik michalke wrote: as promised, i completely re-wrote the export tabular data dialog. it's attached[*] as a pre-built plugin package so you can check it out (it also includes the rkwarddev script used to build it). will give it a look, shortly. it

Re: [rkward-devel] import/export CSV

2014-12-01 Thread Thomas Friedrichsmeier
Hi, On Sunday 30 November 2014 23:19:48 meik michalke wrote: as promised, i completely re-wrote the export tabular data dialog. it's attached[*] as a pre-built plugin package so you can check it out (it also includes the rkwarddev script used to build it). ok, some first comments, below.

Re: [rkward-devel] import/export CSV

2014-12-01 Thread meik michalke
hi, Am Montag, 1. Dezember 2014, 11:12:48 schrieb Thomas Friedrichsmeier: See my last mail. I think defaulting to CSV (_not_ CVS2!) would be sensible. ok, i'm all for it. Assorted comments: - Why is the append option controlled by the predefined format? you just wrote it yourself: append,

Re: [rkward-devel] import/export CSV

2014-12-01 Thread Thomas Friedrichsmeier
Hi, On Monday 01 December 2014 12:14:19 meik michalke wrote: Assorted comments: - Why is the append option controlled by the predefined format? you just wrote it yourself: append, col.names, sep, dec and qmethod cannot be altered. ;-) yes, it occurred to me a few

Re: [rkward-devel] import/export CSV

2014-12-01 Thread meik michalke
hi, here's a refined version, what do think of the restructured comments? viele grüße :: m.eik -- dipl. psych. meik michalke institut fur experimentelle psychologie abt. fur diagnostik und differentielle psychologie heinrich-heine-universitat d-40204 dusseldorf signature.asc

[rkward-devel] import/export CSV

2014-11-30 Thread meik michalke
hi, as promised, i completely re-wrote the export tabular data dialog. it's attached[*] as a pre-built plugin package so you can check it out (it also includes the rkwarddev script used to build it). it defaults to custom file format at the moment -- CSV or CSV2 could be better choices, but this