mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
📝 doc Editor::getMarkerCount
This commit is contained in:
@@ -785,7 +785,9 @@ class Editor extends Model
|
||||
destroyMarker: (args...) ->
|
||||
@displayBuffer.destroyMarker(args...)
|
||||
|
||||
# Public: {Delegates to: DisplayBuffer.getMarkerCount}
|
||||
# Public: Get the number of markers in this editor's buffer.
|
||||
#
|
||||
# Returns a {Number}.
|
||||
getMarkerCount: ->
|
||||
@buffer.getMarkerCount()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user