[potential bug] compile consistency with eclipse
Hi, I'm embedding a third party library to my project. The 3rdparty library says that one of its files MMBilling.jar must be placed at the ROOT_PROJECT/runtime/ directory, otherwise it will not...
View Articlecannot push to github anymore
Using 12.1.6 Ultimate on a mac. I changed my github password online. I went into intellij IDE setting and changed my password and tested it (it worked). I can diff files now, indicating IDEA is talking...
View ArticleJSP-EL code completion for methods in IDEA 12
Hi everyone, I am wondering if there is any code completion for standard Java class methods in JSP-EL contexts. Suppose, you have the following class public class TestService { public boolean...
View ArticleObtain list of JAVA file type keyword for slightly different new file type
Hi, I've to create a new file type based on the java source file type. It would be nice to somehow clone the existing "java source file" - file type or obtain at least the list of keywords. Does...
View ArticleDownload Problem
As a country of third world , our internet connection is not available. As well as the data transfer speed is too much slow. When we are trying to download IDEs, we suffer a lot. 200++ Mb is more...
View ArticleHow to remove background color of comment block in editor window?
I'd like to remove background color of comment block. So I opened Preferences -> Editor -> Colors & Fonts -> Java. but background color has not set. How to remove the color?
View ArticleRetrieving and setting split window settings for plugin development
I am currently working on a plugin called "Tab Session" which is quite useful if you want to save and load certain sets of open tabs. It works well, but an important feature is still missing: Splitted...
View Articlefree consultation online
free consultation online no prescription xanax online cheap no prescription, Xanax for soothing anxiety and depressionXanax for cheap xanax fast delivery no doctors Ambien. Overnight cheap...
View ArticleNew logo of Cardera is much better, but...
New logo of Cardera is much better, but do you think to change it before release? I ask it because dolphins was more beautiful in 12 version =))) Thanks,Vladimir
View ArticleDeploying a JavaFX Application - Where's the .msi file?
I've developed a JavaFX application using Intelli-J IDEA 12.1.6 Ultimate. I want to deploy it, and it's primarily going to be used on Windows PCs. I've edited the Artifacts dialog settings and set...
View ArticleIntelij 12 slow on building project.
Hello, We have been using Intelij Idea for many years.We are using a registered installtion of Intelij Idea 10 with a couple developers. I am testing the latest version(12.1.6) now but the projects...
View Articleactivating annotation processing in idea
I'm trying to get annotation processing in IntelliJ IDEA to run, but without any success by now - either the processor doesn't run or there are exceptions during executing. The concrete examples are...
View Articleusing ant-contrib with IntelliJ version 12
The following worked for me. Please advise me if you had a better method. Step0. create an Ant script like "build_for_debug.xml"Step1. add the script to the Ant Build Tool Window (you can find it in...
View ArticleIDEA 12 slows my entire computer down when breakpoint is hit
I am using IntelliJ IDEA 12.1.6 on (64-bit) Windows 7 Enterprise (I've also seen this same problem with IDEA 11, though not as often). I am running it under Java 7 (1.7.45). When I run a program in the...
View ArticleHow can I ask IDEA to check for updates to installed plugins?
I got a notification that one plugin had an update available, but had to restart my machine before I acted on it, and now I don't know how to get that info back. Is there some way to search for...
View ArticleDebugger not stopping at breakpoints. Confused.
I am not sure what is different, but my debugger used to stop at breakpoints and now it doesn't. The only thing I have done recently is upgrade my IntelliJ IDEA from 12.1.4 to 12.16. I even uninstalled...
View ArticleAdding maven libs to web artifacts
Is there an easy way to add all maven libs to a web artefacts WEB-INF/lib? Our builds are part way through a migration from Ant & Ivy to Maven. Currently this means we're using Ant to build but...
View ArticleHow can i start OSGI framework from a plugin
If i try to start a bundle like this from simple class in the main method everything works fine: FrameworkFactory fFactory =ServiceLoader.load(FrameworkFactory.class).iterator().next(); //line...
View ArticlePHP and SQL strings with variables
Is there any way to get Intellij to recognize strings as SQL when they contain a variable? For example:$query = "select * from table where id = 0"; //highlights and is recognized as SQL $query =...
View Article