WIP: making folded lines look better

This commit is contained in:
Corey Johnson
2012-07-06 11:19:19 -07:00
parent 569359b687
commit 0e4f156cb0
2 changed files with 3 additions and 5 deletions

View File

@@ -650,7 +650,7 @@ class Editor extends View
@renderedLines.css('padding-bottom', heightOfRenderedLines)
adjustWidthOfRenderedLines: ->
@renderedLines.width(@charWidth * @maxScreenLineLength())
# @renderedLines.width(@charWidth * @maxScreenLineLength())
handleScrollHeightChange: ->
scrollHeight = @lineHeight * @screenLineCount()

View File

@@ -70,13 +70,11 @@ color:#D2A8A1;
}
.fold {
background-color: #524228;
color: #969696;
background-color: #1D2620;
}
.fold.selected {
background-color: #2A3B2A;
color: #969696;
background-color: #2b382f;
}
.support.function {