Remove mentions of VisualScript in the documentation

VisualScript has been removed in 4.0.alpha15 and later.
This commit is contained in:
Hugo Locurcio
2022-09-01 01:44:54 +02:00
parent 81a4cc2002
commit d917648102
5 changed files with 4 additions and 33 deletions

View File

@@ -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
-------------