Coder settings
- outputFont:
- a list of font names to be used in the output panel. The first found on the system will be used
- fontSize (in pts):
- an integer between 6 and 24 that specifies the size of fonts
codeFontSize = integer(6,24, default=12)
outputFontSize = integer(6,24, default=12)
- showSourceAsst:
- Do you want to show the source assistant panel (to the right of the Coder view)?
On Windows this provides help about the current function if it can be found. On
OS X the source assistant is of limited use and is disabled by default.
- analysisLevel:
- If using the source assistant, how much depth should PsychoPy try to analyse the
current script? Lower values may reduce the amount of analysis performed and
make the Coder view more responsive (particularly for files that import many modules
and sub-modules).
- analyseAuto:
- If using the source assistant, should PsychoPy try to analyse the current script
on every save/load of the file? The code can be analysed manually from the tools menu
- showOutput:
- Show the output panel in the Coder view. If shown all python output from the session
will be output to this panel. Otherwise it will be directed to the original location
(typically the terminal window that called PsychoPy application to open).
- reloadPrevFiles:
- Should PsychoPy fetch the files that you previously had open when it launches?