]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
13 years agoUpdate README
Dmitry Gutov [Sat, 12 Feb 2011 16:17:42 +0000 (19:17 +0300)]
Update README

13 years agoFix js2-compute-nested-prop-get to not recognize form foo[bar]
Dmitry Gutov [Sat, 12 Feb 2011 15:53:46 +0000 (18:53 +0300)]
Fix js2-compute-nested-prop-get to not recognize form foo[bar]

13 years agoRecord proper positions for function nodes in nested object literals
Dmitry Gutov [Fri, 11 Feb 2011 20:57:40 +0000 (23:57 +0300)]
Record proper positions for function nodes in nested object literals

13 years agoRecognize form foo['a'] = function() in imenu
Dmitry Gutov [Fri, 11 Feb 2011 19:30:06 +0000 (22:30 +0300)]
Recognize form foo['a'] = function() in imenu

13 years agoreparse only `js2-use-ast-for-indentation-p` is non-nil
mooz [Sun, 2 Jan 2011 05:51:24 +0000 (14:51 +0900)]
reparse only `js2-use-ast-for-indentation-p` is non-nil

13 years agoreparse line in indentation
mooz [Sun, 2 Jan 2011 05:16:34 +0000 (14:16 +0900)]
reparse line in indentation

13 years agoMerge branch 'master' of github.com:mooz/js2-mode
mooz [Thu, 30 Dec 2010 09:39:19 +0000 (18:39 +0900)]
Merge branch 'master' of github.com:mooz/js2-mode

13 years agofixed bugs indentation
mooz [Thu, 30 Dec 2010 02:17:37 +0000 (11:17 +0900)]
fixed bugs indentation

13 years agofixed bugs indentation
mooz [Thu, 30 Dec 2010 02:17:37 +0000 (11:17 +0900)]
fixed bugs indentation

13 years agooops
mooz [Wed, 29 Dec 2010 05:45:17 +0000 (14:45 +0900)]
oops

13 years agouse offset 4 for `var` and `let`, and 6 for `const`.
mooz [Wed, 29 Dec 2010 04:56:03 +0000 (13:56 +0900)]
use offset 4 for `var` and `let`, and 6 for `const`.

13 years agoupdated README.md
mooz [Tue, 28 Dec 2010 15:06:07 +0000 (00:06 +0900)]
updated README.md

13 years agoforgot `const{
mooz [Tue, 28 Dec 2010 14:35:50 +0000 (23:35 +0900)]
forgot `const{

13 years agofixed ugly indentation with multiple variable declaration. closes #1.
mooz [Tue, 28 Dec 2010 14:25:02 +0000 (23:25 +0900)]
fixed ugly indentation with multiple variable declaration. closes #1.

13 years agoouch
mooz [Thu, 2 Dec 2010 16:02:23 +0000 (01:02 +0900)]
ouch

13 years agooops
mooz [Thu, 2 Dec 2010 14:33:20 +0000 (23:33 +0900)]
oops

13 years agosupport patterns like [{a}]
mooz [Thu, 2 Dec 2010 14:31:34 +0000 (23:31 +0900)]
support patterns like [{a}]

13 years agoAllow abbreviated destructuring assignment in array comprehension
mooz [Wed, 1 Dec 2010 03:10:04 +0000 (12:10 +0900)]
Allow abbreviated destructuring assignment in array comprehension

13 years agoAdded description of indentation style
mooz [Sun, 5 Sep 2010 15:38:57 +0000 (00:38 +0900)]
Added description of indentation style

13 years agoAdded option js2-consistent-level-indent-inner-bracket-p which makes indentation...
mooz [Sun, 5 Sep 2010 15:17:23 +0000 (00:17 +0900)]
Added option js2-consistent-level-indent-inner-bracket-p which makes indentation more normally.

14 years agoFixed the indentation for braceless 'for each'.
mooz [Tue, 13 Apr 2010 01:51:10 +0000 (10:51 +0900)]
Fixed the indentation for braceless 'for each'.

14 years ago:)
mooz [Tue, 13 Apr 2010 01:50:52 +0000 (10:50 +0900)]
:)

14 years agoVersion 20100402
mooz [Fri, 2 Apr 2010 10:51:53 +0000 (19:51 +0900)]
Version 20100402

14 years agoFix: when reserved words are used as identifier, js2-mode's parser will corrupt.
mooz [Fri, 2 Apr 2010 10:45:08 +0000 (19:45 +0900)]
Fix: when reserved words are used as identifier, js2-mode's parser will corrupt.

14 years agoRefactored
mooz [Fri, 19 Mar 2010 05:39:02 +0000 (14:39 +0900)]
Refactored

14 years agoUpdated README
mooz [Fri, 19 Mar 2010 04:18:09 +0000 (13:18 +0900)]
Updated README

14 years agoOops.
mooz [Fri, 19 Mar 2010 03:53:19 +0000 (12:53 +0900)]
Oops.

14 years agoFixed the odd indentation for the "else if" with no brace
mooz [Fri, 19 Mar 2010 03:46:19 +0000 (12:46 +0900)]
Fixed the odd indentation for the "else if" with no brace

14 years agoAdded document
mooz [Mon, 15 Mar 2010 12:46:13 +0000 (21:46 +0900)]
Added document

14 years agoAdded support for expression closure as the property value
mooz [Mon, 15 Mar 2010 12:07:37 +0000 (21:07 +0900)]
Added support for expression closure as the property value

14 years agoabbreviated destructuring bind as function params
mooz [Mon, 15 Mar 2010 10:26:56 +0000 (19:26 +0900)]
abbreviated destructuring bind as function params

14 years agoadded ignore list
mooz [Mon, 15 Mar 2010 10:21:39 +0000 (19:21 +0900)]
added ignore list

14 years agoAdded support for abbreviated destructuring bind expression.
mooz [Mon, 15 Mar 2010 10:07:32 +0000 (19:07 +0900)]
Added support for abbreviated destructuring bind expression.

14 years agoOriginal js2-mode.el
mooz [Mon, 15 Mar 2010 10:05:37 +0000 (19:05 +0900)]
Original js2-mode.el