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

Directory Created:
2004-08-01 21:26
Total Files:
9
Deleted Files:
4
Lines of Code:
707

Browse with ViewVC

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

                                        directory in repo actions (2 files, 84 lines)

                                        directory in repo compiler (3 files, 392 lines)

                                        directory in repo configuration (6 files, 668 lines)

                                        directory in repo irida (1 files, 41 lines)

                                        directory in repo language (9 files, 978 lines)

                                            directory in repo editor (6 files, 515 lines)

                                            directory in repo parser (8 files, 25970 lines)

                                        Folder removed from repo pallada (0 files, 0 lines)

                                        directory in repo psi (6 files, 564 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 95 (100.0%) 1177 (100.0%) 12.3
fraz 88 (92.6%) 1081 (91.8%) 12.2
glaforge 7 (7.4%) 96 (8.2%) 13.7

Most Recent Commits

fraz 2006-10-01 19:19

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:

fraz 2006-06-05 00:24

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

1 lines of code changed in:

fraz 2006-06-01 01:48

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

31 lines of code changed in:

fraz 2006-02-26 12:52

Updated copyright statement for 2006 at last...

9 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

5 lines of code changed in:

fraz 2005-07-29 20:39

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

14 lines of code changed in:

fraz 2005-07-16 09:41

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:

fraz 2005-07-01 05:59

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

4 lines of code changed in:

fraz 2005-06-22 07:59

GROOVY-602 / GROOVY-607: Removed classloading-related setup from GroovyController following the resolution of GROOVY-902

5 lines of code changed in:

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-21 08:54

GROOVY-797: Restored default no-args constructor in GroovySupportLoader so that PicoContainer can load it at runtime

5 lines of code changed in:

fraz 2005-06-21 07:57

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

3 lines of code changed in:

fraz 2005-06-21 01:35

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:

fraz 2005-06-21 00:57

GROOVY-797: Implemented the automatic installation of a default Groovy runtime as a Global Library in IDEA

170 lines of code changed in:

fraz 2005-06-20 04:16

GROOVY-602: A few refactorings around the way module source folders are appended to the classpath of a Run Configuration

13 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

79 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

2 lines of code changed in:

fraz 2005-05-14 17:59

Housekeeping: Upgraded codebase to IntelliJ IDEA Irida build #3326 / Upgraded build to JDK 1.5 and Clover 1.3.7

1 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

4 lines of code changed in:

fraz 2005-03-29 21:04

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

3 lines of code changed in:

(18 more)

Generated by StatSVN 0.3.2-SNAPSHOT