From 9a431a5c979f9b0b2dbe95119eb66292bb00fbaf Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Thu, 10 Sep 2015 18:06:18 +0200 Subject: [PATCH] :green_heart: --- src/workspace.coffee | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/workspace.coffee b/src/workspace.coffee index ee7ccdf49..62fda5aed 100644 --- a/src/workspace.coffee +++ b/src/workspace.coffee @@ -509,11 +509,11 @@ class Workspace extends Model # # Note that the opener will be called if and only if the URI is not already open # in the current pane. The searchAllPanes flag expands the search from the - # current pane to all panes. If you wish to open a view of a different type for - # a file that is already open, consider changing the protocol of the URI. For - # example, perhaps you wish to preview a rendered version of the file `/foo/bar/baz.quux` - # that is already open in a text editor view. You could signal this by calling - # {Workspace::open} on the URI `quux-preview://foo/bar/baz.quux`. Then your opener + # current pane to all panes. If you wish to open a view of a different type for + # a file that is already open, consider changing the protocol of the URI. For + # example, perhaps you wish to preview a rendered version of the file `/foo/bar/baz.quux` + # that is already open in a text editor view. You could signal this by calling + # {Workspace::open} on the URI `quux-preview://foo/bar/baz.quux`. Then your opener # can check the protocol for quux-preview and only handle those URIs that match. addOpener: (opener) -> if includeDeprecatedAPIs