From IntelliJ IDEA Help System on UML: Forward engineering, which enables you to design and开发者_开发知识库 create a visual
IntelliJ IDEA automatically creates folding area only for methods and classes (and other similar things). Is it possible 开发者_如何学Cto create a custom folding area so that I could fold/unfold logic
We have a large maven proj开发者_开发知识库ect and not all of the projects specify the same version of various libraries, largely because these libraries haven\'t changed in some time. This causes pro
I am trying to develop a hybrid app for both 3.2 and 2.2/2.3 using IntelliJ Community Edition. But when I want to deploy the app (minSDK is set to 8 in the manifest) to a phone it doesn\'t work. It ac
I\'m trying to setup an old website in intellij IDEA. I have all the source code and necessary configuration files for the old project. Have setup source code and web content in intellij and it compil
I want to work with Maven dependencies in an IntelliJ开发者_Python百科 Android project. Has anybody successfully done this?I use IntelliJ IDEA (currently v11.0.2, build 111.277) on both Ubuntu 11.10 a
I am using IDEA 10.5.2 with Scala plugin version 0.4.1395 and the standard Maven integration plugin that ships with the IDE. I have a Scala 2.8.0 project with the above setting, and I want to upgrade
Say I want to play with a some clojure library, but insidetheREPL开发者_开发问答 from Intellij Idea. How do I start that REPL prepared? Or for that matter, how I load that library anyway, even after t
I have installed Jetbrains Idea 10.5.2 to use it\'s great capabilities for scala programming, but I\'m getting stuck with it -- it is covered with s开发者_Go百科mall black squares instead of character
I know Ctrl+Shift+Backspace is used to go to the location of the last edit. But I want to jump to whichever location I was most recently at, not necessarily one where I edited anything.