Debugging node child processes
Hi I have a nodejs server .From the server I Fork a new child process (node also that points to a js file. If I run my server in debug mode console.log and breakpoints do not work in the forked...
View ArticleFind In Path igores one specific file
I'm sure I'm missing something obvious, but for some reason Find In Path never finds any text in one specific file in one of my main projects. It finds text in other files in that same directory,...
View ArticleIn what file does IntelliJ store toolbar settings?
I cannot see the main toolbar even though I've uninstalled and reinstalled IntelliJ 13.0.1 and set the menus to "Restore to Default". I was wondering: how this is persisting? I'm running on Windows 7...
View ArticleCannot get IDEA to see JAR file when running simple Java Application from IDE
I have a simple Java application where I'm trying to read a file in a JAR file like this: InputStream inputStream = classLoader.getResourceAsStream("resource.properties"); This "resource.properties"...
View ArticleAnyone else refactor/moves of Groovy class doesn't change import statements?
So I have found after doing a number of moves of classes, all written in Groovy. That IntelliJ seems to lose track on what classes import what classes, such that if I move one class to a different...
View ArticleMultiple Cursors / Mass Selection and Edit
Hi, Having a great time with IntelliJ, loving the smart features and the Darcula theme. This editor is missing one great tool that I am not so sure why you guys have not added it yet. I googled,...
View ArticleDrawable folder is missing
Hi, can i ask some help...I am creating new project for android in intelllij idea 12.14,but after i successfully created the project i could not see the drawable folder under "res" folder..can you help...
View ArticleIntelliJ 13 and Gradle: cannot find symbol / package does not exist and...
I (successfully?) imported a multimodule Gradle project in IntelliJ. One of the module is a Scala module and the remaining ones are Java modules. One of the java modules produces a WAR artifact....
View ArticleIntelliJ 13 CE cannot create class-file
I'm trying to create a Java Class file in /WEB-INF/beans/ , but I get the error "Cannot create class-file". I can create classfiles in src. Is there a way to fix this? ---Original message URL:...
View ArticleAdding TeamCity Open API Maven repository to IntelliJ project
Hello, I am having problems adding the TeamCity Open API Maven repository to my IntelliJ project. I added http://repository.jetbrains.com/all (I found the address here) to my list of repositories and...
View ArticleBroken Maven Integration
Maven integration has suddenly stopped managing dependencies for new maven projects created via the project import facility. For newly imported maven projects there are no dependencies listed in the...
View ArticleDependencies tab in build configuration goes blank after modifying the list
If I try to add or remove an item to the dependencies list, every item disappears. I'm using version 13.0.1, but also tried it on the latest EAP. It doesn't work there either.
View ArticleIs it possible to include resources alongside sources in IDEA 13?
Unless I'm overlooking something simple, the new java-resources content type in IDEA 13 seems to make it impossible to include resources alongside sources. Using Gradle, I do this in some cases: apply...
View ArticleBlank Line Configuration about Java Code Style
Hello,I need to keep formatting of property declarations as what I left. I've tried Idea 13 and uninstalled it and now installed Intellij Idea12 Build IU173.12. After that downgrade, Code Style...
View ArticleVery poor refactoring performance
I have been using IntelliJ 13 for the last month (as does my whole team). I am using a Mac 2.3GHz i7, and 16GB, 64bit.java -versionjava version "1.7.0_40"Java(TM) SE Runtime Environment (build...
View ArticleMultiple Cursors / Mass Selection and Edit
Hi, Having a great time with IntelliJ, loving the smart features and the Darcula theme. This editor is missing one great tool that I am not so sure why you guys have not added it yet. I googled,...
View ArticleAndroid Project with plain Java libraries
Hi everyone. I am developing an Android application, where I want part of project to have as a library (module) in Idea. so one module is Android UI module with Gradle support, and I want to use...
View ArticleIDEA 13 Does not generate SetModel for JComboBox
IDEA 13 Does not generate SetModel for JComboBox.During JComboBox creation in UI, I've added tooltips text - "Tooltp text" and model:1234 generated result below wmcombobox = new...
View ArticleAutomate insert Embed code?
Is possible autogenerate embed code, analogous to FlashDevelop with corerct source path and mimteType?
View ArticleSlow syntax and inspection updates in editor
In IntelliJ IDEA v13.0.1 the inspection and refreshing of the color syntax seems to be a lot slower then in v12. When I type a line containing an error and fix it, after it turned red, the error color...
View Article