mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 05:50:55 +01:00
Provide a little documentation about multiple editors
Summary: In retrospect this is probably mostly obvious from the UI. Test Plan: {F26314} Reviewers: vrana Reviewed By: vrana CC: aran Maniphest Tasks: T2095 Differential Revision: https://secure.phabricator.com/D4075
This commit is contained in:
parent
02e8a322dc
commit
aa4ac462c3
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ In general, you'll set this field to something like:
|
||||||
lang=uri
|
lang=uri
|
||||||
editor://open/?file=%f
|
editor://open/?file=%f
|
||||||
|
|
||||||
|
Some editors support opening multiple files at once when filenames are separated
|
||||||
|
by spaces. If your editor supports this feature, set "Edit Multiple Files" to
|
||||||
|
"Supported". Otherwise, you can set it to "Not Supported" to disable "Open All"
|
||||||
|
buttons in the interface.
|
||||||
|
|
||||||
== Configuring: TextMate on OS X ==
|
== Configuring: TextMate on OS X ==
|
||||||
|
|
||||||
TextMate installs a ##txmt://## handler by default, so it's easy to configure
|
TextMate installs a ##txmt://## handler by default, so it's easy to configure
|
||||||
|
|
Loading…
Reference in a new issue