AppCode 2018.2 Help

Confirmation


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

ItemDescription
When files are createdIn this section, specify whether and how to put a file created in AppCode 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 deletedIn 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 inactiveIn this section, specify AppCode behavior on deleting an empty changelist.
  • Show options before removing: AppCode asks for confirmation before removing an empty changelist that has lost its active status.

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

  • Remove silently: AppCode 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 AppCode to ask you for confirmation when invoking the commands selected below.
Show Clear Read-Only Status dialog boxSelect this checkbox to have AppCode 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 creationUse this drop-down list to define the AppCode 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, AppCode 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: 16 August 2018

See Also