Android R. being stripped when using smart completion result, how to turn off?
As per the title, say I'm typing: 'textView.setText(R.string.T' and then smart completion results show up and I choose "TEST", on hitting enter/tab to select the result, the line ends up like this:...
View ArticleIdea 12 dont allow to run app on real device
I desciribed the problem in this thread - with pictures and error-logs: http://stackoverflow.com/questions/14967839/intellij-idea-dont-allow-to-run-app-on-real-deviceHelp me please
View ArticleConsole: error msg interspersed with normal output
Hi, Using IJ Idea 12.0.4 on Xubuntu x64, Sun JDK 1.6.39. I made a small console demo that displays a few lines lines using System.out.printf(). Let's assume the very last line of the program cause an...
View ArticleWhen idea will support java ee 7 netbeans already have early support ?
When idea will support java ee 7 netbeans already have early support ?
View ArticleWhy all those "too complex to analyze by data flow algorithm"
All these "method is too complex to analyze by data flow algorithm" warnings in v12.0.4 (and also earlier versions) is driving me crazy.I am using the 64-bit version, on Windows 7.For example this...
View Articlemore information of Artifact type on IDEA
Hello everybody, Intellij IDEA use the Artifact principle for deploy application develop. Ok but I don't find any information of these type of artifacts :- JAR- Web Application : Exploded- Web...
View ArticleHow can I create a war or ear file from class of java and deploy it to JBOSS...
New to IntelliJ, I am wondering, How can I create a war or ear file from class of java and deploy it to JBOSS. I have created the jar file using JAR command and getting...
View Articlecsv file data editor does not recognize two-column files
Hi Folks. My current project requires working with csv files, some of which have only two columns. However, the file editor only shows the Text and Data tabs if the file has more than two columns. This...
View ArticleIncorrect path being shown after importing a module... is this the expected...
See the attachment, look next to the google-play-services_lib module in the project tab: C:\d\android\tests\gmapv2_and_async_tasks but it isn't the path for the module but for the project. Is this the...
View ArticleRefactor rename stops working
has anybody seen this problem? after a while refactoring stops working when i try to rename a class or variable. it either opens the refactor highlight, or the dialog box. you can type in the new...
View ArticleGWT SuperDevMode stopped working
I have been developing a GWT/Errai application in IntelliJ for a while now, and have used the built in support for SuperDevMode to test and debug my code. Then all of a sudden SuperDevMode in IntelliJ...
View ArticleBug in servlets mapping
When you edit the Assembly Descriptor --> Servlet Mappings --> URL Pattern tab, you can't see the whole word you are typing but only a part of it.Maybe it is a side effect of using larger fonts...
View ArticleMaven error with flex-mojos "must be a valid version but is '${property.name}'"
My project is a parent pom with 4 submodulesMy parent pom has a profile dependant property <asset.version>LATEST</asset.version>The "assets" dependencies are swc stored on our...
View ArticleIntelliJ giving me error message on Spring, WebFlow project which works and...
IntelliJ giving me error message on Spring, WebFlow project which works and Eclipses dont give error. This is the error I am getting:Could not autowire. There is more than one bean of 'SessionFactory'...
View ArticleIDEA 12.0.4 on Mac OS: not resolving ${...} placeholders!
After I have installed 12.0.4, I noticed that none of the property placeholders in my Spring config XML file are being resolved anymore. The place-holders are not high-lighted in red, but hovering the...
View ArticleExclude folder from analysis and auto formatting?
Hi,I am using Idea 11 and I have a special source folder that I put all generated source files into (wsimport etc).Can I exclude that source folder from inspections and auto formatting during commit?
View ArticleWhat Intellij config files should be kept in version control?
I want to put my config files for an Android project in version control, where they belong. There is a .idea folder and several .iml files. Do you have any guidance as to which of these should and...
View Articlecom.intellij.util.diff.DiffTree (inconsistent?) behavior
Hi, I am trying to improve performance of the standard properties editor to handle huge properties files (tens of thousands lines) which we have. The problem is that if you start editing such a big...
View ArticleThe structure tool window is not cleared when the file is closed?
Hi there, Currently if I open a Java source, the structure tool window will shows the content fine. But if I close the file from editor (with nothing else open now), but the structure tool window still...
View ArticleActive Window Tracking (aka focus follows mouse) in Idea 12
I'm a long time user of the Active Window Tracking feature in windows 7 so that I don't have to click on windows for them to receive focus. Idea 11 had no issues with this feature, but I've noticed...
View Article