PyCharm Edu 3.0 Help

Appearance

File | Settings | Appearance and Behavior | Appearance for Windows and Linux
PyCharm Edu | Preferences | Appearance and Behavior | Appearance for OS X
Ctrl+Alt+S
settings


Use this page to change the overall look and feel of your IDE.

UI Options

OptionDescription
ThemeUse this drop-down list to select the desired theme from the list.

In particular, Darcula theme is available. Changing to/from this theme requires PyCharm Edu restart.

Adjust colors for red-green vision deficiency Select this option to adjust the IDE colors (code highlighting in the editor, text notifications, etc.) for people with the red-green color deficiency.
Override default fonts by (not recommended)Select this check box to enable specifying font family and size to be used instead of the default one.

When first installed, PyCharm Edu takes Windows default font size and style.

Cyclic scrolling in listSelect this check box to enable scrolling through a list by jumping from the last item to the first one and vice versa.
Show icons in quick navigationSelect this check box to have icons shown in the quick navigation pop-up menu (Ctrl/Ctrl+Shift/Ctrl+Shift+Alt+N) .
Automatically position mouse cursor on default buttonSelect this check box to have the mouse pointer placed at the default button when a dialog box opens. If the check box is not selected, the pointer location does not change.
Hide navigation popups on focus lossIf this check box is selected, the navigation pop-up frames (go to class/file/symbol) close, when any other PyCharm Edu component gets the focus.

If this check box is not selected, the navigation pop-up frames persist on changing the focus, and the only way to close such pop-up lays with pressing Escape.

Drag-n-Drop with ALT pressed onlyIf this check box is not selected (by default), PyCharm Edu allows moving editor tabs, tool window buttons, files and folders in the Project tool window, using drag-n-drop.
Select this check box to avoid accidental moving of a file or folder, or a UI component. Thus drag-n-drop only works while ALT key is pressed.
Tooltip initial delay (ms) Use this slider to specify the time to pass between the moment you hover the mouse over an item in the editor and the moment when the tooltip with its value appears. This settings is especially important during debugging. If the delay is too short using the mouse becomes inconvenient because every mouse move across the screen brings forward a number of tooltips with the values of all the variables.

Antialiasing

OptionDescription
IDE From this drop-down list, select which antialising mode you want to apply to the IDE (including menus, tool windows, etc.):
  • Subpixel: this option is recommended for LCD displays and takes advantage of the fact that each pixel on a colour LCD is composed of red, green and blue sub-pixels. This allows smoothing text and rendering it with greater detail.
  • Greyscale: this option is recommended for non-LCD displays or displays positioned vertically. It deals with text at the pixel level.
  • No antialiasing: this option can be used for displays with high resolution, where non-antialiased fonts are rendered faster and may look better.
Editor From this drop-down list, select which antialiasing mode you want to apply to the Editor:
  • Subpixel: this option is recommended for LCD displays and takes advantage of the fact that each pixel on a colour LCD is composed of red, green and blue sub-pixels. This allows smoothing text and rendering it with greater detail.
  • Greyscale: this option is recommended for non-LCD displays or displays positioned vertically. It deals with text at the pixel level.
  • No antialiasing: this option can be used for displays with high resolution, where non-antialiased fonts are rendered faster and may look better.

Window Options

OptionDescription
Animate windowsSelect this check box to have undocked tool windows slide with the animation effect.

This option applies only when a tool window is undocked.

Show memory indicatorSelect this check box to show the Memory Indicator on the Status Bar.
Disable mnemonics in menuSelect this check box to hide underlining of hot keys in the PyCharm Edu menus.
Disable mnemonics in controlsSelect this check box to hide underlining of hot keys in the PyCharm Edu controls.
Display icons in menu itemsIf this check box is selected (by default), the icons are displayed to the left of the menu commands.
If this check box is not selected, the menu commands are displayed without icons.
Side by side layout on the left/rightWhen these check boxes are selected, the way the tool windows are positioned is optimized for a wide-screen display.

Side-by-side layout is OFF:

side_by_side_left_off

Side by side layout is ON:

side_by_side_left

Toggle layout by Ctrl+MouseClick on splitter between the tool windows.

This only applies to the tool windows located on the left and right sides, but not at the top and bottom of the PyCharm Edu window.

Show tool window barsSelect this check box to display tool window bars.
Show tool window numbers Select this check box to show tool window quick access numbers on the tool window buttons.

You can use the Alt+number shortcuts regardless of this setting and change the shortcuts on the Keymap page.

Note that the tool window mnemonics show up only when the corresponding keybindings have the format Alt+n , where n is an integer number in the range from 1 to 9. In the case of a different keyboard shortcut, the mnemonics are not displayed.

Allow merging buttons on dialogsIf this check box is selected, the multiple commands in a dialog box are grouped under a single button with a down arrow. You can view all merged commands by clicking the drop-down list, or pressing Shift+Alt+Enter .

If this check box is not selected, the buttons will be shown in a row. Compare:

mergeButtons
Small labels in editor tabsIf this check box is selected, the font size on the editor tabs is set to the smaller value.

If this check box is not selected, the font size on the editor tabs is set to the default value, as in the project tree view.

Widescreen tool window layoutIf this check box is selected, the way the tool windows are positioned is optimized for a wide-screen display.

Widescreen tool window layout is OFF:

WideScreenOFF

Widescreen tool window layout is ON:

WideScreenON

Presentation Mode

ItemDescription
Font sizeUse the drop-down list to select the font size for the presentation mode.

See Also

Last modified: 30 August 2016