More flexible tool window layouts
Hi, Is it possible to add a feature request to increase the flexibility of tool window layouts? 1) Make tool windows closable - you can see the demand for this on StackOverflow. 2) Customisable tool...
View ArticleExpected tooling support for latest Griffon and Gradle releases?
I'm very interested in using the newest version of Griffon when it becomes available (it solves some problems for us that aren't workable in 1.5 or earlier), but am wondering when IDEA will provide...
View Articlesyntax colouring failure
Some code like this new Clue( IN2, "data-bntrack-event=\"click\">$" ), new Clue( IN2, Pattern.compile( "itemprop=\"price\"[_\"%-=w]+>s*e" ) ), The first string shows as green. The second as...
View ArticleRed dependency in pom.xml
Hi! I added <dependency> <groupId>ch.ethz.ganymed</groupId> <artifactId>ganymed-ssh2</artifactId>...
View ArticleRules for arrangement methods by name
Hello there, I try to arrange methods in following order: onAttach(Activity) onCreate(Bundle)onCreateView(LayoutInflater, ViewGroup,...
View ArticleArtifact Building Issues
Hey everyone! I've just finished a project. In it there is the default src package (marked as source root), and two directories that I added, one contains textures and the other text files. I've marked...
View ArticleAutomatic var names in Scala
Hello everyone,I'm using Idea 13.1.5 for writing Scala and Java code (Just started with Scala).When writing in Java it's easier to create names for variables, for example if I start typing:private...
View ArticleMaven - Show dependencies: cycle
I have set up a project with following maven structure. When looking at the maven dependency diagram, business links to business and persistence to business (see attached jpeg, blue boxes).Why do these...
View Articleextract common members from two classes
Hi, What is the easiest way to extract common members from two classes into new superclass? For example, I wont turn: class A { pirvate String fieldName; private String someOtherA;...
View ArticleIntelliJ IDEA 13 & Adobe Scout - How to setup
I am trying to enable advanced telemetry in IntelliJ in my AIR projects. I have tried setting the flag -advanced-telemetry=true in compile options and method described in this thread...
View ArticleChain Generate Menu options?
Is it possible to chain actions from the Generate menu (Alt+Ins) into one macro/shortcut? Basically, I'd like to create my class and private variables, and then generate the...
View ArticleIs it possible to add inspection settings for "forbidden" methods?
For example I want to add String.getBytes() (no args) as a "forbidden" method so it gives an error (or at least a warning), is this possible in Idea 13 (and/or 14)?
View ArticleUbuntu Developer Tools Center support for Idea/PyCharm
Hello JetBrains folks! I'm contacting you on behalf of the Ubuntu Developer Tools Center project[1].(I'm not affiliated with Canonical, just a contributor.) The point of UDTC isto make the developer...
View ArticleInteliij IDEA CE crashes on building
Hi, everyone. Recently i've got the latest source code of Intellij IDEA Community Edition and did all the things, which had pointed out in instructions here...
View ArticleJava/Scala: Delete to delimiter? (like Emacs paredit)
One of the awesome features of Emacs "paredit" mode that works with Lisp-like as well as other languages like Java/Scala is the ability to just hit Ctrl-k (kill), and it will smartly delete text until...
View ArticleBreakpoints don't work in libraries.
It seems like every single breakpoint I place inside my libraries (not global libraries, but regular ones) are ignored by the IDE. However, errors and trace info does work. I refuse to believe that...
View ArticleConsidering Purchasing a Personal License and Would Like Some Input
Hello, I'm looking to up my game in the near future, and considering purchasing a personal lisence for IntelliJ. I've found that there are a few things I cant do, or cant figure out how to do, with...
View ArticleRed dependency in pom.xml
Hi! I added <dependency> <groupId>ch.ethz.ganymed</groupId> <artifactId>ganymed-ssh2</artifactId>...
View ArticleIDEA 14 - download keeps failing
Hey you had me at hello - purchased a license upgrade within minutes of receiving your email about version 14 (which I didn't even know was around the corner). However since then for the past 2 hours...
View ArticleAutomatic var names in Scala
Hello everyone,I'm using Idea 13.1.5 for writing Scala and Java code (Just started with Scala).When writing in Java it's easier to create names for variables, for example if I start typing:private...
View Article