Python program gets UnicodeDecodeError in IntelliJ but OK from command line
Hi Folks. I have a simple program that loads a .json file which contains a funny character. The program (attached) runs fine in Terminal but gets this error in IntelliJ: UnicodeDecodeError: 'ascii'...
View ArticleAndroid emulator and device
Is there anyway to have IntelliJ deploy code to a real device (preferred) if one is plugged in, or to an emulator? When I have one of my android devices plugged into my computer, I want to run on the...
View ArticleHow to write a Remote JavaScript Debugging Plugin for IDEA?
I need to write a plugin for IDEA, to support Remote JavaScript Remote Debugging with Rhino. The plugin should connect to the server which has an embedded rhino engine and allow to set breakpoints via...
View ArticleProblem with "generate java code from xml schema using xmlbeans"
I have a project containing a WSDL file. I can generate a types.jar file using it and everything appears fine. But when I rebuild or compile the project, the generated classes are not known to my...
View ArticleIntelliJ 11.1 does not remember the Case sensitive setting in the Find dialog
I think the subject says it all: but to test, uncheck the Case sensitive checkbox in the "Find Text" dialog, then restart IntelliJ. You'll find it to be checked again (unless there is some issue...
View Article[Flash] Misinterpreted "unresolvable variable"
I just started using IntelliJ at work and noticed a bug. I have enum-classes that work like this:public static const TYPE1:SomeType = new SomeType(TYPE1); That's perfectly valid and FDT thinks it's ok....
View ArticleBetter SQL formatting!
For some major versions IDEA has made steady progress in SQL support.I find myself using IDEA instead of specialized SQL tools more often and more (at least for simple tasks). A feature where IDEA is...
View ArticleDisplay Oracle XMLTYPE in Data Source
I can add a DB Data Source via Oracle JDBC driver and I see tables and data in table editor correctly. Even the CLOB columns are displayed with their content, which can be "Saved as CLOB". But columns...
View Articleadd library from maven: IDEA doesn't see the artifact
Hi!I have a regular project and want to use the "add lib from maven" feature.I want to add commons io. I type "commons io" in the search, but it only finds old version (2.1), while the standard maven...
View ArticleNo JVM could be found on your system
I'm getting this error when trying to run the 64 bit IntelliJ 11.1.1. It says to Please define IDEA_JDK to point to an installed 64 bit JDK or JRE. Well I think I have done this but I still get the...
View ArticleIDEA hook: Grails not found!
Hi all, I am getting an error when trying to synchronise my grails project in IntelliJ : IDEA hook: Grails not found! I am running IntelliJ 11.1.3 on OSX 10.7.4 using Grails version 1.3.7 I saw people...
View ArticlePolite call to action: please vote for IDEA-84340
Hello folks. If you have any spare votes lying around then could you take a look at http://youtrack.jetbrains.com/issue/IDEA-84340 In an otherwise fantastic product, it is the one thing that has...
View ArticleHow are 'navigate to declaration' or 'quick definition' supposed to work when...
I have two intellij libraries that include a certain class.One of them has the source attached to it whilst the second one doesn't.When I attach the one that does have the source, I can use the...
View ArticleUser input at file template creation
Hi. I'm trying to create a clever DTO template, i.e. mainly a class that holds a number av values accessible through getters. I know I can write $-variables in the template which will be represented by...
View ArticleHow to close IntelliJ IDEA if it hung? [Linux]
Hello! I'm using Ubuntu 12.04 and trying to figure out why IntelliJ IDEA hangs so often for me, I cannot even close it then - what is the name of process which killing would close it? Regards!
View ArticleLive template abbreviations and how they work
I'm trying to get my head around how the abbreviations work. I'm used to FDT where your template abbreviator (or identificator really) shows up in autocomplete just as any other element.I.e. if I have...
View Articlewebsphere integration and home folder
Hello, I'm trying to configure a websphere Application Server within my Idea.Currently I'm using idea 8.1.4 (I know it is old but still working very well) and WebSphere 7.0.0.9. I have trouble setting...
View ArticleSource path in [Embed..] problems
I'm trying to embed an image but have problems with the source path. I have an image next to my compiled swf and I try this:[Embed(source="image.png")] But I get compiler errors that it can't find the...
View ArticleManagment port configuration not found
Hi! I am using InetlliJ 11.1.3 Ultimate edition.All my configuration seems okey as far as i can see, but when i run jboss 7.1.1 Final inside intelliJ i got "Error : Managment port configuration not...
View ArticleNavigate to Declaration - How to Change Scope
I'm using Intellij IDEA 10.5.4 with a large global product. When I CTRL+ click on a reference to navigate to where a method is defined, I'm often prompted with a list (31 items in it for...
View Article