Skip to content

Commit

Permalink
Add example for adding Sublime Text 3 as an editor
Browse files Browse the repository at this point in the history
Sublime Text 3 has command-line helper utility that needs to be used to pass these options. See the documentation: http://docs.sublimetext.info/en/latest/command_line/command_line.html
  • Loading branch information
bytesized authored and Mark Côté committed Oct 3, 2018
1 parent 9e088a3 commit 96be62b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion arcanist-windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,18 @@ They should work for Git Bash and PowerShell as well.
arc set-config editor "\"C:\Program Files (x86)\Notepad++\notepad++.exe\" -multiInst -nosession"
* Sublime:
* Sublime Text 2:

.. code-block:: text
arc set-config editor "\"C:\Program Files\Sublime Text 2\sublime_text.exe\" -w -n"
* Sublime Text 3:

.. code-block:: text
arc set-config editor "\"C:\Program Files\Sublime Text 3\subl.exe\" -w -n"
#. At this point, you should be all set up. Follow the rest of the
standard instructions for :ref:`configuring Arcanist
<setting-up-arcanist>` to use our instance.
Expand Down

0 comments on commit 96be62b

Please sign in to comment.