Rename Editor to TextEditorView

This commit is contained in:
probablycorey
2013-11-19 14:34:20 -08:00
parent 8e46bc5241
commit aaa82e23da
11 changed files with 42 additions and 41 deletions

View File

@@ -7,7 +7,7 @@ PaneColumn = require './pane-column'
# Public: A container which can contains multiple items to be switched between.
#
# Items can be almost anything however most commonly they're {Editor}s.
# Items can be almost anything however most commonly they're {TextEditorView}s.
#
# Most packages won't need to use this class, unless you're interested in
# building a package that deals with switching between panes or tiems.