Added line highlighting event for iPad

This commit is contained in:
Michael Schmatz 2014-10-11 11:34:30 -04:00
parent 29a0e7db3f
commit e7269a62dd

View file

@ -640,6 +640,7 @@ module.exports = class SpellView extends CocoView
@aceSession.removeGutterDecoration start.row, @decoratedGutter[start.row] if @decoratedGutter[start.row] isnt ''
@aceSession.addGutterDecoration start.row, clazz
@decoratedGutter[start.row] = clazz
Backbone.Mediator.publish("tome:highlight-line", line:start.row) if application.isIPadApp
@debugView?.setVariableStates {} unless gotVariableStates
null