Home » Support » Index of All Documentation » Wing IDE Reference Manual » Interactive Python Shell »

7.1. Python Shell Options

The Options menu in the Python Shell contains some settings that control how the Python Shell works:

  • Wrap Lines causes the shell to wrap long output lines in the display
  • Evaluate Whole Lines causes Wing to round up the selection to the nearest line when evaluating selections, making it easier to select the desired range
  • Auto-restart when Evaluate File causes Wing to automatically restart the shell before evaluating a file, so that each evaluation is made within a clean new environment.

« 7.0. Python Shell Auto-completionTable of Contents8. OS Commands Tool »