Commits on Mar 9, 2014

  1. Add some unit tests for enforcing the search behavior with 't' and 'f…

    …' from within macros.
    heppe committed Mar 9, 2014
    Configuration menu
    Copy the full SHA
    b92c57c View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2014

  1. Configuration menu
    Copy the full SHA
    2054ec8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2346 from heppe/macro_tf

    [vim] Unit test coverage for 't' and 'f' search commands within macros, and fix handling of '/'
    mightyguava committed Mar 10, 2014
    Configuration menu
    Copy the full SHA
    b16a1f2 View commit details
    Browse the repository at this point in the history
  3. : and . registers implemented

    binny committed Mar 10, 2014
    Configuration menu
    Copy the full SHA
    238015d View commit details
    Browse the repository at this point in the history
  4. ro_registers with corrections

    binny committed Mar 10, 2014
    Configuration menu
    Copy the full SHA
    dd873fb View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2014

  1. [dylan mode] Add

    heppe authored and marijnh committed Mar 11, 2014
    Configuration menu
    Copy the full SHA
    af4dedb View commit details
    Browse the repository at this point in the history
  2. [dylan mode] Clean up

    Issue #2352
    marijnh committed Mar 11, 2014
    Configuration menu
    Copy the full SHA
    4d9be84 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2347 from binora/ro_registers

    [vim] Implement ": and ". registers
    mightyguava committed Mar 11, 2014
    Configuration menu
    Copy the full SHA
    37ab36b View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2014

  1. Configuration menu
    Copy the full SHA
    0e857ad View commit details
    Browse the repository at this point in the history
  2. [xml mode] Style brackets with extra style

    Add tests. Adjust addons that depended on previous token structure.
    
    Also improve indentation around implicit end tags in HTML.
    
    Issue #2176
    Issue #2333
    marijnh committed Mar 12, 2014
    Configuration menu
    Copy the full SHA
    4eca704 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da21866 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2014

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

Commits on Mar 15, 2014

  1. [LICENCE] use current year

    peterkroon authored and marijnh committed Mar 15, 2014
    Configuration menu
    Copy the full SHA
    9ebe699 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2014

  1. Configuration menu
    Copy the full SHA
    dac3b43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d03267a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    362476c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efc576b View commit details
    Browse the repository at this point in the history
  5. [css mode] Add nonStandardPropertyKeywords list

    And style them differently from unknown properties.
    
    Issue #2356
    marijnh committed Mar 17, 2014
    Configuration menu
    Copy the full SHA
    fe9a348 View commit details
    Browse the repository at this point in the history
  6. [vim] Fix 'mark to move to first nonwhitespace

    binny authored and mightyguava committed Mar 17, 2014
    Configuration menu
    Copy the full SHA
    afcede2 View commit details
    Browse the repository at this point in the history
  7. [vim] Implement gstar and ghash

    binny authored and mightyguava committed Mar 17, 2014
    Configuration menu
    Copy the full SHA
    0afc1a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2014

  1. Remove fakedLastChar hack

    Issue #1474 was the cause of this hack
    Issue #2384 was apparently caused by it
    
    Recent Webkit-ish browsers seem to no longer have the problem that
    it was working around.
    marijnh committed Mar 18, 2014
    Configuration menu
    Copy the full SHA
    ef1b02e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbf533c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c13491 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01e7ab9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc6d7db View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2014

  1. Configuration menu
    Copy the full SHA
    f903d6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e53bcc View commit details
    Browse the repository at this point in the history
  3. [show-hint addon] Fix race with async enabled

    Summary: If `options.async` is enabled, it's possible for `activity` to
    be called a second time before the first call's paired `finishUpdate` is
    triggered. Then, when the second call to `finishUpdate` happens, the
    still-active widget in `completion.widget` is unceremoneously
    overwritten and can now never be closed. This leads to a lot of weird
    and broken behavior, notably an autocomplete window in the browser that
    never goes away and can insert its text over and over and over.
    
    Test Plan: This is really hard to trigger. My project consists of a
    webworker providing autocomplete, which has some latency before it calls
    the `finishUpdate` callback. But it depends on the exact latency and
    even the user's typing speed to whether things happen in just the right
    order. I basically just added and deleted characters with the
    autocomplete prompt open a bunch until it eventually reproduced. After
    applying this patch, several minutes of bashing didn't trigger the issue
    again.
    jwatzman authored and marijnh committed Mar 19, 2014
    Configuration menu
    Copy the full SHA
    3f69529 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6095fbf View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2014

  1. Mark release 3.23

    marijnh committed Mar 20, 2014
    Configuration menu
    Copy the full SHA
    e113da8 View commit details
    Browse the repository at this point in the history
  2. Bump version number post-3.23

    marijnh committed Mar 20, 2014
    Configuration menu
    Copy the full SHA
    8d87f56 View commit details
    Browse the repository at this point in the history
  3. Bump version number post-4.0

    marijnh committed Mar 20, 2014
    Configuration menu
    Copy the full SHA
    2af72ea View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into v4

    Conflicts:
    	AUTHORS
    	doc/compress.html
    	doc/manual.html
    	index.html
    	lib/codemirror.js
    	package.json
    marijnh committed Mar 20, 2014
    Configuration menu
    Copy the full SHA
    d2561af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c0d208 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0820321 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6cdacd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    28c2f3e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    041341b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    70a71e5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5b63f31 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f5195dc View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2014

  1. Configuration menu
    Copy the full SHA
    b3414d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc75b8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12e3efe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba7fc3e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2014

  1. Configuration menu
    Copy the full SHA
    d2a4d2c View commit details
    Browse the repository at this point in the history
  2. Add Bitcoin donation option

    marijnh committed Mar 22, 2014
    Configuration menu
    Copy the full SHA
    af66a8e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2014

  1. Add insertSoftTab command

    Issue #988
    marijnh committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    97b1153 View commit details
    Browse the repository at this point in the history
  2. [django mode] Add

    Added django.js which implements the following modes
    
      - django (text/x-django)
      - django:inner
    parisk authored and marijnh committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    0d698fc View commit details
    Browse the repository at this point in the history