execute_on_save = False # Automatically execute a script every time you save use_external_editor = False # Automatically reloads and executes a file when an external change is made max_line_length = 79 # The number of characters per line that is allowed before a warning is given font_size = 10 # Sets the font size of the Python editor execute_keybinding = 'F2' # The key(s) that is pressed to execute the currently active script report_execute_time = False # Whether or not to display the time it took to execute a script (must use show_object CQGI function)