Std CloseActiveWindow/fr: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 18: Line 18:
}}
}}


<div class="mw-translate-fuzzy">
==Description==
==Description==
La commande ferme le document actif.
</div>


The '''Std CloseActiveWindow''' command closes the active document.
The '''Std CloseActiveWindow''' command closes the active document.

Revision as of 13:51, 29 March 2020

Std Fermer

Emplacement du menu
Fichier → Fermer
Ateliers
Tous
Raccourci par défaut
Ctrl+F4
Introduit dans la version
-
Voir aussi
Std Fermer tout

Description

The Std CloseActiveWindow command closes the active document.

Utilisation

  1. Appelez la commande Std Close de plusieurs manières:
    • Utilisation du raccourci clavier Ctrl+W
    • Utilisation de Fichier → Fermer
  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

  • If the active document has not been saved: press Esc or the Cancel button to abort the command.

Notes

  • A document can also be closed by right clicking it in the Tree view and selecting Close document from the context menu.

Preferences

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

Scripting

See also: FreeCAD Scripting Basics.

To close a document use the closeDocument method of the FreeCAD application. For a scripting example see Std New.