From b9a63d50305b632a86327cd6811558cc74480e56 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 16 Sep 2014 14:07:04 -0700 Subject: [PATCH] Add bit about editorView being sparse --- src/editor-view.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/editor-view.coffee b/src/editor-view.coffee index e91d69caa..fb8c458b4 100644 --- a/src/editor-view.coffee +++ b/src/editor-view.coffee @@ -9,6 +9,8 @@ EditorComponent = require './editor-component' # Public: Represents the entire visual pane in Atom. # # The EditorView manages the {Editor}, which manages the file buffers. +# `EditorView` is intentionally sparse. Most of the things you'll want +# to do are on {Editor}. # # ## Examples #