Gradle is kind of a mess... is it just me?
We're moving from an old sui generis build process to using gradle. I'm a big fan of IntelliJ, but the gradle integration is really, I guess, not up to the quality I've come to expect from IntelliJ...
View ArticleDebugging Web Client Applications
Is there a way in IntelliJ to proxy calls to rest services to a different web context than the war file containing the actual html and js? The war file containing our html and js code is named 'webui'....
View ArticleCannot resolve symbol
Hey, I just started using IntelliJ IDEA a few days ago and I have fell in love with it. However, I can't seem to fix this one error. On package names, varables, and imports I'm getting a error that...
View ArticleIntellij IDEA 13.1 crashes frequently
Hi I am using 13.1, build# 135.480 on mac os X 10.9.2. It keeps crashing frequently/randomly... Any known issues? Anand
View ArticleFont problem with Intellij 13.1 and Java 7 on OS X
It seems that font rendering works differently between Java 6 and Java 7 on Mac OS X. The problem is, that I want to use Wildfly from Intellij wich gives me a warning in the run configuration dialog...
View ArticleIntelliJ IDEA 13. How i can remove "Destination Repositores URL"
I hope you can help me. In the new Idea 13, i found myself that when i try to push my commit to Bitbucket ( I use Mercurial ), In te dialog box appers a lot of old repositories that does not exist, or...
View ArticleLabel decoration ala eclipse in Project Window
anyone know if its possible to get the subversion label decoration like they have in eclispe? The one that shows SVN specific information on resources in projects under SVN control. Information...
View ArticleGradle "cannot resolve symbol 'task'"
Hi,I've just started working with Gradle - wrote the "hello world" task helloWorld { println 'Hello World'} The symbols "task" and "helloWorld" are coming up cannot resolve.+ when i try to create an...
View ArticleFlex projects: streamlining the make/compile process?
On my team at work, we're just starting to switch over to IntelliJ IDEA (13.1.1, Build #IU-135.480) from FlashBuilder for Flex development, and are having some trouble understanding the make/compile...
View ArticleShelve files but keep them checked out?
We're using Perforce as our VCS. Its Shelve feature has the ability to shelve the files in a changelist but keep them checked out, which is very nice - I can shelve files when I'm about to do a big...
View ArticleWhere is IntelliJ IDEA config stored in OSX?
As part of a corporate workstation compliance effort, our IT department had to create a new user account for me on my Mac and left the old account until I transition all the artifacts and configs. So...
View Articletoward better search replace feedback
Lets say you set up a complicated search/replace with regexes. You do a bulk search replace. The catch is you must decide to ok thereplace without ever seeing what effect it will have. Further it...
View Articlewiping the bottom bar
There is a bar at the bottom of the screen. It often tells you aboutthe status of your most recent build. As soon as you start a newbuild, it should erase that bar so you don't mistake its contents...
View ArticleSingle Method Interfaces, AbstractFactories, constructor references and...
Hi all, We are doing this pattern a ton lately: public ConcreteThing implements Thing { public ConcreteThing(String arg1, Long arg2, DependentClass arg3) { // ... }} Then I need an...
View ArticleDeploy to Wildfly deployments dir instead of project's target dir?
I have created a Wildfly server and I pointed it to the C:\dev\wildfly dir. However, when I deploy the application via the run configurations, the webapp is always deployed to the project's target...
View ArticleIntelliJ 13 hangs frequently
I'm using build 135.480 on Ubuntu 12.4. IntelliJ seems great when it works, but it seems to be rather fragile. I find that several times / day I have to restart the IDE, as it hangs doing background...
View ArticleHow do I externally build an index ?
Is there a way to build the index externally without launching IDEA ? Thanks-Rohit
View ArticleCompiling an IDEA project without running IDEA itself
This IDEA blog entry http://blog.jetbrains.com/scala/2012/12/28/a-new-way-to-compile/ states that a project can be compiled without running IDEA - how do I do that ? From the blog entry: Now we...
View ArticleLabel decoration ala eclipse in Project Window
anyone know if its possible to get the subversion label decoration like they have in eclispe? The one that shows SVN specific information on resources in projects under SVN control. Information...
View ArticleWhat is the status of Node.js as a Project SDK?
Infinite thanks as always to everyone at JetBrains for creating and maintaining such an outstanding product. I literally love it.That said, I am deeply fascinated by the question: what would it take...
View Article