Commits on Sep 19, 2012

  1. Bump version post-release

    marijnh committed Sep 19, 2012
    Configuration menu
    Copy the full SHA
    230d532 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2012

  1. Configuration menu
    Copy the full SHA
    553ce94 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2012

  1. Configuration menu
    Copy the full SHA
    6cffb09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19f0d06 View commit details
    Browse the repository at this point in the history
  3. Update lib/util/searchcursor.js

    fix reverse Regexp match which cause memory leak
    feizhang365 authored and marijnh committed Sep 28, 2012
    Configuration menu
    Copy the full SHA
    cc6079b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8b2cb7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64d2081 View commit details
    Browse the repository at this point in the history
  6. embedded ruby configuration

    ahoward authored and marijnh committed Sep 28, 2012
    1 Configuration menu
    Copy the full SHA
    cede207 View commit details
    Browse the repository at this point in the history
  7. [javascript&clike modes] Indent block comments with CodeMirror.Pass

    This'll align them with the previous line. It's not a perfect solution,
    but probably better than simply returning 0.
    
    Issue #854
    marijnh committed Sep 28, 2012
    Configuration menu
    Copy the full SHA
    45f85d3 View commit details
    Browse the repository at this point in the history
  8. Add gittip donation link

    marijnh committed Sep 28, 2012
    Configuration menu
    Copy the full SHA
    831a3a5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    07e933a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c903537 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2012

  1. [markdown] Fix performance issue with regex matching of single closin…

    …g chars (closes #862).
    
    Also avoid a global variable that snuck through.
    0b10011 authored and marijnh committed Oct 2, 2012
    Configuration menu
    Copy the full SHA
    9e77371 View commit details
    Browse the repository at this point in the history
  2. Make runmode escaping global

    rzhw authored and marijnh committed Oct 2, 2012
    Configuration menu
    Copy the full SHA
    dc768cc View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2012

  1. [markdown mode] A few fixes for highlighting.

    - Prevent "markdown_hrDashLong" test from failing when runHarness() is called manually.
    
    - Render EM / STRONG within link text (closes #823).
    
    - Add highlighting for images (closes #824).
    0b10011 authored and marijnh committed Oct 3, 2012
    Configuration menu
    Copy the full SHA
    f906dfd View commit details
    Browse the repository at this point in the history
  2. [markdown] Fix bug with false positive matches of inline links.

    - 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.
    0b10011 authored and marijnh committed Oct 3, 2012
    Configuration menu
    Copy the full SHA
    c8a039d View commit details
    Browse the repository at this point in the history
  3. [Markdown] [GFM] Rewrite GFM to inherit changes from Markdown mode be…

    …tter.
    
    - 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
    0b10011 authored and marijnh committed Oct 3, 2012
    Configuration menu
    Copy the full SHA
    076d906 View commit details
    Browse the repository at this point in the history
  4. Another kludge in measureLine/lineWrapping interaction

    Opening a new span between letters apparently *causes* the browser
    to consider that element start to be a good place to break. This
    adds zero-width joiners in such a situation to prevent this from
    happening.
    
    Closes #867
    marijnh committed Oct 3, 2012
    Configuration menu
    Copy the full SHA
    242961f View commit details
    Browse the repository at this point in the history
  5. Add note about mode dependency and links to highlighting tests.

    Brandon Frohs authored and marijnh committed Oct 3, 2012
    Configuration menu
    Copy the full SHA
    84baea5 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2012

  1. Configuration menu
    Copy the full SHA
    422a582 View commit details
    Browse the repository at this point in the history
  2. [simplehint util] Support completeSingle option

    To turn off the behavior where it'll always complete when only
    a single option is left.
    marijnh committed Oct 4, 2012
    Configuration menu
    Copy the full SHA
    95383b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    525f15c View commit details
    Browse the repository at this point in the history
  4. Set pre elements to overflow: visible

    Some sites set them to auto, which messes up our cursor (and probably more)
    marijnh committed Oct 4, 2012
    Configuration menu
    Copy the full SHA
    5250736 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2012

  1. [util/simple-hint] Align completion dropdown with completed word

    Add alignWithWord option to be able to turn that off.
    marijnh committed Oct 15, 2012
    Configuration menu
    Copy the full SHA
    c68ab00 View commit details
    Browse the repository at this point in the history
  2. [css] Fix class matching.

    This basically matches the CSS3 spec (except it doesn't match non-ascii characters).
    0b10011 authored and marijnh committed Oct 15, 2012
    Configuration menu
    Copy the full SHA
    bcc832b View commit details
    Browse the repository at this point in the history
  3. Don't mutated makedSpans arrays

    And add marker changes to the undo history, so that
    un/redoing doesn't cause 'ghost' markers to appear.
    
    Closes #882
    marijnh committed Oct 15, 2012
    Configuration menu
    Copy the full SHA
    8c7ca5e View commit details
    Browse the repository at this point in the history
  4. Fixed multi-line Lua comment recognition

    Multi-line Lua comments start with "--[[", not "--["
    ks-ifware authored and marijnh committed Oct 15, 2012
    Configuration menu
    Copy the full SHA
    82702d5 View commit details
    Browse the repository at this point in the history
  5. Fix typo in manual.

    0b10011 authored and marijnh committed Oct 15, 2012
    Configuration menu
    Copy the full SHA
    ebcd76e View commit details
    Browse the repository at this point in the history
  6. Fix typo (lenght)

    marijnh committed Oct 15, 2012
    Configuration menu
    Copy the full SHA
    fdf78f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2012

  1. Merged JavaScript and TypeScript mode as marijnh suggested

    ComFreek authored and marijnh committed Oct 16, 2012
    Configuration menu
    Copy the full SHA
    5ea1eb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3c1c79 View commit details
    Browse the repository at this point in the history
  3. Fix removing of spans

    marijnh committed Oct 16, 2012
    Configuration menu
    Copy the full SHA
    2b6d796 View commit details
    Browse the repository at this point in the history
  4. Remove copyright header

    (git is the authoritative source of who wrote what)
    marijnh committed Oct 16, 2012
    Configuration menu
    Copy the full SHA
    a2d9673 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac059ff View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2012

  1. Different approach to ensuring marker.clear works well with undo

    The previous approach was quite misguided.
    marijnh committed Oct 18, 2012
    Configuration menu
    Copy the full SHA
    431b443 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2012

  1. Update lib/codemirror.js

    fix double click to select a Chinese word in quotes bug:
    e.g:<div name='新增'>新增</div>  double click to select word 新增   
    feizhang365 authored and marijnh committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    0f8715c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e28462f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05bec05 View commit details
    Browse the repository at this point in the history
  4. Add expanded list of real-world uses as a separate page

    So that I don't have to say 'no' so often
    marijnh committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    ca3def0 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2012

  1. Add more real-world uses

    marijnh committed Oct 22, 2012
    Configuration menu
    Copy the full SHA
    f5bb594 View commit details
    Browse the repository at this point in the history
  2. Mark release 2.35

    marijnh committed Oct 22, 2012
    Configuration menu
    Copy the full SHA
    35846db View commit details
    Browse the repository at this point in the history