Step-By-Step Video Tutorials for IntelliJ Idea?
I'm a newbie to app development. I found out about IntelliJ Idea through a blog post. I hear that its better than almost all IDEs. My question is - Are there Step-By-Step Video Tutorials on how to...
View ArticleIdea deleting contents of Maven resource target directory
I have pretty straightforward Maven project I imported into Idea. Project structure is:Project Root│├───src│ └───main│ ├───java│ └───resources│└───webcontent ├───css ├───images...
View ArticleDisable code check for conditional compiling
I have an AS3 project which runs both on mobile devices and on the web. They share the same code base and to deal with the Air vs web SDK differences, conditional compilation is being used. The problem...
View ArticleSpelling - Use a French dictionary
isit possibleto usea French dictionarytomanagethespellinginthesources ? thank youfor youranswers Fabrice
View ArticleIDEA can not stop at the breakpoint at debug model
Hi: I am using IDEA 13.0.2, and I suddenly find that IDEA can not stop at the breakpoints. I am sure the codes conain the breakpoint have ran, since I have the log, but it does not stop. I am afriad...
View ArticleUnable to start Websphere 6.0 from within IDEA 13.0.2
Hello AllI am trying to start Websphere 6.0.x from within IDEA 13.0.2 and get "Error running Websphere 6.0 Address location 8880 already in use" .I even tried creating a new profile with a different...
View ArticleURI not registered, XSD
Hi, I have the following xsd excerpt:Using IntelliJ 12 (latest) <?xml version="1.0" encoding="UTF-8"?><xsd:schema targetNamespace="urn:abc-com:abc" xmlns:abc="urn:abc-com:abc"...
View Articleerror: cannot find symbol class GroovyObject
Hi, I am currently using 11.5 and in one of the installations (different computers) everything is fine, but in the other I get the following error: "error: cannot find symbol class GroovyObject" when...
View ArticleHibernate console returns nulls
Hello, now I'm facing such problem: executing HQL queryis ("FROM Entity") in Hibernate consle return nulls. When specifiying fields ("SELECT id FROM Entity") – works correct. Please see folowing...
View ArticleRuby debugging in IDEA 13 extremely slow
Once a ruby breakpoint is hit, it takes about 20 seconds for the UI to populate the debug area and that continues everytime I step or try to expand a variable. It is essentially unusable. I've seen...
View ArticleHow to create a multi module project setup in IntelliJ 13?
Hello @all, I have a question about the project setup functionalities of IntelliJ 13. I am developing on a JEE web application. I can create a project for that web application which is deployed into...
View ArticleSave Github password in gnome keyring
Hi, I'm using IntelliJ Idea with Linux.Is it posible to store the password of my Github account in the gnome keyring?
View ArticleTurn on the validation XSD 1.1 in Intellij IDEA
Is any way how to turn on the validation of XSD version 1.1 in Intellij IDEA instead of default 1.0? As I know to be able to validate against version 1.1 the processor should just take -xsdversion:1.1,...
View ArticleNot Seeing Maven Dependencies
Hi, I am trying to work with a Jenkins plugin (which uses Maven) in Intellij Idea (latest version, 13.02, licensed, running on JDK 1..70_51, Linux 64bit). I have used Intellij + Maven before and...
View ArticleIntellij 13 Ultimate: Unable to edit database rows with uuid primary keys in...
I recently set up my Intellij 13 Ultimate to connect to our PostgreSQL database. It connects properly and I can view the tables. However when I attempt to edit their values I get the following error:...
View ArticleIntegration with Trac tests ok, but no information?
We have just installed the XMLRPC plugin for Trac and I am trying to get IntelliJ to acess the information. Before, I had been accessing the information via RSS, but now it is not working the "correct"...
View Articledevelop android application with Intellij
There are a lot of android libraries on github.develop android application with Intellij.at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.
View ArticlePossible Bug in Spring Facets
If I expose a concrete class as a Bean in a @Configuration class IntelliJ till think the class is setup as a @Component and if it has a constructor that takes an argument I will get a "Class does not...
View ArticleWhy does Tools | Tasks not appear in JI Idea 13.0.2 ?
In the URL: http://www.jetbrains.com/idea/webhelp/opening-and-creating-tasks.htmlThe following is mentioned: On the main menu, choose Tools | Tasks&Contexts | Open Task However, when I go to Tools...
View ArticleDoes IntelliJ support high resolution displays?
Hi there, I'd really like to buy a Lenovo Yoga 2 Pro Convertible with its awesome high resolution display of 3200x1800. I know that Eclipse does not support high resolutions and I consider to switch to...
View Article