Directory groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor/contentoutline/

Directory Created:
2004-01-29 10:17
Directory Deleted:
2007-02-08 04:02
Total Files:
0
Deleted Files:
6
Lines of Code:
0

Browse with ViewVC

[root]/groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor/contentoutline

Lines of Code

groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor/contentoutline/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 39 (100.0%) 474 (100.0%) 12.1
zohar 16 (41.0%) 288 (60.8%) 18.0
jstrachan 6 (15.4%) 132 (27.8%) 22.0
jshickey 4 (10.3%) 34 (7.2%) 8.5
emp 11 (28.2%) 11 (2.3%) 1.0
tug 1 (2.6%) 7 (1.5%) 7.0
jervin 1 (2.6%) 2 (0.4%) 2.0

Most Recent Commits

emp 2007-02-08 04:02

Moved GroovyEclipse to *.eclipse.ui.

0 lines of code changed in:

emp 2007-02-08 03:36

Changes to GroovyEclipse in preparation to move it to org.codehaus.groovy.eclipse.ui.

5 lines of code changed in:

jshickey 2007-01-26 17:10

Fixes GROOVY-1675 - updated getting line number in source file for an import node in outline view

3 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor/contentoutline: TreeAdapter.java (+3 -1)
jshickey 2006-12-06 23:58

updated ClassAdapter for outline view to filter out class nodes that do not exist in the source.

1 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor/contentoutline: TreeAdapter.java (+1 -1)
emp 2006-11-27 10:31

Refactored typo GroovyBuildListner to GroovyBuildListener.

Modified GroovyModel.addGroovyBuildListener()/removeGroovyBuildListener().

Why? So that external plugins can hook into the build process before the data in the

GroovyModel has been fully initialized by different parts of the GroovyPlugin.

The model now has one global listener which is added to each new GroovyProject. It

forwards nofitications to each listener added using addGroovyBuildListener.

5 lines of code changed in:

jervin 2006-08-31 15:22

GroovyProject has become a blob of a beast.

Refactored out the scriptPathModuleNodeMap and related routines into a new class called GroovyProjectModel

from GroovyProject.

2 lines of code changed in:

emp 2006-07-20 08:20

Fixed spelling decleration -> declaration.

1 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor/contentoutline: TreeAdapter.java (+1 -1)
jshickey 2006-05-27 17:09

Restored changes after server crash. This is a major rewrite of the plugin that fixes multiple problems with incremental build and fuld builds

30 lines of code changed in:

tug 2006-03-31 18:37

Apply Scott Hickey's patches for GROOVY-1284. Thanks Scott!

7 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor/contentoutline: GroovyContentOutline.java (+7)
zohar 2005-07-01 01:02

applied GROOVY-909 and GROOVY-687 works in 3.1 for some value of works.

2 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor/contentoutline: TreeAdapter.java (+2 -2)
zohar 2004-12-13 00:41

fixed GROOVY-632 - multi line string color

3 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor/contentoutline: TreeAdapter.java (+3 -1)
zohar 2004-04-15 01:02

Applied groovy debug patch GROOVY-348 - work in progress

0 lines of code changed in:

zohar 2004-04-15 00:45

Bug fix in content outline , removed unused Package and JavaElement Adapters

1 lines of code changed in:

zohar 2004-03-24 00:34

New Inceremntal Builder, Fixed another content outline bug ( tree viewer dispose again )

57 lines of code changed in:

zohar 2004-03-20 02:45

Update to work with latest integration build , minor bug fixes , enabled running tests using standard runnre mecahnism

5 lines of code changed in:

zohar 2004-03-18 01:39

M7 update , content outline bug fixes

18 lines of code changed in:

zohar 2004-03-07 23:19

Re Synch with completed work : Proper Syntax coloring linked to the java editor colour settings, cotent outline working with jump to location on double click, some bug fixes ( launcher , automatic addition of groovy jars).

202 lines of code changed in:

jstrachan 2004-01-29 10:17

Added the new modules from John, Troy and Yuri.



Also refactored the ide plugins into a subdirectory.



Checked in the first cut of Zohar's eclipse plugin (renaming the old one to old-eclipse-plugin - we should move the useful stuff across and delete it)

132 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT