highlight only the executing statement

This commit is contained in:
Dominik Kundel 2014-03-05 22:17:34 +01:00
parent d16d024782
commit b0d571c7ad
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@
.executing, .executed, .problem-marker-info, .problem-marker-warning, .problem-marker-error
position: absolute
.executing
background-color: rgba(0, 255, 0, 0.15)
background-color: rgba(0, 255, 0, 0.20)
@include gradient-striped()
.executed
background-color: rgba(110, 110, 110, 0.12)

View file

@ -480,7 +480,7 @@ module.exports = class SpellView extends View
else
@debugView.setVariableStates state.variables
gotVariableStates = true
markerType = "fullLine"
markerType = "text"
markerRange = new Range start.row, start.col, end.row, end.col
markerRange.start = @aceDoc.createAnchor markerRange.start
markerRange.end = @aceDoc.createAnchor markerRange.end