Close/Close All
From Delphi for PHP Documentation Wiki
Use this options to close the active file, or to close all opene files.
Close must close selected file, if any, and Close All must close any file opened, including projects. Files with pending changes, must be prompted to be saved before closing them.
Modified files in the IDE have a (*) along with the file name in the top tab.
A Close All operation consists of:
- Messages window is cleared
- Object Inspector is cleared
- Code Explorer is cleared
- Visual editors are disabled
- If a project group is assigned, it's closed, closing a project group, closes all the project and all the files recursively
- Check how many files are left, in this case, not belonging to a project and how many have been modified
- All files not belonging to a project, are closed, from the last to the first
- If the file is modified, will be prompted to be saved (unless Yes to All or No to All has been previosly clicked)
- Updates the IDE and Project Manager as nothing is open

