Commits on Jan 16, 2014

  1. Bump version number post-3.21

    marijnh committed Jan 16, 2014
    Configuration menu
    Copy the full SHA
    51ad9ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    286f388 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51032ed View commit details
    Browse the repository at this point in the history
  4. Fix bug in updateScrollbars.

    On IE8 only scrollHeight - d.scroller.clientHeight + d.scrollbarV.clientHeight evaluates to -ve in some cases. Guard that with returning 0 in that case. Seems a bug in IE8, so this can be treated as a workaround.
    sheopory authored and marijnh committed Jan 16, 2014
    Configuration menu
    Copy the full SHA
    a53e500 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2014

  1. Don't generate <span class="cm-"> nodes when token() returns only lin…

    …e-foo/line-background-foo styles.
    cben authored and marijnh committed Jan 17, 2014
    Configuration menu
    Copy the full SHA
    804a30c View commit details
    Browse the repository at this point in the history
  2. Remove tests using getElementsByTagName

    The method isn't present on all supported platforms, and these
    tests tested someting very obscure, and already failed on the v4
    branch which representes the editor content differently.
    
    Issue #2152
    marijnh committed Jan 17, 2014
    Configuration menu
    Copy the full SHA
    6d29731 View commit details
    Browse the repository at this point in the history
  3. Handle spurious spaces from token().

    cben authored and marijnh committed Jan 17, 2014
    Configuration menu
    Copy the full SHA
    2b61ac9 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2014

  1. [vim keymap] Fix to moveTillCharacter

    Return null from moveTillCharacter if nothing is found, so that if a
    deletion operation is active but no match was found, nothing gets
    deleted. Add a unit test for moveTillCharacter.
    heppe authored and marijnh committed Jan 20, 2014
    Configuration menu
    Copy the full SHA
    087d37c View commit details
    Browse the repository at this point in the history
  2. Make hasFocus use document.activeElement, rather than internal flag

    This way, it synchronously returns the current value, rather
    than only being updated when an async focus/blur event fires.
    
    Closes #2151
    marijnh committed Jan 20, 2014
    Configuration menu
    Copy the full SHA
    537edc5 View commit details
    Browse the repository at this point in the history
  3. Fixed clojure indenting, now will try to use the user's setting

    Marco Munizaga authored and marijnh committed Jan 20, 2014
    Configuration menu
    Copy the full SHA
    982beb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2c87a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6dad920 View commit details
    Browse the repository at this point in the history
  6. [closetag addon] Allow typing '/' if there's no matching open tag

    Narciso Jaramillo authored and marijnh committed Jan 20, 2014
    Configuration menu
    Copy the full SHA
    9ad6218 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2014

  1. Configuration menu
    Copy the full SHA
    2dcfbd6 View commit details
    Browse the repository at this point in the history
  2. [mdn-like theme] Add

    peterkroon authored and marijnh committed Jan 22, 2014
    Configuration menu
    Copy the full SHA
    0cbe02f View commit details
    Browse the repository at this point in the history
  3. [mdn-like theme] Integrate

    marijnh committed Jan 22, 2014
    Configuration menu
    Copy the full SHA
    524e770 View commit details
    Browse the repository at this point in the history
  4. [css mode] Added missing animation-fill-mode property

    Also resorted the next few lines so one would not stick out farther than
    the others.
    
    https://developer.mozilla.org/en-US/docs/Web/CSS/animation-fill-mode
    le717 authored and marijnh committed Jan 22, 2014
    Configuration menu
    Copy the full SHA
    e2ccf3a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2014

  1. [vim] Fix unescaping of escaped strings for search and replace

    Add unit tests.
    heppe authored and marijnh committed Jan 23, 2014
    Configuration menu
    Copy the full SHA
    327b688 View commit details
    Browse the repository at this point in the history
  2. [css mode] Add simple support for @Keyframes

    Closes #2161
    marijnh committed Jan 23, 2014
    Configuration menu
    Copy the full SHA
    38c8463 View commit details
    Browse the repository at this point in the history
  3. [less] don't confuse less mode..

    ..with the newly added simple support for @Keyframes
    peterkroon authored and marijnh committed Jan 23, 2014
    Configuration menu
    Copy the full SHA
    31a264a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2014

  1. Configuration menu
    Copy the full SHA
    a0522c1 View commit details
    Browse the repository at this point in the history
  2. [vim] Use key character instead of key identifier to map all characte…

    …r keys without modifiers
    mightyguava authored and marijnh committed Jan 24, 2014
    Configuration menu
    Copy the full SHA
    ccd334c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2014

  1. Added "historyAdded" doc event.

    Added a doc event "historyAdded" which is dispatched when a new entry is added to the document history. It is not dispatched when a history entry is amended. This allows CM's history to be integrated easily into application level undo/redo.
    
    Signed-off-by: Grant Skinner <info@gskinner.com>
    gskinner authored and marijnh committed Jan 26, 2014
    Configuration menu
    Copy the full SHA
    c7e4ad7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98a2899 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5523871 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2014

  1. Signal overwriteToggle event

    Issue #2180
    WebsiteDeveloper authored and marijnh committed Jan 28, 2014
    Configuration menu
    Copy the full SHA
    f9aa052 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55223f6 View commit details
    Browse the repository at this point in the history
  3. [css mode] Update Grid Layout property names

    Some properties were outdated and some other were missing according to last
    version of the CSS Grid Layout spec:
    http://www.w3.org/TR/css3-grid-layout/#property-index
    mrego authored and marijnh committed Jan 28, 2014
    Configuration menu
    Copy the full SHA
    0141579 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b538a4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afe0dfb View commit details
    Browse the repository at this point in the history
  6. [merge addon] Add trailing semicolon too diff_match_patch.js

    (otherwise there is an error if all is minified in one file)
    domagojk authored and marijnh committed Jan 28, 2014
    Configuration menu
    Copy the full SHA
    eab9b5e View commit details
    Browse the repository at this point in the history
  7. [clojure mode] Add angle brackets to symbol characters

    ndr authored and marijnh committed Jan 28, 2014
    Configuration menu
    Copy the full SHA
    1a1e6a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cc5ba85 View commit details
    Browse the repository at this point in the history
  9. [sql plsql] Add builtin: bigserial, serial...

    ... UNLOGGED, add keyword: cascade
    peterkroon authored and marijnh committed Jan 28, 2014
    Configuration menu
    Copy the full SHA
    53b129b View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2014

  1. Configuration menu
    Copy the full SHA
    76c9734 View commit details
    Browse the repository at this point in the history
  2. [docs & project page] Typo fixes.

    waywardmonkeys authored and marijnh committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    c1d75b7 View commit details
    Browse the repository at this point in the history
  3. Enable some more IE workarounds in IE11

    It seems that, though they changed their userAgent string
    completely, they did keep most of their bugs.
    
    Fixes copy/select-all from context menu.
    
    Closes #1983
    marijnh committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    6d184fa View commit details
    Browse the repository at this point in the history
  4. Focus the window when the editor is clicked

    Prevents issue where the cursor blinks but an iframe is focused,
    so typing doesn't end up in the editor.
    marijnh committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    bfa2a17 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2014

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

