Merge pull request #13753 from atom/remove-text-editor-element-link

📝 🔥 broken TextEditorElement link
This commit is contained in:
Lee Dohm
2017-02-06 07:57:08 -08:00
committed by GitHub

View File

@@ -19,9 +19,7 @@ ZERO_WIDTH_NBSP = '\ufeff'
# Essential: This class represents all essential editing state for a single
# {TextBuffer}, including cursor and selection positions, folds, and soft wraps.
# If you're manipulating the state of an editor, use this class. If you're
# interested in the visual appearance of editors, use {TextEditorElement}
# instead.
# If you're manipulating the state of an editor, use this class.
#
# A single {TextBuffer} can belong to multiple editors. For example, if the
# same file is open in two different panes, Atom creates a separate editor for