I've just uploaded a 1.75.00 release for you to test. Keenies can
download the zip file and use the update tool in install it. Or wait a
few days and I'll set the auto-update mechanism to run, once we more
sure there are no lurking gremlins.
This release will have the following data outputs by default:
- the Builder will start outputting files in wide-text csv, rather
than tab-delimited format
- a single psydat file for the experiment (but not one for each
separate loop)
- no Excel files (which were always summary files and had one sheet
per loop)
These files will be generated even if the subject aborts (unless they do
something like force-quitting the app)
There are quite a lot of user-interface improvements and a few fixes
too, as below.
best wishes and happy experimenting!
Jon
* IMPROVED: Experiment info dialog box easier to control now from
experiment settings (user doesn't need to write a dictionary by hand any
more)
* IMPROVED: Components in the Builder are now arranged in categories,
including a special 'Favorites' category
* IMPROVED: Code Components now support full syntax highlighting and
code folding (but still aren't quite big enough!)
* ADDED: Builder undo/redo now gives info about what is going to be
un/redone
* ADDED: Window now supports a `stereo` flag to provide support for
quad-buffers (advanced graphics cards only)
* FIXED: bug with copying/pasting Routines that was breaking Flow in
certain situations and corrupting the experiment file
* FIXED: fatal typo in QuestHandler code (Gary Lupyan)
* FIXED: data outputs for multiple key/mouse presses
* ADDED: Microphone now supports `stop` to abort recording early (Jeremy
Gray)
* ADDED: beginning of error reporting when generating Builder
experiments (thanks Piotr Iwaniuk)
* FIXED: csv files now generated from Builder as expected not dlm files
(tab-delimited)