IntelliJ and SceneBuilder code sync
Hi everyone. I am new to Java and IntelliJ. I'm testing forms with JavaFX and SceneBuilder.I created a "test form", it show all right. My question is, when I drop a new control in SceneBuilder,...
View ArticleModal external JavaDocs on Linux
I'm using IntelliJ 13.0.2 with Linux (CentOS6). Whenever I use quick docs and then chose the arrow to show full external JavaDoc in the browser. The Firefox browser (default from distro) IDEA launches...
View ArticleWhere do I drop the Lombok.JAR file to get it to work with Intellij 12.4.6?
Trying to get lombok working with Intellij. Plugin installed, Intellij says everything's hunky-dory - but no Lombok annotations are working. Do I need to drop LOMBOK.JAR in the Java/bin directory,...
View ArticleFile templates - lower, upper, camel case
I have a few file templates to generate stub Java classes.It works well but how can I use passed variable to make field definition?For instance I pass MyClass as the param and in stub it's: private...
View ArticleScala development extra slow after latest update?
I've noticed that scala development has been especially painful for me in IDEA recently. There has been a dramatic increase in IDEA pauses/pinwheel appearances. Has anyone else noticed a change within...
View ArticleRTE in Flex debugger
I had the error below in IntelliJ 13.0.1 Flex debugger.The error occurred after removing a getter from a class, and recompiling.The class is defined in the main app, and the error occurred when...
View Articlehow can I add an ENTIRE directory to a jar file?
To make my question clear, I will make up a concrete example. Suppose that I have a directory named web that contains a file name index.html. Now suppose that I want to configure IntelliJ, when it...
View ArticleLaunch command mixes jdk 6 and jdk 7
I'm trying to use byteman inside my project. I downloaded the example project https://github.com/adinn/byteman-rulecheck-maven-plugin-example and opened it as a maven project. When I launch the test...
View ArticleGradle debug breakpoints not working in 13.x / 13.1
Not sure if no one else has run into this, or if I'm somehow doing something wrong. But I can't use any breakpoints in my Gradle projects in either 13.x or 13.1 EAP. When the build runs, an error...
View ArticleTool Windows autohide is spazzing out
IntelliJ13.0.2Windows 7 x64JDK 7 I have the project and maven projects tool window placed on the top left side together. They don't have docked or floating mode enabled so it behaves like autohide when...
View ArticleNo "Exporting non-public type through public API" inspection!?
Hey there, today I got a complaint from a colleague of mine about some code I write 5 years ago: interface Filter { ...} public interface MyInterface { Object get(Filter filter);} So I created a...
View ArticleHow to set up a code completion in a JEE app
I have a web application JEE with Seam and RichFaces. From a view does not recognize the Seam components annotated with @Name("componentSeam"). Only recognizes the components declared in the...
View ArticleGrails: Cannot resolve symbol 'group' in UrlMappings.groovy
I am using the following to create a URL mapping group inside UrlMappings.groovy: group("/rest") { "/events"(resources: 'event') "/candidates"(resources: 'candidate')...
View ArticleIntellij 13 has some plugin to hibernate. Like the JBoss Tools?
The plugin for Hibernate in JBoss Tools has a powerful tool, the HQL query editor, there is something like this in Intellij13.
View ArticleHow to turn off automatic moving uncommited files moves to active changelist?
I created change list for files i don't want to commit.This files are in our VCS repository but my changes should not be commeted in repository.But when I working files from this list moves to the...
View ArticleGWT Compiler: log4j:WARN No appenders could be found for logger...
Hi, I'm having this problem while trying to run a GWT in a Tomcat from IntelliJ.IntelliJ starts making the app, the following messages appear in the error list : GWT Compiler: log4j:WARN No appenders...
View ArticleIntellij, Kivy, Windows 7
Sorry if this isn't in the right forum but I couldn't ungray the PyCharm forum. I have Kivy running in IDEA 12.1.6 on a Windows 7 box. Runs fine, just one problem. IDEA redlines things as unresolved...
View ArticleClojure home path is not configured correctly!
When I start IntelliJ IDEA Community Edition 13I get an error dialog: -----------------------------------------------------------------------Error - Can't create REPL Clojure home path is not...
View ArticleProblem Deploying J2EE application to Websphere 8.5
Hi,I am using IntelliJ idea 12.1 version.I have created a multi module maven project which contains following modules EAR,EJB, JAR, WEB. All configurations are proper and while deploying the exploded...
View ArticleBug in IntelliJ / ScalaTest2 / dynamic.classpath
We have a problem with unreliable unit-tests in IntellIJ using ScalaTest2. When dynamic.classpath property is set to true, the process often hangs, we get false failures, and the reporting is messed...
View Article