Std Save/fr: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{Docnav
|[[Std_CloseAll|Std CloseAllWindows]]
|[[Std_SaveAs|Std SaveAs]]
|[[Std_File_Menu|Std File Menu]]
|IconL=
|IconR=Std_SaveAs.svg
|IconC=Freecad.svg
}}

<div class="mw-translate-fuzzy">
{{GuiCommand/fr
{{GuiCommand/fr
|Name=Std Save
|Name=Std Save
Line 8: Line 18:
|SeeAlso=[[Std_SaveAs/fr|Enregistrer sous...]]
|SeeAlso=[[Std_SaveAs/fr|Enregistrer sous...]]
}}
}}
</div>


==Description==
La commande {{KEY|Enregistrer}} enregistre le document du projet en cours dans un fichier. Les autres autres documents ouverts dans FreeCAD ne seront pas enregistrés.


The '''Std Save''' command saves the active document.
Lors du premier enregistrement du document, une boîte de dialogue apparaît pour définir l'emplacement et le nom de fichier.


==Usage==
[[Image:FileSaveAs.png]]


# There are several ways to invoke the command:
Le nom attribué au document devient aussi le nom utilisé pour la racine de l'arborescence de la structure du document.
#* Press the {{Button|[[Image:Std_Save.svg|16px]] [[Std_Save|Std Save]]}} button.
#* Select the {{MenuCommand|File → [[Image:Std_Save.svg|16px]] Save}} option from the menu.
#* Use the keyboard shortcut: {{KEY|Ctrl}}+{{KEY|S}}.
# For new documents: enter a filename in the dialog box and press the {{Button|Save}} button.


==Options==
Après avoir {{KEY|Enregistré}} le premier document, le chemin et le nom de fichier seront définis automatiquement dans les prochains enregistrements. Pour enregistrer le fichier dans un autre emplacement ou lui attribuer un nouveau nom, vous devez utiliser la commande {{KEY|Enregistrer sous}}.


* For new documents: press {{KEY|Esc}} or the {{Button|Cancel}} button to abort the command.
Lorsque vous essayez de fermer un document modifié, ou quitter FreeCAD après avoir modifiés des documents en cours d'utilisation, un avertissement sera affiché:


==Preferences==
<div class="mw-translate-fuzzy">
[[Image:Std_Save_02_fr.png|left]]
{{clear}}
</div>


* The last used file location is stored: {{MenuCommand|Tools → Edit parameters... → BaseApp → Preferences → General → FileOpenSavePath}}.
<div class="mw-translate-fuzzy">
Vous pouvez définir un emplacement permanent par défaut pour ouvrir et enregistrer vos fichiers à partir du menu '''Outils → Editer paramètres → BaseApp → Préférences → Général → FileOpenSavePath'''.
</div>


==Scripting==
[[Image:Std_Save_03_fr.png|left]]


{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].
<div class="mw-translate-fuzzy">

[[Category:Documentation/fr]]
To save a document use the {{incode|save}} method of the document object. A new document must first be saved with the {{incode|saveAs}} method of the document object. For a scripting example see [[Std_New|Std New]].
[[Category:Command_Reference/fr]]

</div>
{{Docnav
|[[Std_CloseAll|Std CloseAllWindows]]
|[[Std_SaveAs|Std SaveAs]]
|[[Std_File_Menu|Std File Menu]]
|IconL=
|IconR=Std_SaveAs.svg
|IconC=Freecad.svg
}}

{{Std Base navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}
{{clear}}

Revision as of 21:34, 23 March 2020

Std Enregistrer

Emplacement du menu
Fichier → Enregistrer
Ateliers
Tous
Raccourci par défaut
Crtl+S
Introduit dans la version
-
Voir aussi
Enregistrer sous...

Description

The Std Save command saves the active document.

Usage

  1. There are several ways to invoke the command:
    • Press the Std Save button.
    • Select the File → Save option from the menu.
    • Use the keyboard shortcut: Ctrl+S.
  2. For new documents: enter a filename in the dialog box and press the Save button.

Options

  • For new documents: press Esc or the Cancel button to abort the command.

Preferences

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

Scripting

See also: FreeCAD Scripting Basics.

To save a document use the save method of the document object. A new document must first be saved with the saveAs method of the document object. For a scripting example see Std New.