Commits on Jan 31, 2014

  1. [markdown mode] Rename header2 -> header-2

    and `formatting-header4` -> `formatting-header-4` for consistency.
    cben authored and marijnh committed Jan 31, 2014
    Configuration menu
    Copy the full SHA
    f289321 View commit details
    Browse the repository at this point in the history
  2. [julia mode] Various improvements

    malmaud authored and marijnh committed Jan 31, 2014
    Configuration menu
    Copy the full SHA
    15cb164 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    837cf89 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2014

  1. use correct classes for headers

    The header classes for specific levels of headers, which should set the size of each header did not match the classes in the editor. This commit fixes that.
    billymoon authored and marijnh committed Feb 3, 2014
    Configuration menu
    Copy the full SHA
    5a0ebbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53df110 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1773441 View commit details
    Browse the repository at this point in the history
  4. Fix another case of bootstrap blues

    (Border-sizing on the CodeMirror-linenumber class)
    
    Issue #2210
    marijnh committed Feb 3, 2014
    Configuration menu
    Copy the full SHA
    bed5c81 View commit details
    Browse the repository at this point in the history
  5. [runmode addon] Fixed resolveMode in runmode.node

    This fix has been modelled after the getMode function in runmode.node in
    v3.20.0
    amsul authored and marijnh committed Feb 3, 2014
    Configuration menu
    Copy the full SHA
    5581979 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2014

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

Commits on Feb 6, 2014

  1. [rst mode] Fix innerMode and copyState

    Issue #2221
    marijnh committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    94e4a4b View commit details
    Browse the repository at this point in the history
  2. [rst mode] Swap mode definitions

    So that the default mode when this is loaded first is actually a
    working mode.
    
    Also: indent the file to correspond to the rest of the codebase.
    
    Closes #2223
    marijnh committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    ca66aab View commit details
    Browse the repository at this point in the history