[root]/groovy/ide/groovyj/src/test/org/codehaus/groovy/intellij/language/editor
Made GroovyJ build on IDEA 6.0 build #5755
10 lines of code changed in:
Updated copyright statement for 2006 at last...
3 lines of code changed in:
Housekeeping: Updated the Groovy JSR-03-SNAPSHOT JAR file
Housekeeping: Fixed a number of code inspection warnings reported by IDEA's InspectionGadgets plug-in
Housekeeping: Removed unused Groovy scripts under src/etc/check
5 lines of code changed in:
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:
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
5 lines of code changed in:
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
7 lines of code changed in:
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
0 lines of code changed in:
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:
Housekeeping: Suppressed most Xlint warnings caused by the migration to JDK 1.5 / Updated supported IntelliJ IDEA Irida build number to 3326
2 lines of code changed in:
Housekeeping: Upgraded codebase to IntelliJ IDEA Irida build #3326 / Upgraded build to JDK 1.5 and Clover 1.3.7
4 lines of code changed in:
GROOVY-601: checked-in largely incomplete work on syntax higlighting and most importantly the wiring of lexing/parsing into the IDEA's Language infrastructure
169 lines of code changed in:
GROOVY-799: Fixed bug caused by the reordering of some attribute descriptors in GroovyColourSettingsPage
11 lines of code changed in:
GROOVY-619: Added text attributes constant for script header comments
6 lines of code changed in:
GROOVY-799: Extracted stub creation into the Stubs class
12 lines of code changed in:
GROOVY-799: Introduced a stubbed LanguageFileType implementation to be used as Java and XML file types in broken test
30 lines of code changed in:
GROOVY-799: Added colour settings "page" and associated syntactic and semantic attribute keys for the Groovy file type
133 lines of code changed in: