Guillaume Ame

- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 14
-
Edited extract to variable - how to configure suggestions ?
AnsweredSince a few days intellij gives me variables with both camelCase and underscore_case for variable name suggestion when extracting a variable. I don't know what I might have change that caused this ... -
Edited JPA Code completion only partially working for a @Query
AnsweredIn a Spring Boot 2 wth JPA project I have a custom query defined with @Query on top of a function definition in a custom method of a JpaRepository: public interface MyRepo extends JpaRepository<MyE... -
Created Groovy code format - how to format closure
Hello,I was trying to figure how to configure the format tool for Groovy in order to have pretty looking chained closures.Unfotunatelly I can't manage to get what I want.Do you know how can I achie... -
Created Strange editor behavior with GWT and grails inplace plugin
Hello,I don't know if this is really a bug from Intellij, so I try to collect information on this.On a grails project we are using GWT and our own modules.For ease of development, we are using the ... -
Created Svn - Changelist management
Hello,Is there any way to manage subversion's change-list ?I can create a new one and use it as default when I move to another change list and chose to create a new one.But how can I delete a chang... -
Created Plugins are downloaded but not available
I had some problem when migrating from version 10 to 11.I have some plugins that are note in the installed plugins list, but that are displayed in green and with a 'downloaded' status in the plugin... -
Created Is it possible to keep a directory marked as a source root after it has been deleted/recreated ?
I have a generated sources in my target dir.After each maven clean this dir is trashed and re-created.Then I have to tell to Intellij that the freshly created dir is still a source dir.It is annoyi... -
Created Best way to handle a grails project with inhouse plugins inside IDEA (v10)
Hello,Used to smooth java + maven development using intelli, I'm quite disapointed after having joined a grails chop because I'm spending too much time fighting with my tools:My current setup is to... -
Created HQL language injection using grails domain class - can not detect entity
In a grail project, I'm trying to use the very great feature 'language injection' to have compile time syntax checking in my HQL.I was happily using this feature with plain old java and Hibernate, ... -
Created Weblogic deployment of war using maven and provided dependencies
Hi,I'm trying to deploy a web application packaged in a war.This web app is part of a set of web apps packaged in an ear that is containing shared jars.For test purpose I don't want to deploy the f...