Todd Parsons
Todd Parsons
e.g. `var continueRoutine;` doesn't need to be at the start of a Code component which uses `continueRoutine`. Previously this was handled by checking whether the first line was a var...
Translating the value rather than the label in a choice ctrl meant that, if the value has a translation stored, the translated value would replace the label even if the...
I'm wary of changing the default format as it means introducing variability in filename structure between this and the next version, however giving designers control over the format and having...
Implements the 3d code we wrote for the panorama consultancy client as a Builder component Example psyexp: [panorama.zip](https://github.com/psychopy/psychopy/files/9314689/panorama.zip)
Adds `overflow` argument to textbox, which can be "visible", "hidden", or "scroll" (same as CSS). Set to draft while I check with the JS team about scroll behaviour online.
Needs testing more thoroughly, but initial tests seem to work
Now that just one image dimension can be None, this is necessary so that an image created with `size=(None, x)` still updates its aspect ratio to the new image when...
Uses a ButtonStim for the persistent ctrl, and a Slider for the context menu. Also adds a new style to Slider to facilitate this, which can be used by itself.