PyCharm Edu 2018.2 Help

Confirmation

File | Settings | Version Control | Confirmation for Windows and Linux
PyCharm Edu | Preferences | Version Control | Confirmation for macOS
Ctrl+Alt+S icons general settings svg


In this page, specify whether you want PyCharm Edu to ask you for confirmation before performing specific version control related actions.

Item

Description

When files are created

In this section, specify whether and how to put a file created in PyCharm Edu under version control:
  • Show options before adding to version control: newly created files are put under version control after you specify the options in the dialog box that opens.

  • Add silently: newly created files are automatically added to version control without any notification.

  • Do not add: newly created files remain unversioned and you can put them under version control later.

When files are deleted

In this section, specify whether and how to remove a file from version control when the file is deleted:
  • Show options before removing from version control: files removed locally are also removed from VCS after you have selected it in the dialog that opens.

  • Remove silently: all files removed locally are removed from VCS without asking for confirmation.

  • Do not remove: files removed locally remain under version control.

When empty changelist becomes inactive

In this section, specify PyCharm Edu behavior on deleting an empty changelist.
  • Show options before removing: PyCharm Edu asks for confirmation before removing an empty changelist that has lost its active status.

    If you choose to delete such a changelist, PyCharm Edu suggests to choose another changelist to be marked as active.

  • Remove silently: PyCharm Edu automatically deletes empty changelists that become inactive, except for the Default changelist.

  • Do not remove: empty changelists are not deleted on loosing their active status.

Display Option dialogs when these commands are invoked

In this area, specify whether you want PyCharm Edu to ask you for confirmation when invoking the commands selected below.

Show Clear Read-Only Status dialog box

Select this checkbox to have PyCharm Edu explicitly require cancellation of the read-only status when you open a file in the editor and try to modify it.

The read-only status can be cleared in two ways:

  • Using the current VCS: the file is added to a changelist

  • Using a file system: the file is not added to the changelist.

This option is relevant for the version control systems that separate check-out from opening for editing.

Restore worksapce on branch switching

Select this option if you want your workspace, i.e. a set of opened files, the current run configuration and breakpoints associated with a certain branch, to be restored when you switch to that branch.

Show patch in explorer after creation

Use this drop-down list to define the PyCharm Edu behavior when a patch is created. The available options are:
  • Yes: if this option is selected, native file manager always opens to show the patch file.

  • No: if this option is selected, the native file manager will not open.

  • Ask: if this option is selected, PyCharm Edu will display a dialog box informing about successful patch creation, and a suggestion to locate the patch file in the native file manager.

Last modified: 7 December 2018

See Also