How to define the VM option 'file.encoding' when deploying GAE?
Hi, I have set both IDE Encoding and Project Encoding to UTF-8, but when I run the command 'Googel App Engine Deployment', I got this message: Header 1Deploying 'test.war...
View ArticleWhy is Scene Builder not built into IntelliJ using OSX?
I am running Intellij 14 and using it for JavaFX development. I find that Scene Builder is not running as part of IntelliJ. The information JetBrains has published indicates it should be part of...
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 ArticleInclude Java Archive in project
Hello, In my project I am using MySQL Connector/J to access a database. The Java archive is stored in /System/Library/Java/Extensions (I am using OS X). On my computer the project is running fine...
View Articledoc tags ignored
Actionscript uses a bunch of doc @tags. They seem to be ignored. Is there an equivalent set in IntelliJ? Rather frustrating not being able to read the doc where fx @copy is used.Tag list:...
View ArticleUpdated to IntelliJ 14, tab size is now wrong
Okay, this is a strange one. My tab size has always been set to 4, and has always worked properly. Now after updating to the latest verison of IntelliJ, even though in the code style preferences it...
View Articlesharing web resources across modules
I've tried a couple of approaches with no success. Would appreciate some help. I have several modules (web apps) in my intellij 11.1.5 project. I would like to share selected source (js, jsp, css) from...
View ArticleWhere is Gradle support?
I am using IntelliJ community 13.1.4. I created the project by importing the source ( no build file: no ant, no maven, no gradle). Now I created a build.gradle file with a single Spring dependency...
View Articleidea 14, resource files not copied
I have .fxml files along my .java files in the same directory. Since upgrade to Intellij Idea 14 the fxml files are not copied during build to the build directory.Has something changed, is it a bug,...
View Articleidea14.0.1 compile has editor error
when I compile my project,the console has the error like below,how can I solve it Information:2014/11/18 9:34 - Compilation completed with 1 error and 0 warnings in 3 secError:Internal error:...
View ArticleIDEA hangs while getting subversion history
If i click on the project -> Subversion -> Show history. IDEA hangs, and after some time dies.If i do the same thing from VCS -> Browse VCS Repository -> Browse Subversion Repository and...
View ArticleIdea 14 refuses to copy large amount of text in editor
As long as the text is small enough, the paste action works. However, I meant to replace some of the html content of a file by copy/paste from chrome/source view. that didn't work. I tried the same...
View ArticleTypeScript project feels very slow
Hi to all, I'm currently working on TypeScript with IntelliJ IDEA on Windows 8. The whole IDE feels very slow, typing updates are slow, code completion is very slow, ...JavaScript or Java projects feel...
View ArticleHow to refer to image resources in javaFX css file to ensure that they are...
Hi all, I am currently writing a JavaFX application and am having trouble correctly configuring the resources. My project, "Project", has a source structure as follows:...
View ArticleUsing Git across multiple modules?
I have a problem with using Git inside IDEA on our current project. This Maven-based project is organized into three "sub projects" inside a single Git repository: /MyProject---...
View ArticleIDEA 14 community edition error with activator play project
HiI am using idea 14.01 with scala 4.1, both latest plugins, on linux mint 17. I created an activator play project with activator version 1.2.10 and it runs ok. But when i import that project in idea...
View ArticleIs Intelli-J Safe To Use For Sensitive Project?
I'm working on an extremely sensitive project, and my employer takes this VERY seriously. I have asked if it is possible to use Intelli-J as my IDE on this project (rest of team uses Sublime), and I...
View Articlehow to *completely* disable mouse/touchpad in editor?
I use IdeaVim plugin, which is awesome, except of one annoyance. When I'm in "insert mode", I sometimes accidentally hit the touchpad/mouse, and then the caret starts typing in a different location....
View ArticleHow can I browse through the database data in a Spring Data JPA Repository...
Hi,I have a Spring Data project, using Java-based @Configuration with dataSource() and entityManagerFactory() .Right now I'm tracing through the database using a separate instance of 0xDBE. I manually...
View ArticleReformating Code for JSON in Ruby and Node.js
When automatic reformating is executed in Ruby, A hash could be formatted like below. json = { :key1 => value1, :key2 => value2 } On the other hand, in Node.js.. json = { key1:...
View Article