Todd Parsons
Todd Parsons
Essentially a wx.TextCtrl, a wx.HtmlWindow and some buttons to switch between (and to save, if editing a file). Includes implementations in the Pavlovia Project view, as description is markdown, and...
Works the same as a HTML textarea, whereby the placeholder text is shown when the TextBox is both editable and empty, and the placeholder text isn't included in the value...
Writes docs in markdown syntax, in the style of [MkDocs](https://www.mkdocs.org/dev-guide/api/)
Allows users to specify what colour palette they want the app to show in. For now, I've added a dark and light palette but I tried to make it as...
In draft as this needs the accompanying change in PsychoJS (otherwise the end message becomes "Thank you for your patience." twice)
e.g. if you do: ``` dev1 = MicrophoneDevice(index=1) dev2 = MicrophoneDevice(index=2) dev3 = MicrophoneDevice(index=1) ``` dev3 and dev1 would be the same object (`dev1 is dev3`) rather than just two...