mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Move and rename Buffer's 'anchors-updated' event
This commit is contained in:
@@ -284,6 +284,7 @@ class Buffer
|
||||
anchor.pauseEvents() for anchor in anchors
|
||||
anchor.handleBufferChange(change) for anchor in anchors
|
||||
anchor.resumeEvents() for anchor in anchors
|
||||
@trigger 'anchors-updated'
|
||||
|
||||
matchesInCharacterRange: (regex, startIndex, endIndex) ->
|
||||
text = @getText()
|
||||
|
||||
Reference in New Issue
Block a user