PhpStorm 6.0.1 Web Help

File | Settings | IDE Settings | General

settings

PhpStorm | Preferences | IDE Settings | General

settings

Use this dialog box to configure general behavior of PhpStorm.

ItemDescription
Startup/ShutdownIn this area, configure behavior of PhpStorm on launch and exit.
Reopen last project on startupSelect this check box to have PhpStorm re-open the last opened project on startup.
Confirm application exitSelect this check box to have a warning message displayed when you attempt to close PhpStorm.
Project openingIn this section, configure the behavior of PhpStorm on opening a new project. Refer to the section Opening Multiple Projects.
Open project in a new windowClick this radio button to always open a new project in a new window.
Open project in the same windowClick this radio button to always close the current project, and reuse the same window.
Confirm window to open project inClick this radio button to have PhpStorm ask you whether you want to open a new project in the same frame, or in a new one.
SynchronizationIn this area, configure behavior of PhpStorm on moving the focus to another application.
Synchronize files on frame activation Select this check box to have all externally changed files detected and reloaded from disk when you switch to PhpStorm from another application.
Save files on frame deactivationSelect this check box to have all modified files saved every time you switch to another application.
Clearing the check box may cause a conflict of changes within and outside PhpStorm when it loses the focus. In this case, PhpStorm will prompt you to select the desired revision. See the File Cache Conflict dialog box reference for details.
Save files automatically if application is idle for number secSelect this check box to have PhpStorm save any modified file every time it is idle for a certain period of time. In the text box, specify the time period in seconds.
Use "safe write" (save changes to a temporary file first)If this check box is selected, a changed file will be first saved to a temporary file; if the save operation is completed successfully, the original file is deleted, and the temporary file is renamed.

See Also

Procedures:

Web Resources: