Directory groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/psi/

Directory Created:
2005-03-30 23:14
Total Files:
6
Deleted Files:
1
Lines of Code:
564

Browse with ViewVC

[root]/groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/psi

Lines of Code

groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/psi/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
fraz 36 (100.0%) 707 (100.0%) 19.6

Most Recent Commits

fraz 2006-09-20 01:55

Made GroovyJ build on IDEA Demetra build #5706

Updated the Groovy 1.0 RC-1 SNAPSHOT JAR files

2 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/psi: GroovyFile.java (+2 -4)
fraz 2006-02-26 12:52

Updated copyright statement for 2006 at last...

6 lines of code changed in:

fraz 2006-02-26 03:39

Upgraded to support IntelliJ IDEA 6.0 (Demetra) exclusively - starting from EAP build #5162

3 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/psi: GroovyFile.java (+3 -7)
fraz 2005-07-11 04:08

GROOVY-948: Updated project build to JarJar GroovyJ so that it uses the JarJar'ed ANTLR from the groovy-all JAR file

4 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/psi: GroovyFile.java (+4)
fraz 2005-06-22 02:43

Housekeeping: ...

Added support for IntelliJ IDEA Irida build #3378 to reflect the latest Open API changes

Reduced the number of JAR files required at runtime by using the the groovy-all JAR instead

4 lines of code changed in:

fraz 2005-06-19 02:12

GROOVY-607: Updated GroovyController to append a given module's source folders to the classpath of a corresponding compiler configuration



Housekeeping: Replaced old-style for loops with 1.5 ones for Iterable instances

1 lines of code changed in:

fraz 2005-06-12 15:24

GROOVY-601: Detached work in progress from the rest of the plug-in to make sure that the latter remains functionally usable

0 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/psi: GroovyFile.java (-14)
fraz 2005-06-11 01:37

Housekeeping: ...



Updated groovy.psi.g to reflect the recent changes made to groovy.g

Updated GroovyCompiler to use MultipleCompilationErrorsException instead of CompilationFailedException

Updated to support Irida build #3354 using the latest Groovy snapshot

37 lines of code changed in:

fraz 2005-05-30 23:51

GROOVY-601: ...

Updated groovy.psi.g to reflect the latest changes made to groovy.g in revision 1.27

Updated GroovyLexer to emit CommonHiddenStreamToken tokens

Updated GroovyRecognizer to use TokenStreamHiddenTokenFilter so that WS, SL_COMMENT, and ML_COMMENT tokens can be retrieved as adjacent to significant tokens



Housekeeping: ...

Updated the Groovy JSR-2 snapshot

Updated third-party libraries: jMock, CGLib, and ASM

2 lines of code changed in:

fraz 2005-05-15 15:17

Housekeeping: Suppressed most Xlint warnings caused by the migration to JDK 1.5 / Updated supported IntelliJ IDEA Irida build number to 3326

13 lines of code changed in:

fraz 2005-05-13 01:18

GROOVY-601: Completed first significant step in the embedding of PsiBuilder usage within Groovy's ANTLR parser...

Restored groovy.psi.g to implement the grouping of newlines and whitespaces into the NLS token to be consistent with IntelliJ IDEA's handling of whitespaces

Removed lexer and parser generated by the patched groovy.g for ANTLR 2.8

Removed unused IMPORT_STATEMENT and STATIC_IMPORT_STATEMENT constants from GroovyElementTypes

0 lines of code changed in:

fraz 2005-05-07 02:39

GROOVY-601: Started transition from using the PsiBuilder API to adding equivalent actions to the Groovy tree parser

5 lines of code changed in:

fraz 2005-04-16 13:34

GROOVY-601: finally managed to tweak GroovyPsiBuilder to build a trivial PSI tree made of script-header comment, new lines and other whitespace characters!

3 lines of code changed in:

fraz 2005-04-13 08:40

GROOVY-601: still finding out the correct way to use of PsiBuilder in GroovyPsiRecognizer (work in progress)

2 lines of code changed in:

fraz 2005-04-11 08:32

GROOVY-601: ...



- Added Lexer.start(PsiBuilder) in order to push PsiBuilder down to the adapted ANTLR lexer - only then is lexing actually started



- Created PsiBuilder which does not call Lexer.start in its constructor



- Reworked this PsiBuilder by:

* making better use of associated Lexer

* not skipping whitespaces and comments

* removing call to lexer.advance() in the method used for retrieving the current token



- Fixed lexing rules for SH_COMMENT and ML_COMMENT by adding the EOF '\uffff' character as terminating a comment

47 lines of code changed in:

fraz 2005-04-08 22:25

GROOVY-601: checked-in largely incomplete work on syntax higlighting and most importantly the wiring of lexing/parsing into the IDEA's Language infrastructure

509 lines of code changed in:

fraz 2005-03-31 20:36

GROOVY-619: Added dynamic mapping of comment token types

20 lines of code changed in:

fraz 2005-03-31 00:01

GROOVY-619: Minor changes to the dynamic mapping of Groovy ANTLR token types to Groovy IDEA element types

7 lines of code changed in:

fraz 2005-03-30 23:14

GROOVY-619: Implemented dynamic mapping of Groovy ANTLR token types to Groovy IDEA element types

42 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT