Project name being changed to uppercase during compile
Hi, I'm noticing some strange behavior with IntelliJ 14 Ultimate Edition that someone else on the Internet has noticed as well. Here is the other person's StackOverflow question (unanswered):...
View ArticleProblems with file encoding moving to Win7
I recently moved from legacy XP machines at my employer where I used IntelliJ 14 and moved onto "new" Win 7 boxes.I copied the files directly from the old box and restarted the Ide and all seemed to...
View ArticleScripting IDEA to do multiple regex replacements in a file
In migrating some code from one environment to another, I need to do a series of regex replacements within a single file, multiple regexes, each with different replacements. I can write external code...
View ArticleWhat is this error that keeps coming up in 14.0.3?
Icon cannot be found in '/modules/libraries.png', aClass='class com.netcracker.sbbrowser.action.ContentAction'
View ArticleJavaFX and custom pseudo CSS classes.
Is there a way to get IDEA to recognize custom pseudo CSS classes with JavaFX? For example, I'm trying to create pseudo classes for Worker.State. I want: worker-state:ready { } worker-state:running {...
View ArticleHow to associate a Java source file with a database?
Using IntelliJ 14.0 or 14.1 EAP, I cannot figure out how to change the association of a java file with a database. I have different databases in my Database tool window. Each of those databases...
View ArticleDebugger: Unwanted toString() being print in the code window
Hi, I have Intelli-J Ultimate 14.0.3, and when debugging applications an unwanted behavior is occuring. When I set a break point on a line in the Editor window, and run the debugger, every line with a...
View Articlecant get as3 profiling to work
I know I am using flash player debug version because debugging works fine (true?) this is an AS3 only app for air/moblie/iosmemory profiler just says "loading..." I get these kinds of traces:...
View ArticleHidpi setting
Hi, I have a 4K monitor and Intellij 14.0.3 looks blurry as hell (windows 8.1 java 8) INtellij says it supports HiDPI by adding the following flag in vmoptions-Dis.hidpi=true I see no difference in the...
View ArticleHelp? Edited default "new class" template and now can't create any classes.
I'm new to IntelliJ IDEA, so I hope you'll forgive what I'm sure is a silly question. I created a new class, hit "alt+enter", and wrote in my own default class beginning. The new template I saved was...
View ArticleMantis BT - can not update ISSUES with IntelliJ
Hi, I have tryed to connect IntelliJ with my issue-tracker Mantis. I installed Mantis 1.2.19 - and configured IntelliJ: Tools => Tasks => Configure. Add a new "Mantis" Server - fill out Server...
View ArticlePlugin to set default Run/Debug settings
I'm relatively new to IntelliJ, and one time consumer for me has been the setting of run/debug defaults, particularly the environment and vm options sections. At our shop we have basically 3 types of...
View ArticleCannot Copy or Paste text from or to IntelliJ from other applications in...
I cannot copy text in IntelliJ and insert it in an another Windows-Application. Inserting in IntelliJ is possible. Copy texts in Windows applications and pasting is possible, but not pasting it in...
View ArticleIndent block continuation different than statement continuation
Our shop uses a convention that continuation lines for blocks (method header, if and while statements, etc.) should be 8 spaces so that the block header is clearly delineated from the block body....
View ArticleDoes intellij IDEA work the same in Windows 8.1?.
I'm considering upgrading to Windows 8.1 from Windows 7, and before that I want to make sure it will work without any issues. Can I make the leap or does IDEA work better on W7?. Thanks.
View ArticleIntelliJ 14 Ruby plugin - plus require load path
Hello, So I've been using RubyMine for a while for all my Ruby - and some Puppet - needs. Since I also do some Python and C++ devel I wanted to add their respective plugins. Apparently this is not...
View ArticleIDEA equivalent eclipse ${workspace_loc}
Hi, I have tried with community IDEA 14.03 to replace "working directory" into Run/Debug configuration with variable like ${project_dir} whithout succes ? RegardsPhil
View ArticleWhat is: Typescript service directory
Hi, I'm wondering about the setting TypeScript service directory, in settings, under Languages & Frameworks > TypeScript Compiler. There is no reference to this setting anywhere. Thanks David
View Article@Contract for methods that validate their arguments
How do you say "this method will throw or return not-null" in a @Contract annotation? For example, given the following method: public void foo(Integer price, Integer markup) { if (price == null) {...
View ArticleUsing symlinks to project
Hi, I have problems using a project accessed by a symlink in the Python plugin (4.0 139.129), IntelliJ 139.1117. The projects were made in a previous Linux version. I installed a new version in a new...
View Article