Command + Backspace (Mac)
On OSX, the Cmd+Backspace behaviour is really strange: It does some kind of combination of "delete to beginning of line" and "delete line", which seems to vary depending on the context. Sometimes it...
View ArticleGradle and provided configuration
Hello, I am using IntelliJ, Gradle, and Lombok. Lombok is a compiler plugin so it needs to be registered as "provided". IntelliJ perfectly recognized this "provided" configuration until last 13.1.3...
View ArticleLocal DB2 database connection not working
I am running IntelliJ 13.1.3 on Windows 7 x64 JDK 7 with DB2 Universal Driver. I have 2 database connections: one for local and the other for trunk. In Eclipse IDE (Quantum DB), both connections work...
View ArticleI'm considering IntelliJ for Python and PHP webdev
With that in mind, are there any settings that I can turn off in the plugins or preferences that may help the IntelliJ run more effieciently? Thanks, Rick
View ArticleIntelliJ IDEA Ultimate with a large multi-module maven project that uses the...
So does maven integration allow the shade plugin to run during a project build. Also, The project also uses tcServers and I'm wondering to set up environment variables for any tcServer instance?...
View ArticleIs it possible to specify Maven profiles per module, like in Eclipse?
I see that it is possible to set active Maven profiles but that's only per project and it appears that the order of those profiles cannot be set. The problem is that we're using some property...
View ArticleEclipse @SuppressWarnings("unused") vs IntelliJ...
Hi there,We are facing the problem that the annotation, generated by IntelliJ for unused methods: @SuppressWarnings("UnusedDeclaration") is not understable for Users using still Eclipse. On the other...
View ArticleMinor issue with Grails 2.4, IDEA 13.1
There has been a change in Grails 2.4 with the removal of the 'upgrade' command but with the IDEA that I am using 13.1 build 760 it is still present as part of the 'upgrade SDK' option but when...
View ArticleGrails SDK Not found when Viewing 2 Projects in 2 Windows?
Anyone else see an issue with one project (not always the same one) complaining about the Grails SDK Not being found when you have two Grails projects open in two different IDE windows? Basically, I...
View ArticleDreaming of one "Bundle license" that could unlock (almost) all the JetBrains...
I'm sorry, I know that this is not a technical-related question but I don't know where I could post this request otherwise. Also, I beg you to forgive my english grammar and spelling errors and I hope...
View ArticleColour Theme per project.
hi, i have many projects opened at the same time and in order to keep the confusion down, i want separate colors,themes for each project. for example, if i have a branch project open, the background...
View Articleweld-se used in multi-module project fails to find beans
hi,I am using Intellij 12 but I guess it is general problem. My project is made of few smaller maven projects, where each maven generates a jar. one of those jars (module A) is creating weld-se...
View ArticleOpenCV4Android and IntelliJ IDEA
Hi,I've been trying to compile OpenCV for android samples (http://sourceforge.net/projects/opencvlibrary/files/opencv-android/2.4.5/) under IntelliJ IDEA with no success. With Eclipse it works out ok,...
View ArticleIntelliJ 13.x can't see constraints in a postgres database?
Hi all, I got really excited about IntelliJ's database tool, combined with the UML modeller and a SQL export ('copy DDL') - but i was a bit surprised to find that the database tool appears to be unable...
View ArticleBootstrap class autocomplete in *.html.erb
I have IntelliJ 13.1 with Ruby plugin installed. My Rails project is properly set up to use the 'bootstrap-sass' gem and works fine in the browser. As per Rails convention I have a file...
View ArticleAndroid Support Libraries
I am new to IntelliJ. I have spent the last few of my nights learning about it. Currently I am looking for the correct way of setting up the Android support...
View ArticleUnitTesting IntelliJ plugins : how to invoke an action ?
Hello, I'm writing a Vcs plugin (or rather hacking on the hg4idea plugin), and would like to programmatically invoke the "Version Control" > "Update Project" action. How can I do that ? My TestCase...
View ArticleAnyone having an issue with the IDE thinking there are errors even though it...
I'm working on an Android app in IntelliJ. Last night I made a release to my beta community, which means it was all working fine, compiling, debugging, etc. After I noticed IntelliJ had an update so I...
View ArticleShowing "Alt" keyboard shortcuts information for buttons, menus and so on
I'm using IntelliJ IDEA 13.1.2 on Windows 7.Is there any way to show "Alt" keyboard shortcuts information always for buttons, menus and so on? In Windows OS, standard applications show "Alt" keyboard...
View ArticleIDEA 13.1.3: How to stop autocomplete in comments?
I've been writing a lot of JSDoc in .js files recently, and in /** comment blocks, IDEA 13 insists on autocompletingmy words with functions that are in my library collection. And it's fast -- typing...
View Article