Std SaveAll/en: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{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 22: Line 23:
==Usage==
==Usage==


# 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.


Line 28: Line 29:


* 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==

* The last used file location is stored: {{MenuCommand|Tools → Edit parameters... → BaseApp → Preferences → General → FileOpenSavePath}}.


==Scripting==
==Scripting==
Line 38: Line 35:


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]].



{{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
}}
}}


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

Latest revision as of 11:53, 21 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.