Commits on May 20, 2015

  1. Bump version number post-5.3

    marijnh committed May 20, 2015
    Configuration menu
    Copy the full SHA
    e18595b View commit details
    Browse the repository at this point in the history
  2. Typos in 5.3.0 release notes

    marijnh committed May 20, 2015
    Configuration menu
    Copy the full SHA
    9e4e844 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2015

  1. [meta] Include new ASN.1, TTCN and TTCN-CFG modes

    Hector Oswaldo Caballero authored and marijnh committed May 24, 2015
    Configuration menu
    Copy the full SHA
    7069185 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b8fb65 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2015

  1. Disable input polling when the context menu kludge is active

    It can, if the selection is changed in that narrow window, cause
    bogus deletion of the selection.
    
    Issue #3273
    marijnh committed May 26, 2015
    Configuration menu
    Copy the full SHA
    923bf9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    172a781 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0467bf2 View commit details
    Browse the repository at this point in the history
  4. [monokai theme] Add support for cm-header

    Matches color for `cm-link` style
    vincentwoo authored and marijnh committed May 26, 2015
    Configuration menu
    Copy the full SHA
    64b11dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ef6a90 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2015

  1. Configuration menu
    Copy the full SHA
    495de32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa8c368 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2015

  1. [continuelist addon] Update continuelist addon to also support ) as a…

    … ordered list bullet
    Marcel Gerber authored and marijnh committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    6fa7e27 View commit details
    Browse the repository at this point in the history
  2. [python mode] Add async and await keyword to python3

    Since May 5th. `async` and `await` are Python3 keywords.
    cf https://www.python.org/dev/peps/pep-0492/
    
    The new version of Python is still in beta, but start to get some use.
    And getting the correct highlighting out will help people not use
    `async` and `await` as variable name.
    Carreau authored and marijnh committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    6482803 View commit details
    Browse the repository at this point in the history
  3. [real-world uses] Fix JSFiddle link

    Brad Metcalf authored and marijnh committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    f0b870d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b69b03 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2015

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

Commits on Jun 3, 2015

  1. [twig mode] Add

    Anthony Dugois authored and marijnh committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    23a03a9 View commit details
    Browse the repository at this point in the history
  2. [twig mode] Integrate

    marijnh committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    00d968d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb51787 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2015

  1. [elm mode] Add

    Original code by Evan Czaplicki
    marijnh committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    90bc10b View commit details
    Browse the repository at this point in the history
  2. [factor mode] Add

    kerabromsmu authored and marijnh committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    63155b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2015

  1. [vim] ensure newly mapped commands take precedence

    - Use 'unshift' instead of 'push' to ensure newly mapped commands come first (and hence take precedence over previously mapped commands)
    kevinushey committed Jun 7, 2015
    Configuration menu
    Copy the full SHA
    476779e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7367b4d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2015

  1. Configuration menu
    Copy the full SHA
    7e701b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2608793 View commit details
    Browse the repository at this point in the history
  3. Use clipboardData in paste event when possible

    Get rid of webkit paste bug workaround again, since recent
    webkits all support the clipboard API.
    
    Issue #3031
    marijnh committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    451e6a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91ac27e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eca62f1 View commit details
    Browse the repository at this point in the history
  6. [tern addon] Initialize docs before creating tern server instance

    This PR initialize docs before creating tern server instance, because
    in some case, tern server creation call getFile which use docs.
    
    I have this case by using requirejs tern plugin + custom plugin which
    defines modules :
    
    ```json
    {
        "!name": "delite",
        "!define": {
          "!requirejs": {
            "delite/register": {
              "!type": "fn(tag: string, superclasses: [], props: ?) -> fn()",
          }
        }
      }
    ```
    angelozerr authored and marijnh committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    61e27f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7444827 View commit details
    Browse the repository at this point in the history
  8. [kotlin mode] Minor fixes

    satamas authored and marijnh committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    ee62a07 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    22f6cc8 View commit details
    Browse the repository at this point in the history
  10. [markdown mode] Adjust tests

    marijnh committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    b8e5c09 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2015

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

Commits on Jun 15, 2015

  1. Configuration menu
    Copy the full SHA
    2ed4c8f View commit details
    Browse the repository at this point in the history
  2. [themes] Make sure quote/header styles have lower precedence

    So that they don't end up overriding more specific styles.
    
    Issue #3325
    marijnh committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    4cfcb2d View commit details
    Browse the repository at this point in the history
  3. [vb mode] Add line commenting

    vincentwoo authored and marijnh committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    a08e3ec View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2015

  1. Configuration menu
    Copy the full SHA
    6336adf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a27da7 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2015

  1. [clike mode] Further improve definition highlighting for C++

    And add a styleDefs option to turn it off.
    
    Issue #3332
    marijnh committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    7b66350 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2015

  1. Configuration menu
    Copy the full SHA
    0bc820b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59d7821 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2015

  1. Configuration menu
    Copy the full SHA
    01c4b0e View commit details
    Browse the repository at this point in the history
  2. [php mode] Support 'nowdoc' strings

    Closes #3340
    marijnh committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    6068980 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2015

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

    mkaminsky11 authored and marijnh committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    60879ee View commit details
    Browse the repository at this point in the history
  3. [swift mode] Adjust code style

    Issue #3346
    marijnh committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    4a29539 View commit details
    Browse the repository at this point in the history
  4. Mark release 5.4.0

    marijnh committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    a2931a6 View commit details
    Browse the repository at this point in the history