mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 17:02:18 -05:00
Re-enabled gutter highlights for executing code.
This commit is contained in:
parent
0a2248393d
commit
7173fd367f
1 changed files with 1 additions and 1 deletions
|
@ -993,7 +993,7 @@ module.exports = class SpellView extends CocoView
|
|||
markerRange.end = @aceDoc.createAnchor markerRange.end
|
||||
markerRange.id = @aceSession.addMarker markerRange, clazz, markerType
|
||||
@markerRanges.push markerRange
|
||||
if false and executedRows[start.row] and @decoratedGutter[start.row] isnt clazz
|
||||
if executedRows[start.row] and @decoratedGutter[start.row] isnt clazz
|
||||
@aceSession.removeGutterDecoration start.row, @decoratedGutter[start.row] if @decoratedGutter[start.row] isnt ''
|
||||
@aceSession.addGutterDecoration start.row, clazz
|
||||
@decoratedGutter[start.row] = clazz
|
||||
|
|
Loading…
Reference in a new issue