Std CloseAllWindows/it: Difference between revisions

From FreeCAD Documentation
(Created page with "Il comando '''Chiudi tutto''' chiude tutti i documenti.")
(Created page with "# Selezionare {{MenuCommand|File → Chiudi tutto}} dal menu. # Se il documento attivo non è stato salvato, una finestra di dialogo richiederà di salvarlo: #* Premere il pul...")
Line 24: Line 24:
==Utilizzo==
==Utilizzo==


# Select the {{MenuCommand|File → Close All}} option from the menu.
# Selezionare {{MenuCommand|File → Chiudi tutto}} dal menu.
# Se il documento attivo non è stato salvato, una finestra di dialogo richiederà di salvarlo:
# If there are unsaved documents a dialog box will prompt you to save them:
#* Press the {{Button|Save}} button to save the active document. If required enter a filename first.
#* Premere il pulsante {{Button|Salva}} Se necessario, inserire prima un nome per il file.
#* Press the {{Button|Discard}} button to discard the active document and lose all changes.
#* Premere il pulsante {{Button|Tralascia}} per eliminare il documento e perdere tutte le modifiche.


==Opzioni==
==Opzioni==

Revision as of 19:45, 15 June 2020

Chiudi tutto

Posizione nel menu
File → Chiudi tutto
Ambiente
Tutti
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Chiudi

Descrizione

Il comando Chiudi tutto chiude tutti i documenti.

Utilizzo

  1. Selezionare File → Chiudi tutto dal menu.
  2. Se il documento attivo non è stato salvato, una finestra di dialogo richiederà di salvarlo:
    • Premere il pulsante Salva Se necessario, inserire prima un nome per il file.
    • Premere il pulsante Tralascia per eliminare il documento e perdere tutte le modifiche.

Opzioni

  • If there are multiple unsaved documents: check the Apply answer to all checkbox to avoid being prompted for each unsaved document separately.
  • If there are unsaved documents: press Esc or the Cancel button to abort the command.

Preferenze

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

Script

Vedere anche: Script di base per FreeCAD

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