mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Remove mentions of VisualScript in the documentation
VisualScript has been removed in 4.0.alpha15 and later.
This commit is contained in:
@@ -341,31 +341,6 @@ Script Editor
|
||||
| Reset Zoom | :kbd:`Ctrl + 0` | :kbd:`Cmd + 0` | ``script_editor/reset_zoom`` |
|
||||
+----------------------+---------------------------------+---------------------------------+----------------------------------------+
|
||||
|
||||
Visual Script Editor
|
||||
--------------------
|
||||
|
||||
+-------------------+-----------------+-------------------+--------------------------------------------+
|
||||
| Action name | Windows, Linux | macOS | Editor setting |
|
||||
+===================+=================+===================+============================================+
|
||||
| Find Node Type | :kbd:`Ctrl + F` | :kbd:`Cmd + F` | ``visual_script_editor/find_node_type`` |
|
||||
+-------------------+-----------------+-------------------+--------------------------------------------+
|
||||
| Copy Nodes | :kbd:`Ctrl + C` | :kbd:`Cmd + C` | ``visual_script_editor/copy_nodes`` |
|
||||
+-------------------+-----------------+-------------------+--------------------------------------------+
|
||||
| Cut Nodes | :kbd:`Ctrl + X` | :kbd:`Cmd + X` | ``visual_script_editor/cut_nodes`` |
|
||||
+-------------------+-----------------+-------------------+--------------------------------------------+
|
||||
| Paste Nodes | :kbd:`Ctrl + V` | :kbd:`Cmd + V` | ``visual_script_editor/paste_nodes`` |
|
||||
+-------------------+-----------------+-------------------+--------------------------------------------+
|
||||
| Delete Selected | :kbd:`Del` | :kbd:`Cmd + BkSp` | ``visual_script_editor/delete_selected`` |
|
||||
+-------------------+-----------------+-------------------+--------------------------------------------+
|
||||
| Make Function | :kbd:`Ctrl + G` | :kbd:`Cmd + G` | ``visual_script_editor/create_function`` |
|
||||
+-------------------+-----------------+-------------------+--------------------------------------------+
|
||||
| Edit Member | :kbd:`Ctrl + E` | :kbd:`Cmd + E` | ``visual_script_editor/edit_member`` |
|
||||
+-------------------+-----------------+-------------------+--------------------------------------------+
|
||||
| Refresh Graph | :kbd:`Ctrl + R` | :kbd:`Cmd + R` | ``visual_script_editor/refresh_nodes`` |
|
||||
+-------------------+-----------------+-------------------+--------------------------------------------+
|
||||
| Toggle Breakpoint | :kbd:`F9` | :kbd:`F9` | ``visual_script_editor/toggle_breakpoint`` |
|
||||
+-------------------+-----------------+-------------------+--------------------------------------------+
|
||||
|
||||
Editor Output
|
||||
-------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user