Std Delete/en: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu}}


{{Docnav
{{Docnav
Line 12: Line 13:
{{GuiCommand
{{GuiCommand
|Name=Std Delete
|Name=Std Delete
|MenuLocation={{StdMenu|[[Std Edit Menu|Edit]]}} → Delete
|Workbenches=All
|Workbenches=All
|Shortcut={{KEY|Delete}} or {{KEY|Backspace}}
|MenuLocation=[[Std Edit Menu|Edit]] → Delete
|SeeAlso=[[Std Undo]], [[Std Redo]], [[Std Cut]], [[Std Paste]]
}}
}}


Line 20: Line 23:
This command deletes the selected object(s). If no object is selected, nothing is done.
This command deletes the selected object(s). If no object is selected, nothing is done.


==Use==
==Usage==


# Select (an) object(s)
Selected object(s) can be deleted from the document by pressing {{KEY|Del}}, from the menu item {{MenuCommand|Edit → Delete}}, or from the [[tree view|tree view]] context menu. All Delete operations can be undone and redone.
# Invoking the Delete command can be utilized several ways:
#* Pressing {{KEY|Delete}} or {{KEY|Backspace}} keyboard shortcut
#* Using the {{MenuCommand|{{StdMenu|[[Std Edit Menu|Edit]]}} → Delete}} menu
#* Using the [[tree view|tree view]] context menu.
#* Pressing the [[Image:Std Delete.svg|16px]] button in the toolbar.

'''Note:''' All Delete operations can be {{Button|[[Image:Std Undo.svg|16px]] [[Std Undo|undone]]}} and {{Button|[[Image:Std Redo.svg|16px]] [[Std Redo|redone]]}}.

==Scripting==


{{Docnav
{{Docnav
Line 34: Line 46:


{{Std Base navi}}
{{Std Base navi}}

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

Revision as of 17:28, 8 February 2020

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Std Delete

Menu location
Edit → Delete
Workbenches
All
Default shortcut
Delete or Backspace
Introduced in version
-
See also
Std Undo, Std Redo, Std Cut, Std Paste

Description

This command deletes the selected object(s). If no object is selected, nothing is done.

Usage

  1. Select (an) object(s)
  2. Invoking the Delete command can be utilized several ways:
    • Pressing Delete or Backspace keyboard shortcut
    • Using the Edit → Delete menu
    • Using the tree view context menu.
    • Pressing the button in the toolbar.

Note: All Delete operations can be undone and redone.

Scripting