Skip to content

Commit d7fe6c2

Browse files
committed
Fix Sublime Text arguments in Using an external editor
- Mention automatic Exec Flags setting in 4.5.
1 parent 4f4b681 commit d7fe6c2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

tutorials/editor/external_editor.rst

+9-2
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,18 @@ Some example **Exec Flags** for various editors include:
5454
+---------------------+-----------------------------------------------------+
5555
| Emacs | ``emacs +{line}:{col} {file}`` |
5656
+---------------------+-----------------------------------------------------+
57-
| Sublime Text | ``{project} {file}:{line}:{column}`` |
57+
| Sublime Text | ``{project} {file}:{line}:{col}`` |
5858
+---------------------+-----------------------------------------------------+
59-
| Visual Studio | ``/edit "file"`` |
59+
| Visual Studio* | ``/edit "file"`` |
6060
+---------------------+-----------------------------------------------------+
6161

62+
\*: Arguments are not automatically detected, so you must fill them in manually.
63+
64+
Since Godot 4.5, **Exec Flags** are automatically detected for all editors
65+
listed above (unless denoted with an asterisk). You don't need to paste them
66+
from this page for it to work, unless your editor has an executable name not
67+
recognized automatically (e.g. a fork of an editor listed here).
68+
6269
.. note::
6370

6471
For Visual Studio Code on Windows, you will have to point to the ``code.cmd``

0 commit comments

Comments
 (0)