]> code.delx.au - gnu-emacs-elpa/history - js2-mode.el
Handle unlimited function nesting in imenu index
[gnu-emacs-elpa] / js2-mode.el
2011-12-25 Dmitry GutovHandle unlimited function nesting in imenu index
2011-11-13 Dmitry GutovFix indentation of the 2nd line when the 1st line is...
2011-11-08 Dmitry GutovDon't clobber minibuffer contents with warnings
2011-11-08 Dmitry GutovDon't mark strict mode decl as having no side effects
2011-11-08 Dmitry GutovRun `js2-mode-hook` before doing the first parse
2011-10-27 Dmitry GutovMerge pull request #19 from GunioRobot/clean
2011-10-27 Gun.io Whitespace... Remove whitespace [Gun.io WhitespaceBot]
2011-09-16 Masafumi OyamadaMerge pull request #17 from db48x/master
2011-09-14 Daniel Brooksmake the jsdoc highlighting recoginze optional paramete...
2011-08-25 Dmitry GutovWhen don't need to extend the comment, just indent...
2011-08-16 Dmitry GutovDo not warn about trailing commas in destructuring...
2011-05-05 Dmitry GutovMark indentation vars as safe file-local variables
2011-05-04 Dmitry GutovProperly record function qnames in object literals
2011-05-02 Dmitry GutovHandle the case when the reparse is scheduled in an...
2011-04-29 Dmitry GutovClose #11 indent-for-tab-command: jump to indentation...
2011-04-27 Dmitry GutovIndent continued expressions in multiline declarations...
2011-04-26 Dmitry GutovFix indentation of empty array literals
2011-04-25 Dmitry GutovTypo
2011-04-25 Dmitry GutovImprove `js-multiline-decl-indentation'
2011-04-25 Dmitry GutovClose #3 Indent function/array/object values in declara...
2011-04-25 Dmitry Gutovdelq -> remq
2011-04-25 Dmitry GutovDon't call `js2-mode-edit' when inside `indent-region'
2011-04-25 Dmitry Gutov`looking-back' is slow; don't use it when indenting
2011-04-25 Dmitry GutovUse `syntax-ppss' instead of `parse-partial-sexp' where...
2011-04-24 Dmitry GutovSkip unary ops before both semicolon checks
2011-04-23 Dmitry GutovPretty-indent multiline declarations without AST
2011-04-21 Dmitry GutovSimplify `js-ctrl-statement-indentation'
2011-04-20 Dmitry GutovDon't discard the value of `js2-additional-externs'
2011-04-06 moozallow bare CDATA section e.g. let xml = <![CDATA[ foo...
2011-04-04 Dmitry GutovImprove documentation
2011-04-02 moozimenu: accept paren-free direct function call in `js2...
2011-03-28 moozRefined code (Thanks dgutov)
2011-03-28 moozRevert "don't use inner scope of `for` for iteration...
2011-03-28 moozdon't use inner scope of `for` for iteration target.
2011-03-28 moozgive correct scope for `for` statement
2011-03-28 moozMerge branch 'bounce-indent' of https://github.com...
2011-03-27 Dmitry Gutovbounce-indent: properly find the fourth likely point
2011-03-24 Dmitry GutovSort all bounce positions by indent size
2011-03-23 Dmitry GutovAdd js2-indent-bounce-backwards
2011-03-22 Dmitry GutovMake comment-* vars buffer-local
2011-03-22 Dmitry GutovDeclare non-let symbols in current function or script...
2011-03-14 Szymon NowakFix 'Warning: Bug in js2-mode: it forgets to call ...
2011-02-26 Dmitry Gutov`js2-imenu-fn-type-map' should be local to `js2-browse...
2011-02-20 moozprint catch clause correctly.
2011-02-20 moozAccept destructuring form in catch clause
2011-02-20 Dmitry GutovFix js2-nested-function-p for when node is `js2-ast...
2011-02-20 Dmitry GutovDetect anonymous wrapper functions more reliably
2011-02-18 Dmitry GutovDeclare exception symbol in the catch block
2011-02-18 Dmitry GutovFix byte-compile warnings
2011-02-18 Dmitry GutovDefer removing syntax-table text property until parsing...
2011-02-18 Dmitry GutovRemove unnecessary checks
2011-02-18 Dmitry GutovFix js2-time
2011-02-18 Dmitry GutovDon't visit empty nodes
2011-02-17 moozwindow
2011-02-17 moozArray pattern of the destructuring assignment allows...
2011-02-16 Dmitry Gutovjs2-define-destruct-symbols: report error position...
2011-02-16 Dmitry GutovUpdate credits
2011-02-16 Dmitry GutovDeclare and fontify destructured identifiers inside...
2011-02-16 Dmitry GutovRearrange expr and loop scopes in array comprehension
2011-02-16 Dmitry GutovDeclare and fontify destructured identifiers inside...
2011-02-16 Dmitry Gutov"assign to" -> "use"
2011-02-16 Dmitry GutovNo need for progn here
2011-02-16 Dmitry GutovFix typo
2011-02-16 Dmitry GutovHighlight undeclared vars everywhere, not just in assig...
2011-02-12 Dmitry GutovAdd imenu support for function nesting
2011-02-12 Dmitry GutovFix js2-compute-nested-prop-get to not recognize form...
2011-02-11 Dmitry GutovRecord proper positions for function nodes in nested...
2011-02-11 Dmitry GutovRecognize form foo['a'] = function() in imenu
2011-01-02 moozreparse only `js2-use-ast-for-indentation-p` is non-nil
2011-01-02 moozreparse line in indentation
2010-12-30 moozfixed bugs indentation
2010-12-30 moozfixed bugs indentation
2010-12-29 moozoops
2010-12-29 moozuse offset 4 for `var` and `let`, and 6 for `const`.
2010-12-28 moozforgot `const{
2010-12-28 moozfixed ugly indentation with multiple variable declarati...
2010-12-02 moozouch
2010-12-02 moozoops
2010-12-02 moozsupport patterns like [{a}]
2010-12-01 moozAllow abbreviated destructuring assignment in array...
2010-09-05 moozAdded option js2-consistent-level-indent-inner-bracket...
2010-04-13 moozFixed the indentation for braceless 'for each'.
2010-04-13 mooz:)
2010-04-02 moozVersion 20100402
2010-04-02 moozFix: when reserved words are used as identifier, js2...
2010-03-19 moozRefactored
2010-03-19 moozOops.
2010-03-19 moozFixed the odd indentation for the "else if" with no...
2010-03-15 moozAdded support for expression closure as the property...
2010-03-15 moozabbreviated destructuring bind as function params
2010-03-15 moozAdded support for abbreviated destructuring bind expres...
2010-03-15 moozOriginal js2-mode.el