Is 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 ArticleConditional break points - sometimes yes, sometimes no. Bug?
So I have a Tomcat deployment environment and system that handles JMS messages.Behaviour that I've been seeing is that a conditional breakpoint which HAS to be true is intermittently triggered. This is...
View ArticleIntellij not seeing library
Hi all, I think intellij should be recognizing a library and it is not. Attached is a screenshot that has all the information necessary to explain the problem.In words, I have defined a library...
View ArticleHow 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 Article"Navigate to Test" is only working one-way for me in IDEA 14
Hi, I could use some troubleshooting help. Something has definitely changed in IDEA 14 that is preventing this feature from working with my project structure. On IDEA 12 and 13, things were peachy. I...
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 ArticleMysterious "unknown constant: 18" error with Scala 2.11 and Java 8
Hi, I get this error now, trying to compile my Scala/Java project in Java8 and Scala 2.11. I have no idea what it means, and there is no line number, or file, so some component (looks like maybe sbt?)...
View ArticleDifferent repositories for each module in intellij IDEA.
I'm not sure how to select a different git repo for each different module I have in my IDEA project, I'm not seeing any option for that, all the git options seem to only relate to one git repo. Is...
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 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 ArticleIntelliJ 14 Grails run-app fails
Hello, I'e got an existing gradle/grails project that builds and runs fine under IntelliJ 13. However, after upgrading to InteliiJ14 the build/run doesn't work... in my run config, I've specified a...
View ArticleAny way to disable or set default refactor preview behaviour?
I'm bothered by the constant nagging of if I want to refactor string literals and comments, when doing field renaming in Java classes. Is there any way I can set up IDEA to never bother with string...
View ArticleFile corruption - application settings
IntelliJ 10.5.2 on Mac. I'm getting this when I do "Edit Configurations": Caused by: java.io.IOException: Corrupted records: storageLength=6,452,924 recordsLength=6,452,916 recordSize=20at...
View ArticleA way to always include certain css files
Hey, I am using Dandelion in a Spring MVC webapp. Dandelion injects bootstrap and my application specific css files into all my templates automatically. Is there a way to tell IntelliJ to pick up...
View ArticleHow to toogle popup-over settings on OSX
Hey, i replaced my linux dev maschine by a mac. Because IDEA is so customizeable it feels almost like I still using my old linux system. Except one thing: Please have a look at my attached...
View ArticleProblem on Compiling
Hello together, I have the following code <code>private void writeExportLogFile() throws IOException { File file = new File(pathToFile, fileName+".LOG"); StringBuilder fileWriter = new...
View ArticleForward-looking autocomplete?
This might be a feature request but I wanted to discuss it with you all, first. When I'm changing a variable name, it'd be nice if autocomplete looked forward of the caret when completing the text....
View ArticleFlex i18n highlight and find issues
In my Flex module, it seems that properties files are being wrongly highlighted. See the attachment - there are shown two pairs from my properties files, one is being highlighted as used and the other...
View Article"Check AIR Version" when trying to debug on Android device through USB
Hello community, I'm currently developping an application for Android using AS3 and AIR. It's working welle in the emulator, it's also working when I package it and deploy it on the device. I have...
View ArticleProblems with Folder Highlighting in Intellij 14
Hi, The background highlights for the test/, out/ and target/ directories is really bad (see attached image). I did no havt this problem in Intellij 13, I'm using the Darcula theme on OS X (Ultimate...
View Article