|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
[grails-user] IntelliJ IDEA support for Groovy and GrailsHello my friends,
As you may already know, the nice guys from JetBrains are currently working on offering an Open Source plugin for Groovy and Grails for the lovely IntelliJ IDEA. I spoke to one of the JetBrains guys, and we thought it'd be nice to provide a detailed list of features that should be provided by a Groovy and Grails plugin. There are already two pages on the topic: http://docs.codehaus.org/display/GRAILS/IDE+Integration+Proposal http://docs.codehaus.org/display/GROOVY/GroovyEclipse+Wish+List It would be great if everybody could flesh out these wish lists and complete them as much as possible by adding all the features you'd love to have in your IDE to help you "develop with pleasure" and be even more productive with Groovy and Grails. Don't hesitate to put simple ideas as well as crazy ideas! :-) Imagine having all the IntelliJ refactorings and intention actions available for Groovy code? Imagine all the cool code completion and code navigation possibilities? Imagine having a bidirectional Entity Relation diagram interface to model your domain classes in Grails? GSP syntax highlighting, with code completion for custom tags as well as for gstrings? Go ahead! Unleash your creativity! Feedback on the list and on the wiki most welcome. :-) -- Guillaume Laforge Groovy Project Manager http://glaforge.free.fr/blog/groovy --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: IntelliJ IDEA support for Groovy and GrailsFirst off...thank God that JetBrains is doing this. I can't freakin' wait for them to finish it! I wouldn't even care if they charged extra for it.
The linked page for non-grails stuff is for the Eclipse plugin. Did you want us to add our ideas to that page or just post them here and you'll create a new IntelliJ page? It might be confusing adding stuff to the eclipse plugin page for features that the eclipse plugin already has when we're starting with a clean slate for the IntelliJ plugin. On 4/19/07, Guillaume Laforge <glaforge@...> wrote: Hello my friends, |
|
|
Re: IntelliJ IDEA support for Groovy and GrailsOn 4/19/07, Harparkrat <harparkrat@...> wrote:
> First off...thank God that JetBrains is doing this. I can't freakin' wait > for them to finish it! I wouldn't even care if they charged extra for it. Don't tell them, otherwise they would abandon the ASL 2 license they decided to take ;-) > The linked page for non-grails stuff is for the Eclipse plugin. Did you > want us to add our ideas to that page or just post them here and you'll > create a new IntelliJ page? It might be confusing adding stuff to the > eclipse plugin page for features that the eclipse plugin already has when > we're starting with a clean slate for the IntelliJ plugin. Right. Then feel free to create a new page, or put your thoughts here on the list. I have to send a little document next week about that. -- Guillaume Laforge Groovy Project Manager http://glaforge.free.fr/blog/groovy --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: IntelliJ IDEA support for Groovy and GrailsI created a new page. You can find it here: http://docs.codehaus.org/display/GROOVY/Wish+List+%28JetBrains+Edition%29
I left the old IntelliJ plugin pages in place rather deleting all their content and starting over so that people who are still using it have a reference. The new page only has some basic stuff so far so everyone should feel free to add to it. I'll be adding some more stuff shortly. On 4/19/07, Guillaume Laforge
<glaforge@...> wrote: On 4/19/07, Harparkrat < harparkrat@...> wrote: |
|
|
Re: IntelliJ IDEA support for Groovy and GrailsThanks!
Everybody, please feel free to add crazy and non-crazy ideas to that page! On 4/20/07, Harparkrat <harparkrat@...> wrote: > I created a new page. You can find it here: > http://docs.codehaus.org/display/GROOVY/Wish+List+%28JetBrains+Edition%29 > > I left the old IntelliJ plugin pages in place rather deleting all their > content and starting over so that people who are still using it have a > reference. > > The new page only has some basic stuff so far so everyone should feel free > to add to it. I'll be adding some more stuff shortly. > > On 4/19/07, Guillaume Laforge <glaforge@...> wrote: > > > > On 4/19/07, Harparkrat < harparkrat@...> wrote: > > > First off...thank God that JetBrains is doing this. I can't freakin' > wait > > > for them to finish it! I wouldn't even care if they charged extra for > it. > > > > Don't tell them, otherwise they would abandon the ASL 2 license they > > decided to take ;-) > > > > > The linked page for non-grails stuff is for the Eclipse plugin. Did you > > > want us to add our ideas to that page or just post them here and you'll > > > create a new IntelliJ page? It might be confusing adding stuff to the > > > eclipse plugin page for features that the eclipse plugin already has > when > > > we're starting with a clean slate for the IntelliJ plugin. > > > > Right. > > Then feel free to create a new page, or put your thoughts here on the > list. > > > > I have to send a little document next week about that. > > > > -- > > Guillaume Laforge > > Groovy Project Manager > > http://glaforge.free.fr/blog/groovy > > > > > --------------------------------------------------------------------- > > To unsubscribe from this list please visit: > > > > http://xircles.codehaus.org/manage_email > > > > > > -- Guillaume Laforge Groovy Project Manager http://glaforge.free.fr/blog/groovy --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: [grails-user] IntelliJ IDEA support for Groovy and GrailsHi Guillaume!
A huge one for me is GSP editing as this is a groovy AND Grails plugin. There is nothing worst than opening a GSP and seeing a bunch of red lines everywhere. If the GSP support was HALF as good as there JSP support (code completion, TagLib completions, etc) I would be developing Grails applications with pleasure. -Steve
|
|
|
Re: [grails-user] IntelliJ IDEA support for Groovy and GrailsYup, in the wish list, there's this line:
Auto-completion of Grails tags in GSPs See the page: http://docs.codehaus.org/display/GRAILS/IDE+Integration+Proposal And if you see something missing, please add your ideas or expand existing ones. On 4/23/07, Steve Holmes <iamsteveholmes@...> wrote: > > Hi Guillaume! > A huge one for me is GSP editing as this is a groovy AND Grails plugin. > There is nothing worst than opening a GSP and seeing a bunch of red lines > everywhere. If the GSP support was HALF as good as there JSP support (code > completion, TagLib completions, etc) I would be developing Grails > applications with pleasure. > -Steve > > > glaforge wrote: > > > > Hello my friends, > > > > As you may already know, the nice guys from JetBrains are currently > > working on offering an Open Source plugin for Groovy and Grails for > > the lovely IntelliJ IDEA. > > > > I spoke to one of the JetBrains guys, and we thought it'd be nice to > > provide a detailed list of features that should be provided by a > > Groovy and Grails plugin. > > > > There are already two pages on the topic: > > http://docs.codehaus.org/display/GRAILS/IDE+Integration+Proposal > > http://docs.codehaus.org/display/GROOVY/GroovyEclipse+Wish+List > > > > It would be great if everybody could flesh out these wish lists and > > complete them as much as possible by adding all the features you'd > > love to have in your IDE to help you "develop with pleasure" and be > > even more productive with Groovy and Grails. > > > > Don't hesitate to put simple ideas as well as crazy ideas! :-) > > Imagine having all the IntelliJ refactorings and intention actions > > available for Groovy code? Imagine all the cool code completion and > > code navigation possibilities? > > Imagine having a bidirectional Entity Relation diagram interface to > > model your domain classes in Grails? GSP syntax highlighting, with > > code completion for custom tags as well as for gstrings? > > > > Go ahead! Unleash your creativity! > > Feedback on the list and on the wiki most welcome. > > > > :-) > > > > -- > > Guillaume Laforge > > Groovy Project Manager > > http://glaforge.free.fr/blog/groovy > > > > --------------------------------------------------------------------- > > To unsubscribe from this list please visit: > > > > http://xircles.codehaus.org/manage_email > > > > > > > > -- > View this message in context: http://www.nabble.com/-grails-user--IntelliJ-IDEA-support-for-Groovy-and-Grails-tf3607213.html#a10149907 > Sent from the groovy - user mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > -- Guillaume Laforge Groovy Project Manager http://glaforge.free.fr/blog/groovy --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
| Free embeddable forum powered by Nabble | Forum Help |