AppCode 2016.2 Help

Opening, Reopening and Closing Projects

On this page:

Basics

AppCode allows opening several projects simultaneously in different windows. By default, each time you open a project while another one is opened, AppCode prompts you to choose whether to open the project in the same window or in a new window. If necessary, you can change this behavior using controls on the System Settings page.

In the Project Opening section of the System Settings page, choose one of the following options:

  • Open project in a new window to open a new AppCode window each time a new project is opened.
  • Open project in the same window to stay in the same AppCode window.
  • Confirm window to open project in to keep the default behavior and display a dialog box to choose how to open each new project.

Opening an existing project

To open an existing project

  1. Do one of the following:
    • On the Welcome screen, click Open.
    • On the main menu, choose File | Open.
  2. Navigate to the desired *.xcodeproj directory.
  3. In the Select Path dialog box, select the directory that contains the desired project.

Reopening a recent project

AppCode keeps the history list of the recent projects, from which you can select the desired one.

When AppCode starts, the most recent project reopens by default (unless this option is disabled in System Settings page of the Settings/Preferences dialog).

To reopen a recent project

  1. On the main menu, choose File | Open Recent.
  2. Select the desired project from the list of the recent ones.
  3. Specify whether you want to open the project in a new frame, or reuse the current frame.

You can also:

  • Reopen a recent project from the Welcome screen. To do that, click the project of interest in the left-hand pane where the list of your recent projects is shown. Start typing in the Welcome screen to filter the list of recent projects.
  • Terminate the project opening process, without waiting when it finishes loading, by clicking Cancel in the progress window.
  • Open projects and individual files from the command line, by specifying the project or file name as a command line argument.
  • Remove all projects from the list of recent projects File | Open Recent - Clear List.
  • Delete a certain recent project on the Welcome screen.

Closing a project

When the only open project is closed, the Welcome screen is displayed. In case of multiple projects, each one is closed with its frame.

To close a project

  • On the main menu, choose File | Close Project.

See Also

Concepts:

Last modified: 5 December 2016