瀏覽代碼

Update Sublime Text external editor arguments (#6644)

Alex Coté 2 年之前
父節點
當前提交
74d1095162
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      tutorials/editor/external_editor.rst

+ 3 - 1
tutorials/editor/external_editor.rst

@@ -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}``                  |
 +---------------------+-----------------------------------------------------+
@@ -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, you will have to point to the ``code.cmd``
           file. For Emacs, you can call ``emacsclient`` instead of ``emacs`` if