[root]/groovy/ide/groovyj/src/test/org/codehaus/groovy/intellij/actions
Simplified the logic to determine whether an action event originated from a Groovy file by checking the file type instead of using GroovySupportLoader.DEFAULT_ASSOCIATED_EXTENSIONS
23 lines of code changed in:
Updated copyright statement for 2006 at last...
2 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
1 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
20 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
89 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
5 lines of code changed in:
GROOVY-602: Applied a number of refactorings to the current codebase, particularly around the implementation of Groovy runtime configurations
15 lines of code changed in:
Changed the default behaviour of GroovyJ actions such that they remain visible when they get de-activated
11 lines of code changed in:
Updated year in copyright statement
3 lines of code changed in:
Tidied up the test suite by taking advantage of jMock's auto-verification of expectations set on mocked instances
Updated build.xml to prepare for continuous integration
17 lines of code changed in:
Completed IntelliJ IDEA Open API move from Pallada to Irida (build #3212)
Updated third party libraries
6 lines of code changed in:
Updated to hide GroovyJ action when event did not originate from a *.groovy file
3 lines of code changed in:
Initial check-in of libraries, tests, and other project artifacts
171 lines of code changed in: