Std CloseActiveWindow: Difference between revisions

From FreeCAD Documentation
(Fixed GuiCommand.)
(Added 'Options'.)
Line 31: Line 31:
#* Press the {{Button|Save}} button to save the document. If required enter a filename first.
#* Press the {{Button|Save}} button to save the document. If required enter a filename first.
#* Press the {{Button|Discard}} button to discard the document and lose all changes.
#* Press the {{Button|Discard}} button to discard the document and lose all changes.

#* Press the {{Button|Cancel}} button to cancel the command.
==Options==

* Press {{KEY|Esc}} or the {{Button|Cancel}} button to abort the current command.


==Preferences==
==Preferences==

Revision as of 09:47, 14 March 2020

Std CloseActiveWindow

Menu location
File → Close
Workbenches
All
Default shortcut
Ctrl+F4
Introduced in version
-
See also
Std CloseAllWindows

Description

The Std CloseActiveWindow command closes the active document.

Usage

  1. There are several ways to invoke the command:
    • Select the File → Close option from the menu.
    • Use the keyboard shortcut: Ctrl+F4.
  2. If the active document has not been saved a dialog box will prompt you to save it:
    • Press the Save button to save the document. If required enter a filename first.
    • Press the Discard button to discard the document and lose all changes.

Options

  • Press Esc or the Cancel button to abort the current command.

Preferences

  • The last used file location is stored: Tools → Edit parameters... → BaseApp → Preferences → General → FileOpenSavePath.