Std SaveAll: Difference between revisions

From FreeCAD Documentation
No edit summary
(Removed Preferences paragraph.)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>

<!--T:1-->
<!--T:1-->
{{Docnav
{{Docnav
|[[Std_SaveaCopy|Std SaveCopy]]
|[[Std_SaveCopy|SaveCopy]]
|[[Std_Revert|Std Revert]]
|[[Std_Revert|Revert]]
|[[Std_File_Menu|Std File Menu]]
|[[Std_File_Menu|Std File Menu]]
|IconL=
|IconL=Std_SaveCopy.svg
|IconR=
|IconR=Std_Revert.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}
Line 27: Line 28:


<!--T:6-->
<!--T:6-->
# Select the {{MenuCommand|File → Save All}} option from the menu.
# Select the {{MenuCommand|File → [[Image:Std_SaveAll.svg|16px]] Save All}} option from the menu.
# For new documents: enter a filename in the dialog box and press the {{Button|Save}} button.
# For new documents: enter a filename in the dialog box and press the {{Button|Save}} button.


==Options==
==Options== <!--T:10-->


<!--T:11-->
* For new documents: press {{KEY|Esc}} or the {{Button|Cancel}} button to abort the command.
* For new documents: press {{KEY|Esc}} or the {{Button|Cancel}} button to abort the command.


==Preferences== <!--T:7-->
==Scripting== <!--T:12-->

<!--T:8-->
* The last used file location is stored: {{MenuCommand|Tools → Edit parameters... → BaseApp → Preferences → General → FileOpenSavePath}}.

==Scripting==


<!--T:13-->
{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].
{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].


<!--T:14-->
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]].
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]].



<!--T:9-->
<!--T:9-->
{{Docnav
{{Docnav
|[[Std_SaveaCopy|Std SaveCopy]]
|[[Std_SaveCopy|SaveCopy]]
|[[Std_Revert|Std Revert]]
|[[Std_Revert|Revert]]
|[[Std_File_Menu|Std File Menu]]
|[[Std_File_Menu|Std File Menu]]
|IconL=
|IconL=Std_SaveCopy.svg
|IconR=
|IconR=Std_Revert.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}


</translate>
</translate>
{{Std Base navi{{#translation:}}}}
{{Std_Base_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 19:56, 20 April 2024

Std SaveAll

Menu location
File → Save All
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
Std Save

Description

The Std SaveAll command saves all open documents.

Usage

  1. Select the File → Save All option from the menu.
  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.

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.