Std Save/it: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Docnav/it |Chiudi tutto |Salva come |Menu File |IconL= |IconR=Std_SaveAs.svg |IconC=Freecad.svg }}")
No edit summary
 
(27 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav/it
{{Docnav/it
|[[Std_CloseAll/it|Chiudi tutto]]
|[[Std_CloseAllWindows/it|Chiudi tutto]]
|[[Std_SaveAs/it|Salva come]]
|[[Std_SaveAs/it|Salva con nome]]
|[[Std_File_Menu/it|Menu File]]
|[[Std_File_Menu/it|Menu File]]
|IconL=
|IconL=Std_CloseAllWindows.svg
|IconR=Std_SaveAs.svg
|IconR=Std_SaveAs.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}


{{GuiCommand/it
<div class="mw-translate-fuzzy">
|Name=Std_Save
{{GuiCommand/it|Name=Std Save|Name/it=Salva|MenuLocation=[[Std_File_Menu/it|File]] → Salva|Workbenches=Tutti|Shortcut=Crtl+S|SeeAlso=[[Std_SaveAs/it|Salva con nome...]]}}
|Name/it=Salva
</div>
|MenuLocation=File → Salva
|Workbenches=Tutti
|Shortcut={{KEY|Ctrl}}+{{KEY|S}}
|SeeAlso=[[Std_SaveAs/it|Salva con nome]], [[Std_SaveCopy/it|Salva una copia]], [[Std_SaveAll/it|Salva tutto]]
}}


==Description==
<span id="Description"></span>
==Descrizione==


Il comando '''Salva''' salva il documento attivo.
The '''Std Save''' command saves the active document.


==Usage==
<span id="Usage"></span>
==Utilizzo==


# Esistono diversi modi per invocare il comando:
# There are several ways to invoke the command:
#* Press the {{Button|[[Image:Std_Save.svg|16px]] [[Std_Save|Std Save]]}} button.
#* Premere il pulsante {{Button|[[Image:Std_Save.svg|16px]] '''Salva'''}}.
#* Select the {{MenuCommand|File → [[Image:Std_Save.svg|16px]] Save}} option from the menu.
#* Selezionare l'opzione {{MenuCommand|File → [[Image:Std_Save.svg|16px]] Salva}} dal menu.
#* Use the keyboard shortcut: {{KEY|Ctrl}}+{{KEY|S}}.
#* Usare la scorciatoia da tastiera: {{KEY|Ctrl}}+{{KEY|S}}.
# For new documents: enter a filename in the dialog box and press the {{Button|Save}} button.
# Per i nuovi documenti: immettere un nome file nella finestra di dialogo e premere il pulsante {{Button|Salva}}.


==Options==
<span id="Options"></span>
==Opzioni==


* For new documents: press {{KEY|Esc}} or the {{Button|Cancel}} button to abort the command.
* Per i nuovi documenti: premere il tasto {{KEY|Esc}} o il pulsante {{Button|Annulla}} per annullare il comando.


<span id="Notes"></span>
==Preferences==
==Note==


* Questo comando può essere utilizzato anche per salvare i grafici delle dipendenze. Vedere [[Std DependencyGraph/it|Grafico delle dipendenze]].
* The last used file location is stored: {{MenuCommand|Tools → Edit parameters... → BaseApp → Preferences → General → FileOpenSavePath}}.


==Scripting==
<span id="Scripting"></span>
==Script==


{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].
{{Emphasis|Vedere anche:}} [[FreeCAD Scripting Basics/it|Script di base per FreeCAD]]


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]].
Per salvare un documento, utilizzare il metodo {{incode|save}} dell'oggetto documento. Un nuovo documento deve prima essere salvato con il metodo {{incode|saveAs}} dell'oggetto documento. Per un esempio di scripting vedere [[Std_New/it|Nuovo]].



{{Docnav
{{Docnav/it
|[[Std_CloseAll|Std CloseAllWindows]]
|[[Std_CloseAllWindows/it|Chiudi tutto]]
|[[Std_SaveAs|Std SaveAs]]
|[[Std_File_Menu|Std File Menu]]
|[[Std_SaveAs/it|Salva con nome]]
|[[Std_File_Menu/it|Menu File]]
|IconL=
|IconL=Std_CloseAllWindows.svg
|IconR=Std_SaveAs.svg
|IconR=Std_SaveAs.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}


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

Latest revision as of 20:00, 23 April 2024

Salva

Posizione nel menu
File → Salva
Ambiente
Tutti
Avvio veloce
Ctrl+S
Introdotto nella versione
-
Vedere anche
Salva con nome, Salva una copia, Salva tutto

Descrizione

Il comando Salva salva il documento attivo.

Utilizzo

  1. Esistono diversi modi per invocare il comando:
    • Premere il pulsante Salva.
    • Selezionare l'opzione File → Salva dal menu.
    • Usare la scorciatoia da tastiera: Ctrl+S.
  2. Per i nuovi documenti: immettere un nome file nella finestra di dialogo e premere il pulsante Salva.

Opzioni

  • Per i nuovi documenti: premere il tasto Esc o il pulsante Annulla per annullare il comando.

Note

Script

Vedere anche: Script di base per FreeCAD

Per salvare un documento, utilizzare il metodo save dell'oggetto documento. Un nuovo documento deve prima essere salvato con il metodo saveAs dell'oggetto documento. Per un esempio di scripting vedere Nuovo.