Tue, 18 Dec 2007 13:02:10 +0000Fixed Arrayout-ofbounds when building edm project TRUNK_SYNC_WITH_SIERRA
rnithya@netbeans.org [Tue, 18 Dec 2007 13:02:10 +0000] rev 9723
Fixed Arrayout-ofbounds when building edm project

Tue, 18 Dec 2007 12:56:53 +0000-better supporting for <nl> before and after "="
dcaoyuan@netbeans.org [Tue, 18 Dec 2007 12:56:53 +0000] rev 9722
-better supporting for <nl> before and after "="

Tue, 18 Dec 2007 12:33:18 +0000-allow (<nl>)* after a ".", even these (<nl>)* are left behind comment.
dcaoyuan@netbeans.org [Tue, 18 Dec 2007 12:33:18 +0000] rev 9721
-allow (<nl>)* after a ".", even these (<nl>)* are left behind comment.

Tue, 18 Dec 2007 12:28:09 +0000-hacking for <nl> before comma.
dcaoyuan@netbeans.org [Tue, 18 Dec 2007 12:28:09 +0000] rev 9720
-hacking for <nl> before comma.
## Here, try to eat all <nl> before some separators, if there are comments
## before them, the <nl> after comments should also be eaten by this regex
## @NOTICE: we can usally apply (<nl>)* after a separator or keyword in LL(k). But
## It may not work if apply (<nl>)* before them, so it's better to solve
## these <nl> in token definition

Tue, 18 Dec 2007 11:57:03 +0000Replaced Ruby Keywords with Groovy Keywords
gkrish@netbeans.org [Tue, 18 Dec 2007 11:57:03 +0000] rev 9719
Replaced Ruby Keywords with Groovy Keywords

Tue, 18 Dec 2007 10:14:25 +0000bug fix
theanuradha@netbeans.org [Tue, 18 Dec 2007 10:14:25 +0000] rev 9718
bug fix

Tue, 18 Dec 2007 10:14:01 +0000-hacking for TypeParam.
dcaoyuan@netbeans.org [Tue, 18 Dec 2007 10:14:01 +0000] rev 9717
-hacking for TypeParam.

Tue, 18 Dec 2007 09:51:28 +0000Supports Basic Groovy Keywords Code Completion - TBD : Load the file with all proper groovy keywords
gkrish@netbeans.org [Tue, 18 Dec 2007 09:51:28 +0000] rev 9716
Supports Basic Groovy Keywords Code Completion - TBD : Load the file with all proper groovy keywords

Tue, 18 Dec 2007 09:50:50 +0000Supports Basic Groovy Keywords Code Completion
gkrish@netbeans.org [Tue, 18 Dec 2007 09:50:50 +0000] rev 9715
Supports Basic Groovy Keywords Code Completion

Tue, 18 Dec 2007 09:50:24 +0000New File KeywordElement - Source Model to support Groovy Keywords.
gkrish@netbeans.org [Tue, 18 Dec 2007 09:50:24 +0000] rev 9714
New File KeywordElement - Source Model to support Groovy Keywords.