Commits on Apr 22, 2014

  1. Bump version number post-4.1

    marijnh committed Apr 22, 2014
    Configuration menu
    Copy the full SHA
    295c1af View commit details
    Browse the repository at this point in the history
  2. [livescript mode] Fix empty tokens, clean up style

    Remove .ls source file
    marijnh committed Apr 22, 2014
    Configuration menu
    Copy the full SHA
    ce4a4d8 View commit details
    Browse the repository at this point in the history
  3. Register select-all detection timeout per editor

    So that a subsequent context menu handler can cancel it
    
    Issue #2491
    marijnh committed Apr 22, 2014
    Configuration menu
    Copy the full SHA
    513fba0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ab1283 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2014

  1. Fix logic error in onFocus

    Issue #2494
    marijnh committed Apr 23, 2014
    Configuration menu
    Copy the full SHA
    708f68c View commit details
    Browse the repository at this point in the history
  2. Remove debugging code

    marijnh committed Apr 23, 2014
    Configuration menu
    Copy the full SHA
    1e3321f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb1fc60 View commit details
    Browse the repository at this point in the history
  4. Another fix around the select-all hack

    Issue #2495
    marijnh committed Apr 23, 2014
    Configuration menu
    Copy the full SHA
    0558dfe View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2014

  1. Configuration menu
    Copy the full SHA
    4ea8470 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    068227e View commit details
    Browse the repository at this point in the history
  3. [jade mode] Re-write to match the jade lexer

    Forbes Lindesay authored and marijnh committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    9fa870f View commit details
    Browse the repository at this point in the history
  4. [jade mode] Fix linter errors

    Issue #2490
    marijnh committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    d291fdb View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2014

  1. Configuration menu
    Copy the full SHA
    237b5f3 View commit details
    Browse the repository at this point in the history
  2. [compression helper] Use CodeMirror for code field

    Dog food, and all that.
    marijnh committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    a3ae0e9 View commit details
    Browse the repository at this point in the history
  3. [runmode addon] Pass state to blankLine

    Issue #2502
    marijnh committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    91e351e View commit details
    Browse the repository at this point in the history
  4. [foldcode addon] preventDefault clicks on widgets

    So that the click doesn't kill editor focus.
    
    Closes #2505
    marijnh committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    350e8b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2014

  1. [haxe mode] Line comments for Hxml

    as3boyan authored and marijnh committed Apr 28, 2014
    Configuration menu
    Copy the full SHA
    b614431 View commit details
    Browse the repository at this point in the history
  2. [vim]: IE8 fixes.

     - avoid array .indexOf - fixes % key and non-pcre searches.
     - avoid array .map - fixes a couple of non-running tests.
    cben authored and mightyguava committed Apr 28, 2014
    Configuration menu
    Copy the full SHA
    de6fd11 View commit details
    Browse the repository at this point in the history
  3. [shell mode] Fix empty token bug

    Issue #2506
    marijnh committed Apr 28, 2014
    Configuration menu
    Copy the full SHA
    b96e1ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e42d9a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2014

  1. Use a different approach to handling window events

    One that's less scary, and allows immediate garbage collection
    (rather than waiting up to 500 ms). Does not work in IE8, though.
    
    Also shows editors as blurred when the window loses focus.
    marijnh committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    d320196 View commit details
    Browse the repository at this point in the history
  2. [css mode] Fix empty token bug

    Issue #2516
    marijnh committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    1f2bc90 View commit details
    Browse the repository at this point in the history
  3. Loosen restriction on empty tokens

    It is turning into a major headache, since apparently a
    lot of modes are written with the assumption that empty
    tokens are okay.
    
    Closes #2517
    marijnh committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    2c60a28 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2014

  1. Generate description of included files for comment block at top of co…

    …mpressed code mirror
    davemyersworld authored and marijnh committed Apr 30, 2014
    Configuration menu
    Copy the full SHA
    74e1cdb View commit details
    Browse the repository at this point in the history
  2. Clean up previous patch

    Issue #2519
    marijnh committed Apr 30, 2014
    Configuration menu
    Copy the full SHA
    67cce6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96d99ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d85e043 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    097ef7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6fb1fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1cb9eb4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e634f0 View commit details
    Browse the repository at this point in the history
  9. [vim] Remove obsolete setCursor from moveByPage

    Yunchi Luo committed Apr 30, 2014
    Configuration menu
    Copy the full SHA
    998a1b6 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2014

  1. [css mode] Fixing a vendor prefix highlighting bug

    A more detailed problem description in issue #2523
    Tomas-A authored and marijnh committed May 2, 2014
    Configuration menu
    Copy the full SHA
    c26ba1c View commit details
    Browse the repository at this point in the history
  2. [gfm mode] Stack link tokens in overlay with base tokens.

    Added `combineTokens` for overlays that can override default
    `combine` argument.
    0b10011 authored and marijnh committed May 2, 2014
    Configuration menu
    Copy the full SHA
    9b1fe0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a2bfc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2328627 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37323b5 View commit details
    Browse the repository at this point in the history
  6. Remove replaced code

    Issue #2507
    marijnh committed May 2, 2014
    Configuration menu
    Copy the full SHA
    4bfb402 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a7fb965 View commit details
    Browse the repository at this point in the history
  8. [emacs mode] Fix test, and issue caused by test

    For tranposeChars
    
    Issue #2507
    marijnh committed May 2, 2014
    Configuration menu
    Copy the full SHA
    3fb77a3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21e96c0 View commit details
    Browse the repository at this point in the history
  10. [neo theme] Add

    nawroth authored and marijnh committed May 2, 2014
    Configuration menu
    Copy the full SHA
    ae386fb View commit details
    Browse the repository at this point in the history
  11. [cypher mode] Add

    nawroth authored and marijnh committed May 2, 2014
    Configuration menu
    Copy the full SHA
    d38aab8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3984c5a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1b9be41 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    38cc619 View commit details
    Browse the repository at this point in the history
  15. [vim] Clean up visual_U/u and add tests.

    binny authored and mightyguava committed May 2, 2014
    Configuration menu
    Copy the full SHA
    f7f506f View commit details
    Browse the repository at this point in the history
  16. [perl mode] Include $ in wordChars

    Issue #2426
    marijnh committed May 2, 2014
    Configuration menu
    Copy the full SHA
    08054b1 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2014

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

Commits on May 5, 2014

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