Downloads: 62987
Rating:
Participated in rating: 32
| 1.6.20679. |
75.7821. |
75.7999. |
Download
|
4971.96. |
2008-10-26 19:11:06 |
JavaScript, com.intellij.idea, com.intellij.idea. |
| 1.6.19053. |
75.7821. |
75.7999. |
Download
|
4971.45. |
2008-09-09 20:06:12 |
JavaScript. |
| 1.5.17497. |
75.7670. |
75.7820. |
Download
|
4792.68. |
2008-07-03 16:06:14 |
JavaScript. |
| 1.0.14616. |
75.7530. |
75.7999. |
Download
|
3274.83. |
2008-02-27 18:23:56 |
. |
| . |
. |
Recent change notes:
bugfixes
Comments:
If it had highlighting for instance fields, as well as static,
I'd definitely give 6 stars.
I love this plugin -- its the main reason i bought a license...if someone would fix -- I'd be tremendously grateful!!
I can see that the closure-classes are generated in the default output-dir of the app but don't get copied.
What's wrong?
Except that .. it's the best groovy-support I've seen.
Thanks
Using version 7.0.4
If you use JetGroovy plugin for IDEA 7 (Selena), you have to install Grails plugins manually from command line, and installed plugins will be detected by JetGroovy plugin.
As for Diana EAP, you can use "Run Grails Script" action (Alt+Ctrl+G) from IDEA to intall plugin or run any other Grails script from scope. In next EAP we're going to add Grails plugin manager similar to IDEA plugin manager.
WBR,
Ilya
how can I install Grails-Plugins like e.g. the GWT-Plugin(http://grails.org/GWT+Plugin) inside IDEA? Or is there any other workaround?
Thanks,
Ragger
how can I install the Grails-Plugins like e.g. the GWT-Plugin(grails.org/GWT+Plugin) inside IDEA? Or is there any other workaround?
Thanks,
Ragger
If you have a Wiki or something I would be happy to help!
Konstantin
Yes, we changed plugin configuration UI. Now you should add "Groovy" facet to all your project modules which use Groovy and set up appropriate Groovy SDK.
WBR,
Ilya
I've have licensed IntelliJ IDEA 7.0.4 and I've installed JetGroovy plugin 1.6.19053. I'm also have groovy installed on my system (Linux).
However, when I'm going into Setting panel to configure JetGroovy to work with my groovy setup I don't see the plugin icon there :-(
However, it seems like the plugin is installed as I can create new groovy files with proper highlighting and completion. Although, I can't run it as IDEA claims that JetGroovy isn't configured. Duh...
Could you please help in any way?
http://www.jetbrains.net/confluence/display/IDEADEV/Diana+EAP
Seems, in these classes have to be something else. I'm not able to reproduce this error. Please, describe this error, if it reproduces, with example and plugin version in our JIRA.
WBR,
Ilya
But a bug of JetGroovy disturbs me for a long :(
The senario is mentioned as follows:
class A extends class B, when I modify class B, I have to modify class A as well to satisfy the JetGroovy, otherwise JetGroovy will complains class B does not override abstract method getProperty.
(class A and class B are both written in Groovy)
I hope this bug could be fixed in the near future.
Thanks in advance!
Groovy fan.
As you can see "since" and "until" values in table above bound your IDEA versions fo different plugin version. For IDEA 7.0.4 you should use last builds of JetGroovy 1.6, whereas 2.0.x versions are for IDEA 8 EAP.
For such questions it would be better to use our forum.
With best regrds,
Ilya
If I download one of the earlier versions would that work? Or how do I enable the CSS?
From version 1.6 of JetGroovy plugin all Groovy and Grails settings were moved to appropriate facets, which attach to modules using Groovy or Grails, or detected automatically.
I have the evaluation version of IDEA (7.0.4)
1) Went to Setting->Plugins and selected the Available TAB.
2) Installed JetGroovy (1.6.18808)download seem to install correctly.
3) JetGroovy is showing up in the Installed TAB
4) Exited Plugins which forced a restart of the IDE.
5) Restarted the IDE and went to 'Settings'
My understanding is that I should now see a selection for 'Groovy and Grails' which is where I would go to setup my paths. I am not getting this selection.
Any ideas
Thanks
Herb
Your problems may have multiple causes. Firstly, you don't need InspectionsGroovy plugin if you'll download one of last JetGroovy versions - all these inspections are included in them. Secondly, it seems, that you tried to install JetGroovy version, which is not compatible with your IDEA build. Please, send us a letter or use our forum to get more help.
With best regards,
Ilya
I'm trying to install this plugin, but I get error at IDEA 7.0 .
First I tried to add InspectionGroovy and a error message appears "The plugin you want to install requires other plugin(org.intellij.groovy)" which have to be installed as well."
And after done download, this message: "Plugin org.intellij.groovy was not installed: the name of file sintax, folder or volumn name is invalid." .
In this case I used Plugin manager , a feature of IDEA.
Afterwards, I tried to do that in manual way, but I didn't get sucess!
I tried to add plugins to plugin folder on directory and I have "InspectionGroovy disabled" and "JetGroovy incorret" on bundled plugins list. I dowloaded theses plugin on oficial site.
So, who could help me to install these plugins and set?
Keep in touch!
Cheers.
Sérgio Teixeira.
Sorry, but your IDEA version is too old. Please, update it at leas up to 7.0.3 version http://www.jetbrains.com/idea/download/release_notes703.html . Also you can see version bounds for necessary IDEA builds on this page in a table together with plugin versions.
I'm trying to install JetGroovy plugin but I've tried to find it on "Plugin manager" and it doesn't appear on the list. I've tried to unzip the plugin into the "plugins" path but it doesn't work too.
I'm using IntelliJ 7.0 build 7361. Any help will be appreciated.
Thanks!
Reuben Castro
How can I add new Groovy class to my project now?
Regards
of package support is a no go for me.
I have too many domain classes to have all of them
at the default level.
For example, the RichUI grails plugin uses also packages, and therefore is not supported (tags no recognized in GSP)
Just add this package support, and I'll move to idea :-)
regards
I have:
groovy (source folder)
java (source folder)
test (test folder)
Running/debugging java under the test folder will throw the security exception. However if I move my test class to a test package under java, then it works fine.
Prohibited package name: java
... when trying to run/debug anything. We have a groovy source dir and a separate java source dir. I am trying to debug classes on the java side.
Any ideas?
Prohibited package name: java
... when trying to run/debug anything. We have a groovy source dir and a separate java source dir. I am trying to debug classes on the java side.
Any ideas?
I'm testing IntelliJ Idea right now and the combined Java/Groovy compiler is the only point that makes it a must-have for me.
If the JetGroovy plug-in works flawless I'll rate it a six :)...
See the following stacktrace:
Error during dispatching of java.awt.event.KeyEvent[KEY_TYPED,keyCode=0,keyText=Unknown keyCode: 0x0,keyChar='"',
modifiers=Shift,extModifiers=Shift,keyLocation=KEY_LOCATION_UNKNOWN] on
com.intellij.openapi.editor.impl.EditorComponentImpl
[,0,0,853x590,alignmentX=0.0,alignmentY=0.0,border=,
flags=50331648,maximumSize=,minimumSize=,preferredSize=]:
org.jetbrains.plugins.groovy.lang.editor.GroovyQuoteHandler.
isOpeningQuote(Lcom/intellij/openapi/editor/highlighter/HighlighterIterator;I)Z
java.lang.AbstractMethodError: org.jetbrains.plugins.groovy.lang.editor.GroovyQuoteHandler.
isOpeningQuote(Lcom/intellij/openapi/editor/highlighter/HighlighterIterator;I)Z
at com.intellij.codeInsight.editorActions.TypedHandler.b(TypedHandler.java:386)
at com.intellij.codeInsight.editorActions.TypedHandler.a(TypedHandler.java:285)
at com.intellij.codeInsight.editorActions.TypedHandler.execute(TypedHandler.java:58)
at com.intellij.codeInsight.template.impl.TemplateManagerActions$SpaceHandler.execute
(TemplateManagerActions.java:4)
at com.intellij.codeInsight.lookup.impl.TypedHandler.execute(TypedHandler.java:28)
at com.intellij.execution.impl.ConsoleViewImpl$MyTypedHandler.execute
(ConsoleViewImpl.java:8)
at com.intellij.openapi.editor.actionSystem.TypedAction$1$1.run
(TypedAction.java:108)
at com.intellij.openapi.application.impl.ApplicationImpl$13.compute
(ApplicationImpl.java:3)
at com.intellij.psi.impl.source.PostprocessReformattingAspect.postponeFormattingInside
(PostprocessReformattingAspect.java:125)
at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction
(ApplicationImpl.java:169)
at com.intellij.openapi.editor.actionSystem.TypedAction$1.run(TypedAction.java:103)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand
(CommandProcessorImpl.java:9)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand
(CommandProcessorImpl.java:93)
at com.intellij.openapi.editor.actionSystem.TypedAction.actionPerformed
(TypedAction.java:121)
at com.intellij.openapi.editor.impl.EditorImpl.a(EditorImpl.java:722)
at com.intellij.openapi.editor.impl.EditorImpl.processKeyTyped(EditorImpl.java:782)
at com.intellij.openapi.editor.impl.EditorImpl$7.keyTyped(EditorImpl.java:7)
at java.awt.Component.processKeyEvent(Component.java:5993)
at javax.swing.JComponent.processKeyEvent(JComponent.java:2799)
at java.awt.Component.processEvent(Component.java:5815)
at java.awt.Container.processEvent(Container.java:2058)
at java.awt.Component.dispatchEventImpl(Component.java:4410)
at java.awt.Container.dispatchEventImpl(Container.java:2116)
at java.awt.Component.dispatchEvent(Component.java:4240)
at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1848)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent
(DefaultKeyboardFocusManager.java:697)
at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent
(DefaultKeyboardFocusManager.java:962)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions
(DefaultKeyboardFocusManager.java:834)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent
(DefaultKeyboardFocusManager.java:661)
at java.awt.Component.dispatchEventImpl(Component.java:4282)
at java.awt.Container.dispatchEventImpl(Container.java:2116)
at java.awt.Window.dispatchEventImpl(Window.java:2429)
at java.awt.Component.dispatchEvent(Component.java:4240)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:10)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:35)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:188)
at java.awt.EventDispatchThread.pumpOneEventForFilters
(EventDispatchThread.java:273)
at java.awt.EventDispatchThread.pumpEventsForFilter
(EventDispatchThread.java:183)
at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:173)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
java.lang.AbstractMethodError: org.jetbrains.plugins.groovy.lang.editor.GroovyQuoteHandler.
isOpeningQuote(Lcom/intellij/openapi/editor/highlighter/HighlighterIterator;I)Z
at com.intellij.codeInsight.editorActions.TypedHandler.b(TypedHandler.java:386)
at com.intellij.codeInsight.editorActions.TypedHandler.a(TypedHandler.java:285)
at com.intellij.codeInsight.editorActions.TypedHandler.execute(TypedHandler.java:58)
at com.intellij.codeInsight.template.impl.TemplateManagerActions$SpaceHandler.execute
(TemplateManagerActions.java:4)
at com.intellij.codeInsight.lookup.impl.TypedHandler.execute(TypedHandler.java:28)
at com.intellij.execution.impl.ConsoleViewImpl$MyTypedHandler.execute
(ConsoleViewImpl.java:8)
at com.intellij.openapi.editor.actionSystem.TypedAction$1$1.run
(TypedAction.java:108)
at com.intellij.openapi.application.impl.ApplicationImpl$13.compute
(ApplicationImpl.java:3)
at com.intellij.psi.impl.source.PostprocessReformattingAspect.postponeFormattingInside
(PostprocessReformattingAspect.java:125)
at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction
(ApplicationImpl.java:169)
at com.intellij.openapi.editor.actionSystem.TypedAction$1.run
(TypedAction.java:103)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand
(CommandProcessorImpl.java:9)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand
(CommandProcessorImpl.java:93)
at com.intellij.openapi.editor.actionSystem.TypedAction.actionPerformed
(TypedAction.java:121)
at com.intellij.openapi.editor.impl.EditorImpl.a(EditorImpl.java:722)
at com.intellij.openapi.editor.impl.EditorImpl.processKeyTyped(EditorImpl.java:782)
at com.intellij.openapi.editor.impl.EditorImpl$7.keyTyped(EditorImpl.java:7)
at java.awt.Component.processKeyEvent(Component.java:5993)
at javax.swing.JComponent.processKeyEvent(JComponent.java:2799)
at java.awt.Component.processEvent(Component.java:5815)
at java.awt.Container.processEvent(Container.java:2058)
at java.awt.Component.dispatchEventImpl(Component.java:4410)
at java.awt.Container.dispatchEventImpl(Container.java:2116)
at java.awt.Component.dispatchEvent(Component.java:4240)
at java.awt.KeyboardFocusManager.redispatchEvent
(KeyboardFocusManager.java:1848)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent
(DefaultKeyboardFocusManager.java:697)
at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent
(DefaultKeyboardFocusManager.java:962)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions
(DefaultKeyboardFocusManager.java:834)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent
(DefaultKeyboardFocusManager.java:661)
at java.awt.Component.dispatchEventImpl(Component.java:4282)
at java.awt.Container.dispatchEventImpl(Container.java:2116)
at java.awt.Window.dispatchEventImpl(Window.java:2429)
at java.awt.Component.dispatchEvent(Component.java:4240)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:10)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:35)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:188)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
- Integrated CLI for executing specialized grails commands, such as installing plugins etc.
- UML to Grails, using sth. like Geogia http://geogia.googlecode.com/svn/trunk/main/src/java/templates/
- Support for packaging/grouping of domain classes, views and controllers!
- Enable multi creation of Views and Controllers from Domain classes, using screen with checkbox for each DC.
- Multi delete of Controllers and Views and option to auto-delete DC they are logically linked to (name by convention)
Creation of new DCs directly in ER diagram
- ER -> UML diagram
- code assist for special keywords such as "hasMany, belongsTo" etc.
That's ok. How uses closures anyway?
That's some bad breath, as of now. Laforge, I know you want the plugin to succeed-- I do too. But shouldn't you hold the accolades until the plugin manages to stumble past the unholy embarrasment stage?
http://www.intellij.net/forums/forum.jspa?forumID=74
where can I find the documentation?
Do you support grails plugins?
Another good thing will be to support grails unit tests, not only with run testapp (very slow)
Thanks
for(Enum en:AnyGroovyEnum.class.getEnumConstants()){
// do something with en
}
editor reports bad class - "found AnyGroovyEnum
required java.lang.Enum". Program nevertherless works ok. Maybe it is rather IDE than Groovy plugin bug?
But I have all necessary jar files from groovy as global library included. what am I doing wrong?
and with creating my first class I got "cannot find symbol 'String'"
Is there some config or something I am missing? This is a really basic Groovy feature to know about these imports.
2007-10-03 07:53:48,977 [ 37917] ERROR - s.impl.FileTemplateManagerImpl - Cannot find file by URL: jar:file:/C:/Documents and Settings/jgortatowsky/.IntelliJIdea70/config/plugins/Groovy/lib/Groovy.jar!/fileTemplates
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:48)
at com.intellij.ide.fileTemplates.impl.FileTemplateManagerImpl.a
(FileTemplateManagerImpl.java:343)
at com.intellij.ide.fileTemplates.impl.FileTemplateManagerImpl.g
(FileTemplateManagerImpl.java:276)
at com.intellij.ide.fileTemplates.impl.FileTemplateManagerImpl.f
(FileTemplateManagerImpl.java:396)
at com.intellij.ide.fileTemplates.impl.FileTemplateManagerImpl.b
(FileTemplateManagerImpl.java:352)
at com.intellij.ide.fileTemplates.impl.FileTemplateManagerImpl.access$200
(FileTemplateManagerImpl.java:232)
at com.intellij.ide.fileTemplates.impl.FileTemplateManagerImpl$2.run
(FileTemplateManagerImpl.java)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction
(ApplicationImpl.java:180)
at com.intellij.ide.fileTemplates.impl.FileTemplateManagerImpl.a
(FileTemplateManagerImpl.java:433)
at com.intellij.ide.fileTemplates.impl.FileTemplateManagerImpl.getAllTemplates
(FileTemplateManagerImpl.java:335)
at com.intellij.ide.fileTemplates.impl.FileTemplateManagerImpl.writeExternal
(FileTemplateManage
com.intellij.diagnostic.PluginException: com/intellij/psi/PsiClassOwner [Plugin: org.intellij.groovy]
at com.intellij.openapi.components.impl.
ComponentManagerImpl$ComponentsRegistry.a(ComponentManagerImpl.java:63)
at com.intellij.openapi.components.impl.
ComponentManagerImpl$ComponentsRegistry.a(ComponentManagerImpl.java:51)
at com.intellij.openapi.components.impl.
ComponentManagerImpl$ComponentsRegistry.access$100(ComponentManagerImpl.java:37)
at com.intellij.openapi.components.impl.
ComponentManagerImpl.a(ComponentManagerImpl.java:130)
at com.intellij.openapi.components.impl.
ComponentManagerImpl.initComponents(ComponentManagerImpl.java:9)
at com.intellij.openapi.components.impl.
ComponentManagerImpl.init(ComponentManagerImpl.java:10)
at com.intellij.openapi.project.impl.ProjectImpl.init(ProjectImpl.java:31)
at com.intellij.openapi.components.impl.stores.
ProjectStoreImpl.loadProject(ProjectStoreImpl.java:113)
at com.intellij.openapi.project.impl.
ProjectManagerImpl.a(ProjectManagerImpl.java:210)
at com.intellij.openapi.project.impl.
ProjectManagerImpl.access$100(ProjectManagerImpl.java:198)
at com.intellij.openapi.project.impl.
ProjectManagerImpl$6.run(ProjectManagerImpl.java:9)
at com.intellij.openapi.progress.impl.
ProgressManagerImpl$2.run(ProgressManagerImpl.java:1)
at com.intellij.openapi.progress.impl.
ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:73)
at com.intellij.openapi.progress.impl.
ProgressManagerImpl.runProcess(ProgressManagerImpl.java:32)
at com.intellij.openapi.application.impl.
ApplicationImpl$7$1.run(ApplicationImpl.java:13)
at com.intellij.openapi.application.impl.
ApplicationImpl$5.run(ApplicationImpl.java:1)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ThreadPoolExecutor$Worker.
runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.
run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
at com.intellij.openapi.application.impl.
ApplicationImpl$1$1.run(ApplicationImpl.java)
Caused by: java.lang.NoClassDefFoundError: com/intellij/psi/PsiClassOwner
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.lang.ClassLoader.defineClass(ClassLoader.java:465)
at com.intellij.util.lang.UrlClassLoader._defineClass
(UrlClassLoader.java:116)
at com.intellij.util.lang.UrlClassLoader.defineClass
(UrlClassLoader.java:112)
at com.intellij.util.lang.UrlClassLoader._findClass
(UrlClassLoader.java:88)
at com.intellij.ide.plugins.cl.PluginClassLoader._loadClass
(PluginClassLoader.java:43)
at com.intellij.util.lang.UrlClassLoader.loadClass
(UrlClassLoader.java:64)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal
(ClassLoader.java:319)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at com.intellij.openapi.components.impl.
ComponentManagerImpl$ComponentsRegistry.a(ComponentManagerImpl.java:44)
... 22 more