[root]/groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/language/editor
Made GroovyJ build on IDEA 6.0 build #5755
33 lines of code changed in:
Updated the Groovy 1.0 RC-1 SNAPSHOT JAR files
Removed usages of @Property from tests and from the Colors & Fonts panel
Made GroovyJ require IDEA Demetra build #5321
3 lines of code changed in:
Restored changes committed since 27th April 2006:
- Updated jMock SNAPSHOT JAR files to version 1.1.0 RC-1
- Updated the Groovy 1.0 RC-1 SNAPSHOT JAR files
- Made GroovyJ build on IDEA Demetra build #5289
- Made GroovyJ a plug-in module and restored Java 5's synax highlighting for IDEA Demetra build #5289
- Added an IDEA project file with groovyj and groovy-core modules and shared Run/Debug configuration + EMMA code coverage
- Restored the DTD declaration in the plug-in's deployment descriptor
- Updated a test in GroovyPsiParser to use a more syntactically correct Groovy code snippet
- Replaced hardcoded constant with delegation to one of IDEA's obscure utility classes in GroovyParserDefinition
- Added missing annotations
6 lines of code changed in:
Updated copyright statement for 2006 at last...
6 lines of code changed in:
Upgraded to support IntelliJ IDEA 6.0 (Demetra) exclusively - starting from EAP build #5162
4 lines of code changed in:
GROOVY-998: Replaced occurrences of "-)" with "->" as the bug to do with IDEA's failure to parse '>' characters in the demo text of a language's Colors & Fonts panel has been fixed in build #3500
1 lines of code changed in:
GROOVY-998: Replaced occurrences of "->" with "-)" as IDEA fails to parse the '>' character in the demo text of a language's Colors & Fonts panel
1 lines of code changed in:
GROOVY-914: Added PSI coverage for constructors, inner interfaces, and method definitions in groovy.psi.g
GROOVY-914: Aligned GroovyPsiBuilder with its IDEA counterpart, as of Irida build #3408
1 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
14 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
5 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
9 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
2 lines of code changed in:
GROOVY-601: Detached work in progress from the rest of the plug-in to make sure that the latter remains functionally usable
3 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
9 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
3 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
12 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
8 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
244 lines of code changed in:
GROOVY-619: Added text attributes constant for script header comments
6 lines of code changed in:
GROOVY-799: Added colour settings "page" and associated syntactic and semantic attribute keys for the Groovy file type
246 lines of code changed in: