Android run configuration - empty modules list
Hello, I imported an Android project (workspace) from Eclipse, and built the modules in the project. The build completed successfully (with a few warnings). Next, I tried to create a run configuration...
View ArticleAutoformat line when hit enter
Hi!How can I do auto-format line when I hit enter or type ";" ?E.g. I typed var a:SomeClass=new SomeClass(q,w,e,r); And when I end this line I want to get var a:SomeClass = new SomeClass(q, w, e, r);
View ArticleJade plugin not compatible with IDEA 11.1.3
I have IDEA 11.1.3, and I have installed the jade plugin fromhttp://plugins.intellij.net/plugin/?idea&pluginId=7094 It doesn't work - I get a message saying that it is not compatible, and it...
View ArticleIDEA 12: @NotNull instrumentation using javac2 task requires rt.jar in...
When I build my project from the command-line using ANT and the 'javac2' task to get @NotNull assertions, I need to explicitly add 'rt.jar' to the classpath in order to get the 'javac2' task to work....
View Article[OT] Fix the forum editor
OffTopic - I coudln't find a specific place to post questions about this community itself. I've been using online forums since pre-Y2k. I've just registered here and posted some messages, using the...
View Articleintellij not finding newly created intel android images.
Hi There, I'm struggling with intellij not finding new emulators that I created in AVD in the "Prefer Android Virtual Device" combobox when they are intel atom system images - is anyone else seeing...
View ArticleHow the hell do I run a Groovy script?
Hello, I am puzzled by the complexity of gettings things setup in Intellij. It has always been way to complex, including in Eclipse. I have the Groovy plugin installed. I have a Groovy script, in a...
View ArticleTabs in multiple row, how do I ?
Hi folks, When you have multiple tabs open in one tab group, by default if they do not fit on a single row, Intellij will break them into two rows, which is fine for me.The single row option in the...
View ArticleAndroid Designer default view
Is there a way to change default view of Android Designer from Desing to Text (in tabs)?
View Articlehow to open the shelves tab in changes window?
Hi, I cannot make the shelves tab to appear while I am pretty sure that I have some changes shelved. Any shortcut or menu item to make it visible? Thanks.
View ArticleAdvice for developing interdependent Maven artifacts
I'm trying to move from Eclipse to IntelliJ, and I've been through the Eclipse migration document, but I'm still having trouble setting up my IDEA project and modules to get the major functionality out...
View ArticleFind usages in library (dependency) classes broken in 11?
I recently upgraded to intellij 11 (from 10) and soon ran into a problem when trying to find implementations (navigate | implementations) of library api interfaces within my current project. When...
View ArticleDebugging Two projects
Hello, We use GIT and have our code in 2 different repositories. One repository contains a set of webservices and the other repo has webapps that use the services.I need to deploy both of these in...
View ArticleAwareness of css classes outside of css document
Hello!Just like in title, let's say we have two files: document.htmlstyle.css In Netbeans when you are editing css file, you have hints about classes that are in html document, this css is attached to....
View ArticleUnable to see frames while debugging..
Hello, I am unable to see frames while i debug. Hence, i can't see the call stack. Can anybody suggest 'how to enable frames'? Thanks,Vijay Bhore
View ArticleHow can I import *1* eclipse .classpath to create an Intellij project
Hi, I have been using eclipse to break android source code. I have 1 .classpath/.project for my eclipse project.Now I want to switch to Intellij. How can I import that 1 .classpath/.project to create...
View ArticleProblem with the bottom panel
I use IntelliJ IDEA 11 Community Edition. Everything's great but only the bottom panel disappoints me. Here you can see that the bottom panel is stretched to the screen width. It takes too many free...
View ArticleIntellij launching web app incorrectly.
Hey All: I have web application which I deployed to Tomcat 7 in Eclipse STS. The web app luanches and I am able to navigate to all my pages.When I deploy the same application in Intellij the browser...
View ArticleAny action to pause IntelliJ when doing e.g a build out of IDE?
I am working on a relatively large project and building the project as whole will happen out of IDE. (Maven build) the problem is that during the mvn clean install. The IDE tries to build the project...
View ArticleHow to detach source codes previously attached for debugging?
HiI attached some source code when I was debugging some maven projects and now that the binary is updated my attached source does not match the binary (I attached it by clicking on Attach Source link...
View Article