- Oct 16, 2012
-
-
shaund authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
The reason for putting them in doc turned out to be misguided
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Simply use top-level functions + a plain object.
-
Marijn Haverbeke authored
Detect when new position falls outside of a line, and retry. Also replaces the kludgy widget compensation code. Closes #886
-
- Oct 15, 2012
-
-
Marijn Haverbeke authored
-
Brandon Frohs authored
-
ks-ifware authored
Multi-line Lua comments start with "--[[", not "--["
-
Marijn Haverbeke authored
Issue #881
-
Marijn Haverbeke authored
By growing the vertical scrollbar to cover the whole editor when a wheel scroll is taking place. (This to avoid manually handling wheel events, for which there doesn't appear to be any way that feels native across browsers.) Closes #810
-
Marijn Haverbeke authored
And add marker changes to the undo history, so that un/redoing doesn't cause 'ghost' markers to appear. Closes #882
-
Marijn Haverbeke authored
So that, even though they share a z-index, they overlay the text and marked spans. Closes #883
-
Brandon Frohs authored
This basically matches the CSS3 spec (except it doesn't match non-ascii characters).
-
Marijn Haverbeke authored
Closes #875
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #857
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Add alignWithWord option to be able to turn that off.
-
- Oct 04, 2012
-
-
Marijn Haverbeke authored
Some sites set them to auto, which messes up our cursor (and probably more)
-
Marijn Haverbeke authored
And ensure we don't set cursor height to something negative. Closes #864
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
boomyjee authored
There are cases when widget could be a different repsentation of code, so while folding the code one may want to show widgets for hidden lines. I added showWidgets parameter to foldLines, if set it allows widgets for hidden lines to be shown. Here is a simple showcase where this functionality is needed: http://uxcandy.com/~boomyjee/dayside/plugins/teapot-copy/
-
Marijn Haverbeke authored
To turn off the behavior where it'll always complete when only a single option is left.
-
- Oct 03, 2012
-
-
Brandon Frohs authored
-
Marijn Haverbeke authored
Closes #868
-
Marijn Haverbeke authored
I tend to have some variety of it sitting in the root dir.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Brandon Frohs authored
- Add options to Markdown mode to make it easier to extend - Add GFM text overlay - SHA, User@SHA, and User/Project@SHA - #Num, User/#Num, and User/Project#Num - Vanilla URLs - Add GFM-specific tests - Fix overlay code so blankLine() is called - Fix GFM for v3
-
Brandon Frohs authored
- Inline links (square brackets followed by parentheses) cannot be separated by space (per Documentation and Dingus). - Added test that checks both for this and correct highlighting of square brackets by themselves.
-
Marijn Haverbeke authored
-
- Oct 02, 2012
-
-
Richard Z.H. Wang authored
-
Brandon Frohs authored
Also avoid a global variable that snuck through.
-
- Sep 28, 2012
-
-
Marijn Haverbeke authored
To make it easier for themes to override it. Fixes ambiance
-
Marijn Haverbeke authored
Closes #855
-