Permalink
Commits on May 7, 2014
  1. Merge branch 'dev'

    Conflicts:
    	client/scripts/plugins/esprima/esprimaJsContentAssist.js
    	package.json
    	tests/client/esprima/esprimaJsContentAssistTests.js
    kdvolder committed May 7, 2014
  2. Merge pull request #300 from lzbgt/patch-1

    Update package.json: fixing the broken of 'when'
    aclement committed May 7, 2014
  3. Merge pull request #301 from lzbgt/patch-2

    Update start.js
    aclement committed May 7, 2014
Commits on Apr 30, 2014
  1. Update start.js

    change parameter location and output
    lzbgt committed Apr 30, 2014
  2. Update package.json

    The 'when' package is broken athttps://github.com/cujojs/when/archive/noisy-deferred-then.tar.gz
    
    fixed with https://github.com/cujojs/when/archive/master.tar.gz
    lzbgt committed Apr 30, 2014
Commits on Apr 16, 2014
  1. Fix 'when.js' dependency

    kdvolder committed Apr 16, 2014
Commits on Feb 6, 2014
  1. Fix QUnit paths

    ackalker committed Feb 6, 2014
Commits on Feb 3, 2014
  1. Fix some NPEs

    kdvolder committed Feb 3, 2014
Commits on Jun 28, 2013
  1. bumped to v0.5.0

    aclement committed Jun 28, 2013
Commits on Jun 13, 2013
  1. corrected CLA reference

    aclement committed Jun 13, 2013
Commits on May 31, 2013
  1. Upgrade to doctrine 0.0.4

    1. ensure all tests still passing.
    2. ensure calls to doctrine's stringify are invoked correctly.
    aeisenberg committed May 31, 2013
  2. Upgrade to doctrine 0.0.4

    1. ensure all tests still passing.
    2. ensure calls to doctrine's stringify are invoked correctly.
    aeisenberg committed May 31, 2013
Commits on May 23, 2013
  1. Fix for issue #265

    ensure that editor switching does not produce dirty editors.
    aeisenberg committed Mar 28, 2013
  2. All tests passing again

    Added new tests for summary type compression
    aeisenberg committed Mar 25, 2013
  3. Summary size much smaller now.

    Don't try to merge type from summary into an existing type.  This bloats things too much.
    aeisenberg committed Mar 22, 2013
  4. Better formatting of type hovers.

    Indenting object literals.
    aeisenberg committed Mar 22, 2013
  5. Final fixes for crossfile indexing with new type structure

    still too large
    aeisenberg committed Mar 22, 2013
  6. return to background indexing

    aeisenberg committed Mar 22, 2013
  7. Cut out too much from the summaries, but at least now localStorage do…

    …esn't overflow. Tests are failing.
    aeisenberg committed Mar 22, 2013
  8. Fix for issue #257

    Incremental find should disable autoactivation of
    content assist.
    aeisenberg committed Mar 12, 2013