BUG - Evaluate Expression Won't Auto Fill
IJ Ultimate 14.0.3 In debug mode with the Debug window floating, if I highlight some code for evaluation and click "Evaluate", the expression field won't auto fill with my highlighted code fragment. If...
View ArticleIBM Curam in Intellij
Hi all I'm currently working on a project where we customize Curam, an IBM package. That piece of software has a lot of folders and a massive amount of files that are imported in the IDE. (By massive...
View ArticleMigrating an Eclipse AspectJ project
Hi *, at my company, we are currently working with Eclipse for our Java projects.As me and some other coworkers would rather use IntelliJ, we took a crack at migrating our projects and failed at...
View ArticleHow to use jars from jboss jboss-deployment-structure.xml?
Hi,I need to use in IDEA 14 some modules taken from JBOSSjboss-deployment-structure.xml file.In development phase we need to use those same libraries defined in jboss-eap6.3 configuration.Is there a...
View ArticleHow to hide all tool windows with shortcut key
The default key I think is CTRL+SHIFT+F12. I have also tried to remap to other key combinations that are working for other actions. I am using the latest EAP 14.0.x on Linux Mint 17. The action works...
View ArticleHow do i get IntelliJ to recognise Angular directives
Hi, I'm using IntelliJ IDEA 14.0.3. I want the IDE to recognise angular directives in my HTML files, with click through. Is this possible? I have a project with a web module and a java application...
View ArticleWebLogic server not found
I am running idea-IU-139.224.1 (14) and WebLogic 12.1.3.0.0. I have local install of WLS that works from the command line, and a remote install at slc08uyu that runs fine and is accessible on my...
View ArticleIntellij run config set input file
Is there anyway to set up an IntelliJ run config for a Java program, so that it runs as if I ran this in terminal:java Uguu< fileHow would I tell IntelliJ to put the < file part?
View ArticleIntellij 14 factory default 'code style' always imposed.
I'm running Intellij 14.0.3 (unix 64). Every time I open an existingproject (Java) the factory default 'code style' is applied to every file open in the edit window even though I have set my...
View ArticleHaving a good time configuring servers to run Java EE
I've been working some days to make Intellij work with my Tomcat. First I've tried to run an aplication made in Eclipse, it did'nt even load properly. Then I tried to create a new project and copy file...
View Articlehow do I format code? indent? align curly braces?
Pardon, I googled but just couldn't figure out how to format Java code. In Netbeans, it's right click, refactor, format and there's a shortcut key. How do I just fix indents, simple things like that,...
View ArticleC++ autocompletion issue
For the past year I have been using pycharm as my python writing IDE and I love it. I wanted to start learning C++ to add to my programming languages and I thought I would stick with the intellij...
View Articlegroovy grape GrabAnnotationTransformation case sensitivity causing bogus...
does this bug: Information:09/03/15 3:56 AM - Compilation completed successfully with 1 warning in 58 secWarning:Groovyc: The global transform for class groovy.grape.GrabAnnotationTransformation is...
View ArticleMultiple-display workflow
As I love IDEA and generally working on multiple monitors, they don't seem to like each other. I was searching for solutions for this problem and the only thing that I can find is floating mode. But...
View Articlehibernate.dialect must be set when no Connection available?
I'm trying to use the HQL console and keep getting: "hibernate.dialect must be set when no Connection available" from all queries. How do I set the hibernate.dialect for the configured datasources? We...
View ArticleHow to add a stylesheet to IntelliJ?
Hi, I'm new in IntelliJ and I'm trying to add a simple css file to my web project, but it's not detected nor rendered. What can I do to solve it?
View ArticleGrails inplace plugin that references another plugin
Is there a way to configure IntelliJ to recognize references between inplace plugins? For example: Main App references MyPlugin1 which references MyPlugin2 When I use "grails run-app" everything...
View ArticleHow to configure the maximum views of "Back/Forward" in navigate menu in IDEA?
The Back/Forward commands are real very useful, but it seems that the maximum views I can go back or forward is 20. This maximum is not enough for me, and I can not find where to configure this...
View ArticleMaven archetype repository
When you create a new Maven project it will show a list of archetypes.Is there a way to configure the repository where this list is retrieved from?I want to set the archetype catalog.
View ArticleProblems creating artifact(jar) resources not included in jar.
I'm trying to build an artifact using gradle and I am receiving an error "MANIFEST.MF already exists in VFS" Also, when I can build the jar, it does not include the spring resources directory. It is...
View Article