Commits on Mar 23, 2016

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

Commits on Mar 24, 2016

  1. Configuration menu
    Copy the full SHA
    3682197 View commit details
    Browse the repository at this point in the history
  2. [vim mode] Added yank command to yank the current line

    Bharad authored and marijnh committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    65964cf View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2016

  1. [vim bindings] Check if cm.save() is available before saving

    cm.save() might not exist if CodeMirror is not created from a
    textarea. This adds an additional check to prevent TypeErrors.
    Dominator008 authored and marijnh committed Mar 26, 2016
    Configuration menu
    Copy the full SHA
    1cc93d9 View commit details
    Browse the repository at this point in the history
  2. [real-world uses] Fix the link to Gerrit Code Review

    The code.google.com link is deprecated. Also add that CodeMirror
    is being used as Gerrit's inline editor.
    Dominator008 authored and marijnh committed Mar 26, 2016
    Configuration menu
    Copy the full SHA
    fa705ea View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2016

  1. [powershell mode] Initial commit

    VapidWorx authored and marijnh committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    14639cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20641be View commit details
    Browse the repository at this point in the history
  3. [powershell mode] Improve

    corrected angle bracket matching in operators (fixes block comments)
    corrected digit matching regex
    corrected spelling of 'identifier' in grammar dictionary
    notCharacterOrDash explicitly includes lowercase characters
    improved variable matching
    splatted variables now match
    bare '$' and '@' are errors, not variables
    moved single-quoted string processing into tokenSingleQuoteString
    incomplete strings are errors now
    empty strings are no longer errors
    added support for here-string interpolation with nesting support
    added highlighting for splatted vars
    removed arbitrary stream advancement prior to default error in tokenBase
    enabled folding braces
    beepmill authored and marijnh committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    d0e82a7 View commit details
    Browse the repository at this point in the history
  4. [powershell mode] Prepare for merge into CodeMirror repository

    Added tests and fixed some issues uncovered by testing.
    ashmind authored and marijnh committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    95f6840 View commit details
    Browse the repository at this point in the history
  5. [powershell mode] Integrate

    Issue #3911
    marijnh committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    c9b28f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2016

  1. Configuration menu
    Copy the full SHA
    98f2ce5 View commit details
    Browse the repository at this point in the history
  2. [vim bindings] Remove dead code and initialize a property

    The Error after the while(true) loop is not reachable and should
    be removed. The "this.iterator" property should be given an
    initial value of 0. This fixes two warnings reported by Closure
    Compiler.
    Dominator008 authored and marijnh committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    c3d2246 View commit details
    Browse the repository at this point in the history
  3. [properties mode] Use empty block instead of empty statement

    This eliminates a warning from Closure Compiler.
    Dominator008 authored and marijnh committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    aa0b249 View commit details
    Browse the repository at this point in the history
  4. [dtd mode] Fix code that lacks side-effects

    The 6 "n"s are reported as suspicious code by Closure Compiler.
    They can just be empty statements instead.
    Dominator008 authored and marijnh committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    ab455f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    420bdf1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea6382a View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2016

  1. Configuration menu
    Copy the full SHA
    c4390fb View commit details
    Browse the repository at this point in the history
  2. [sparl mode] Add 'bind' as op

    Closes #3922
    marijnh committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    78aaa54 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. Many spelling corrections

    jsoref authored and marijnh committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    4d1e417 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f095df View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2016

  1. [sql mode] Add text/x-gql MIME type

    Gary Sheng authored and marijnh committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    eb639c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3265e11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f1ce2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fa5752 View commit details
    Browse the repository at this point in the history
  5. [yacas mode] Add

    grzegorzmazur authored and marijnh committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    be36e3e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2016

  1. Configuration menu
    Copy the full SHA
    66fd40f View commit details
    Browse the repository at this point in the history
  2. Bump version number to 5.13.5

    5.13.4 was a trivial release restoring a LICENSE file.
    marijnh committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    225a35f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2016

  1. Configuration menu
    Copy the full SHA
    d6e8f34 View commit details
    Browse the repository at this point in the history
  2. [webidl mode] Add

    TimothyGu authored and marijnh committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    adb73ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    def7063 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    300f7f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2016

  1. [mode/meta] Recognize Bazel, Buck and Pants build files as Python in …

    …mode/meta.js
    
    BUCK, BUILD, *.BUILD and *.bzl files are build files for the three build
    systems mentioned, and they are all valid Python files.
    Dominator008 authored and marijnh committed Apr 8, 2016
    2 Configuration menu
    Copy the full SHA
    bef7e37 View commit details
    Browse the repository at this point in the history
  2. [sql mode] Add __key__ keyword to GQL MIME definition

    Gary Sheng authored and marijnh committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    44e4bd4 View commit details
    Browse the repository at this point in the history
  3. [sas mode] Add

    Jared Dean authored and marijnh committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    7fa0cdc View commit details
    Browse the repository at this point in the history
  4. [sas mode] Code style, integrate

    Issue #3932
    marijnh committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    9389a05 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2016

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

Commits on Apr 12, 2016

  1. 2 Configuration menu
    Copy the full SHA
    f486fcd View commit details
    Browse the repository at this point in the history
  2. [gfm mode] Fix fenced code block mode switching for objective-c

    There were two issues:
    
    1. Github flavored markdown calls Objective C `objective-c`
    2. The gfm.js mode didn't include `-` in its fenced code block regex
    
    Additionally, test/index.html did not import the mode/meta.js file,
    which prevented mode lookup by name from working in unit tests.
    james-howard authored and marijnh committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    44410cd View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2016

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

Commits on Apr 17, 2016

  1. [yacas mode] fix multiline comments

    grzegorzmazur authored and marijnh committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    060445d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

  1. [webidl mode] Fix stream handling

    TimothyGu authored and marijnh committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    479cc65 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. [yacas mode] Implement indentation

    grzegorzmazur authored and marijnh committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    aa98087 View commit details
    Browse the repository at this point in the history
  2. [real-world uses] Add iTrading

    joelpinheiro authored and marijnh committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    5c9a17c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71be4dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8631533 View commit details
    Browse the repository at this point in the history
  5. Update valid string prefix for Python 3.

    `u` prefix are valid (again) since 3.3, and `f` prefix are now allowed
    starting at 3.6 (which is not released yet though).
    Carreau authored and marijnh committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    03d684f View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2016

  1. [show-hint addon] Allow hinting functions to return Promises

    Even if we don't use promise internally, check for the existence of
    `.then` attributes on the return results of a hinting function, and if
    so assume it is a promise.
    
    Internally also convert all hinters to use the asynchronous interface
    for consistency and simplification of code paths.
    
    Closes #3971
    Carreau authored and marijnh committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    9e1ad23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87d10fa View commit details
    Browse the repository at this point in the history
  3. [Python] distinguish decorator at beginning of line from __matmul__

    @ as __matmul__ operator only on Python 3,
    
    Add tests for Python mode for this use case.
    
    Closes #3957
    Carreau authored and marijnh committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    db62891 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b36e58 View commit details
    Browse the repository at this point in the history