highlight lines after insertion

This commit is contained in:
Dominik Kundel 2014-03-14 00:52:18 +01:00
parent 5c97fea363
commit 4cbdc3cb4b

View file

@ -424,6 +424,7 @@ module.exports = class SpellView extends View
onCoordinateSelected: (e) ->
return unless e.x? and e.y?
@ace.insert "{x: #{e.x}, y: #{e.y}}"
@highlightCurrentLine()
onStatementIndexUpdated: (e) ->
return unless e.ace is @ace