Std CloseActiveWindow/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 6: Line 6:




<div class="mw-translate-fuzzy">
=== Descrizione ===
=== Descrizione ===


Line 29: Line 30:


Con questo comando non si esce da FreeCAD.
Con questo comando non si esce da FreeCAD.
</div>

==Usage==
# Invoke the Std Close command several ways:
#* Using the {{KEY|Ctrl}}+{{KEY|W}} keyboard shortcut
#* Using the {{MenuCommand|{{StdMenu|[[Std File Menu|File]]}} → Close}}


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 34: Line 41:
{{Userdocnavi/it}}
{{Userdocnavi/it}}
</div>
</div>

{{Userdocnavi}}
{{clear}}
{{clear}}

Revision as of 20:48, 6 February 2020

Chiudi

Posizione nel menu
File → Chiudi
Ambiente
Tutti
Avvio veloce
Crtl+W
Introdotto nella versione
-
Vedere anche
Chiudi tutto, Salva con nome... e Salva


Descrizione

Il comando chiude solo il documento attivo e permette di continuare a lavorare su altri documenti del progetto.

Se il documento non è stato salvato, o ha subito delle modifiche, visualizza un messaggio e chiede se si desidera salvarlo:



In caso di risposta affermativa,

  • se il documento è già stato salvato, usa il nome e l'indirizzo impostati,
  • se il documento non è mai stato salvato, apre la finestra per definire il percorso e assegnare un nome al documento:


Il comando Template:KEY/it chiude invece tutti i documenti del progetto.

Con questo comando non si esce da FreeCAD.

Usage

  1. Invoke the Std Close command several ways:
    • Using the Ctrl+W keyboard shortcut
    • Using the File → Close