James Taylor

Results 9 issues of James Taylor

I'd rather this not be enabled by default as it could confuse things, but it'd definitely be good to have a command-line flag to include all files regardless of whether...

enhancement

Highlighting with Pygments gets confused as the comment delimiter is always plonked in at 0-spaced indentation, which breaks the whitespace-dependent SASS syntax, and Pygments thinks anything from then-on is a...

bug

This removes CodeMirror and Highlight and replaces them with [mdEdit](//github.com/jbt/mdEdit), a syntax-highlighted, semi-formatted markdown editor I've been working on, based on Prism. This means much nicer and more consistent styling...

Ok this isn't quite complete, but here's my initial stab at implementing chained scrollbars - for #4. So the way I've currently bashed it is as suggested in that issue...

All too often I find myself faced with this: ![screenshot from 2015-06-03 11 48 30](https://cloud.githubusercontent.com/assets/120506/7958358/7b22b83c-09e6-11e5-807b-772e6a6efbb0.png) ... which really isn't useful.

A few events and methods look like they're gonna be essential to implement nice chained scrolling in a side-by-side editor: - Get the Y-position of a given line or collection...