Std Save/de: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Created page with "{{Docnav/de |AllesSchließen |SpeichernUnter |Std Menü Datei |IconL=Std_CloseAllWindows.svg |IconR=Std_SaveA...")
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{Docnav
{{Docnav/de
|[[Std_CloseAllWindows|Std CloseAllWindows]]
|[[Std_CloseAllWindows/de|AllesSchließen]]
|[[Std_SaveAs|Std SaveAs]]
|[[Std_SaveAs/de|SpeichernUnter]]
|[[Std_File_Menu|Std File Menu]]
|[[Std_File_Menu/de|Std Menü Datei]]
|IconL=
|IconL=Std_CloseAllWindows.svg
|IconR=Std_SaveAs.svg
|IconR=Std_SaveAs.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}


{{GuiCommand/de
<div class="mw-translate-fuzzy">
|Name=Std Save
{{GuiCommand/de|Name/de=Std Save|MenuLocation=[[Std_File_Menu/de|Datei]] → Speichern|Workbenches=Alle|Shortcut={{KEY|Strg}}+{{KEY|S}}|SeeAlso=[[Std_SaveAs/de|Speichern unter...]]}}
|Name/de=Std Speichern
</div>
|MenuLocation=Datei → Speichern
|Workbenches=Alle
|Shortcut={{KEY|Ctrl}}+{{KEY|S}}
|SeeAlso=[[Std_SaveAs/de|Std SpeichernUnter]], [[Std_SaveCopy/de|Std KopieSpeichern]], [[Std_SaveAll/de|Std AllesSpeichern]]
}}


==Description==
==Beschreibung==


The '''Std Save''' command saves the active document.
Der Befehl '''Std Speichern''' speichert das aktive Dokument.


==Usage==
==Anwendung==


# Es gibt mehrere Möglichkeiten das Werkzeug aufzurufen:
# There are several ways to invoke the command:
#* Press the {{Button|[[Image:Std_Save.svg|16px]] [[Std_Save|Std Save]]}} button.
#* Die Schaltfläche {{Button|[[Image:Std_Save.svg|16px]] [[Std_Save/de|Speichern]]}} drücken.
#* Select the {{MenuCommand|File → [[Image:Std_Save.svg|16px]] Save}} option from the menu.
#* Den Menüeintrag {{MenuCommand|Datei → [[Image:Std_Save.svg|16px]] Speichern}} auswählen.
#* Use the keyboard shortcut: {{KEY|Ctrl}}+{{KEY|S}}.
#* Das Tastaturkürzel {{KEY|Ctrl}}+{{KEY|S}}.
# For new documents: enter a filename in the dialog box and press the {{Button|Save}} button.
# Für neue Dokumente: Einen Dateinamen im Dialogfeld eintragen und die Schaltfläche {{Button|Speichern}} drücken.


==Options==
==Optionen==


* For new documents: press {{KEY|Esc}} or the {{Button|Cancel}} button to abort the command.
* Für neue Dokumente: {{KEY|Esc}} oder Schaltfläche {{Button|Abbrechen}} drücken, um den Befehl abzubrechen.


==Notes==
==Hinweise==


* This command can also be used to save dependency graphs. See [[Std_DependencyGraph|Std DependencyGraph]].
* This command can also be used to save dependency graphs. See [[Std_DependencyGraph|Std DependencyGraph]].


==Preferences==
==Einstellungen==


* The last used file location is stored: {{MenuCommand|ToolsEdit parameters... → BaseApp → Preferences → General → FileOpenSavePath}}.
* Der zuletzt verwendete Dateispeicherort wird gespeichert: {{MenuCommand|WerkzeugeParameter bearbeiten... → BaseApp (BasisAnwendung) → Preferences (Einstellungen) → General (Allgemein) → FileOpenSavePath}}.


==Scripting==
==Skripten==


{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].
{{Emphasis|Siehe auch:}} [[FreeCAD_Scripting_Basics/de|FreeCAD Grundlagen Skripten]].


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/de
|[[Std_CloseAllWindows|Std CloseAllWindows]]
|[[Std_CloseAllWindows/de|AllesSchließen]]
|[[Std_SaveAs|Std SaveAs]]
|[[Std_SaveAs/de|SpeichernUnter]]
|[[Std_File_Menu|Std File Menu]]
|[[Std_File_Menu/de|Std Menü Datei]]
|IconL=
|IconL=Std_CloseAllWindows.svg
|IconR=Std_SaveAs.svg
|IconR=Std_SaveAs.svg
|IconC=Freecad.svg
|IconC=Freecad.svg

Latest revision as of 07:53, 12 April 2022

Std Speichern

Menüeintrag
Datei → Speichern
Arbeitsbereich
Alle
Standardtastenkürzel
Ctrl+S
Eingeführt in Version
-
Siehe auch
Std SpeichernUnter, Std KopieSpeichern, Std AllesSpeichern

Beschreibung

Der Befehl Std Speichern speichert das aktive Dokument.

Anwendung

  1. Es gibt mehrere Möglichkeiten das Werkzeug aufzurufen:
    • Die Schaltfläche Speichern drücken.
    • Den Menüeintrag Datei → Speichern auswählen.
    • Das Tastaturkürzel Ctrl+S.
  2. Für neue Dokumente: Einen Dateinamen im Dialogfeld eintragen und die Schaltfläche Speichern drücken.

Optionen

  • Für neue Dokumente: Esc oder Schaltfläche Abbrechen drücken, um den Befehl abzubrechen.

Hinweise

Einstellungen

  • Der zuletzt verwendete Dateispeicherort wird gespeichert: Werkzeuge → Parameter bearbeiten... → BaseApp (BasisAnwendung) → Preferences (Einstellungen) → General (Allgemein) → FileOpenSavePath.

Skripten

Siehe auch: FreeCAD Grundlagen Skripten.

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.