Skip to content

Commit

Permalink
Update Sublime Text external editor arguments (#6644)
Browse files Browse the repository at this point in the history
  • Loading branch information
quot authored Jan 22, 2023
1 parent e8131bf commit 313e216
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tutorials/editor/external_editor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Some example Exec Flags for various editors include:
+=====================+=====================================================+
| Geany/Kate | ``{file} --line {line} --column {col}`` |
+---------------------+-----------------------------------------------------+
| Atom/Sublime Text | ``{file}:{line}`` |
| Atom | ``{file}:{line}`` |
+---------------------+-----------------------------------------------------+
| JetBrains Rider | ``{project} --line {line} {file}`` |
+---------------------+-----------------------------------------------------+
Expand All @@ -45,6 +45,8 @@ Some example Exec Flags for various editors include:
+---------------------+-----------------------------------------------------+
| Emacs | ``emacs +{line}:{col} {file}`` |
+---------------------+-----------------------------------------------------+
| Sublime Text | ``{project} {file}:{line}:{column}`` |
+---------------------+-----------------------------------------------------+

.. note:: For Visual Studio Code on Windows, you will have to point to the ``code.cmd``
file. For Emacs, you can call ``emacsclient`` instead of ``emacs`` if
Expand Down

0 comments on commit 313e216

Please sign in to comment.