]> code.delx.au - gnu-emacs-elpa/history - js2-imenu-extras.el
Parse generator methods better
[gnu-emacs-elpa] / js2-imenu-extras.el
2014-11-22 Chen Binjs2-imenu-extension-styles: Turn into defvar
2014-11-18 Dmitry GutovMerge branch 'master' of github.com:shicks/js2-mode...
2014-11-17 Dmitry GutovHandle orphan functions on the right side of js2-var...
2014-11-13 Dmitry Gutovjs2-imenu-walk-ast: Look up js2-imenu-show-module-patte...
2014-11-13 Dmitry Gutovjs2-imenu-record-module-pattern: Support `js2-var-init...
2014-11-13 Dmitry GutovSupport orphan functions on the right side of assignments
2014-11-01 Dmitry GutovMerge pull request #173 from lelit/master
2014-11-01 Lele GaifaxAdd imenu support for the Sencha framework
2014-10-18 Stefan Monnierjs2-imenu-extras.el: Use Unix-style EOL
2014-01-21 Dmitry GutovMerge pull request #133 from johnmastro/imenu-react
2014-01-19 John MastroAdd support for React classes in js2-imenu-extras
2014-01-14 Dmitry GutovUpdate copyright years, bump the version
2013-12-19 Dmitry GutovRename the new functions and rewrite the comments
2013-12-18 Chen Binimenu hint for orphan function
2013-11-18 Dmitry GutovNew option: js2-imenu-split-string-identifiers
2013-11-18 Dmitry GutovSupport Enyo in IMenu
2013-05-10 Dmitry Gutovjs2-imenu-extras: Define a minor mode
2013-02-10 Dmitry GutovMake sure js2-mode-ast is available for callbacks
2013-02-10 Dmitry GutovMake sure js2-mode-ast is available for callbacks
2012-06-05 Dmitry GutovUse consistent package prefix for all vars
2012-06-03 Dmitry GutovMerge branch 'master' into emacs24
2012-06-03 Dmitry GutovForgot a single quote
2012-06-03 Dmitry Gutovjs2-imenu-extras: Fix usage example
2012-06-03 Dmitry GutovMerge branch 'imenu'
2012-06-03 Dmitry GutovFix recorded module function node position
2012-06-03 Dmitry GutovAdd comments
2012-06-03 Dmitry GutovMove module pattern support to `js2-imenu-extras`
2012-05-19 Dmitry GutovRemove leftover accumulator; require js2-mode
2012-05-17 Dmitry Gutov(js2-imenu-record-hashes): Don't walk the node when...
2012-05-17 Dmitry GutovImplement imenu support for some frameworks and orphan...