-
- Downloads
Implement a new gutter system
- Multiple gutters are explicitly created with the gutters option - Markers go into a specific gutter, new setGutterMarker, clearGutter methods - The line number gutter is separate - The 'fixedGutter' feature is removed (painful to do now, was shaky anyway)
Showing
- demo/folding.html 4 additions, 1 deletiondemo/folding.html
- demo/marker.html 26 additions, 21 deletionsdemo/marker.html
- doc/manual.html 51 additions, 50 deletionsdoc/manual.html
- lib/codemirror.css 32 additions, 20 deletionslib/codemirror.css
- lib/codemirror.js 179 additions, 125 deletionslib/codemirror.js
- lib/util/foldcode.js 6 additions, 3 deletionslib/util/foldcode.js
- test/test.js 12 additions, 7 deletionstest/test.js
Loading
Please register or sign in to comment