[root]/groovy/ide/groovyj/src/test/org/codehaus/groovy/intellij
actions
(2 files, 177 lines)
compiler
(4 files, 574 lines)
configuration
(7 files, 714 lines)
irida
(2 files, 119 lines)
language
(9 files, 1439 lines)
editor
(3 files, 279 lines)
pallada
(0 files, 0 lines)
psi
(3 files, 149 lines)
Fixed StackOverflowError reported by Guillaume Laforge by not overriding LanguageFileType.getCharset, just as in the JavaScript and Ruby integrations
0 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
43 lines of code changed in:
Updated copyright statement for 2006 at last...
15 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-997: Added the ability to compile individual Groovy scripts thanks to http://www.jetbrains.net/jira/browse/IDEADEV-2116
Housekeeping: now building GroovyJ on IDEA 5.0 build #3430
29 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
6 lines of code changed in:
GROOVY-939: Started passing the project/module JDK around...
GROOVY-941: Fixed bug caused by not using the canonical form of the path to the (virtual) file that failed to compile
9 lines of code changed in:
GROOVY-607: ...
Reworked GroovyCompiler to group files to be compiled by module and compilation unit.
GroovyCompiler now creates compilation units with a GroovyClassLoader bound to a URLClassLoader configured to search the classpath of a given module
Refreshed the groovy-all JAR to the latest JSR-03 snapshot
Housekeeping: Refactored a large number of unit tests to improve their readability
248 lines of code changed in:
GROOVY-602 / GROOVY-607: Removed classloading-related setup from GroovyController following the resolution of GROOVY-902
1 lines of code changed in:
GROOVY-797: Restored default no-args constructor in GroovySupportLoader so that PicoContainer can load it at runtime
5 lines of code changed in:
Housekeeping: ...
Removed the obsolete RunAction as it has since been replaced by the use of Run Configurations
Simplified the creation of a GroovyLibraryModuleListener in GroovyJProjectComponent
2 lines of code changed in:
GROOVY-797: first attempt at removing the build-time dependency on the presence of the GroovyJ plug-in inside IDEA
13 lines of code changed in:
GROOVY-797: Implemented the automatic installation of a default Groovy runtime as a Global Library in IDEA
236 lines of code changed in:
GROOVY-602: A few refactorings around the way module source folders are appended to the classpath of a Run Configuration
41 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
94 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
0 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
1 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
12 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
52 lines of code changed in:
Housekeeping: ...
Upgraded Groovy JAR to the latest snapshot of Groovy JSR 1
Updated GroovyController to construct a compilation unit with the current thread's context class loader
Added Jakarta Commons CLI 1.0 as a runtime dependency
2 lines of code changed in:
(21 more)