Idea 12.0 and JBoss AS 7 integration
Hello, I have tried to get the JBoss AS 7 integration to work with a JavaEE 6 exploded war - I had some success but I'm still not satisfied. Here is what I've done so far. In my maven (3.0.4) project I...
View ArticleCorrect NamedQuery is marked as error
Hi, I have got a JPA entity defined like this: @Entity@NamedQuery(name="SEARCH_ALL_OWNER", query="SELECT o FROM Owner o")public class Owner { // ...} The word "Owner" in the named query is marked...
View ArticleSuddenly IDEA won't show any files or let me click on menu options
I'm using IDEA build 123.95, and it was working fine yesterday, but today it won't open any files, and it's throwing the following error: net/nicoulaj/idea/markdown/file/MarkdownFileTypeFactory :...
View ArticleIntellij Runtime
Hi Guys, Is there any "runtime" version fo the Intellij platform? The same way as Eclipse has runtime which allows developing new applications I hope Intellij has similar thing. The idea I have in mind...
View ArticleUnderscores not supported while using java 7
Hi everyone, I am beginner on java and i am currently reading and trying a tutorial.I have an error on running my application that it should not appen ... see the capture. it will explain better than...
View ArticleHow to force braces onto the next line
Is there some combination of settings that would allow the auto formatter to put braces on new lines for things like if/while/for/try/etc? No matter what I do or set, braces are put on the same line as...
View ArticleTestNg, jmockit initialize problem in idea
Sorry for creating new post but I created a post here: http://devnet.jetbrains.net/thread/440721?tstart=0 (did not get any response, i answered to my question to clarify the exception)for 2 days have...
View Articleidea 12 import project to subversion failed
The first time i used this IDE,i wanna import my project to subversion.when dad finished uploading i found my local file is unversioned files statusI don't know how to solve the problem unless checkout...
View ArticleIs there a way to refresh a directory in a project?
If I add a file outside the project it doesn't show up in the project directory structure and there is no refresh option nor does the Synchronize button work (because I believe it only works on...
View ArticleAuto Import not working in IDEA 12
Auto import of classes in IDEA 12 is not working in my system. The red bulb is not showing up too. I'm on a mac. When I go back to IDEA 11 things work fine on the same project. Anyone knows how to fix...
View ArticleCan not update to 11.1.5 on OSX: "Failed to download patch file"
I keep receiving update notices from within IntelliJ but every time I choose to run the update, I receive the following message: Failed to download patch file:...
View ArticleDoes IntelliJ support Grails 2.2?
Grails version 2.2 shipped just about a week back with support for Groovy 2.0. I tried upgrading my project, currently on 2.1.0, to 2.2 but was not able to run simple tests. Am I missing something or...
View ArticleJmockit with idea problem
Hi all.I am having hard time running jmockit on idea.i am using version 11.1.2 idea, jmockit-0.999.16.jar, testng6.0.1.jar.http://jmockit.googlecode.com/svn/trunk/www/gettingStarted.html part 4 it is...
View ArticleWhy IDEA is loading jmockit when I run testNG?
Hi allSorry for many questions related to mocking and testng env. I am having this issue for 3-4 days.Here is my code:import org.testng.Assert;import org.testng.annotations.Test; public class...
View ArticleDoes Ultimate Edition have more internationalization features than Community?
I am currently using IntelliJ 12 Community Edition. Based on the Compare Editions page on the jetbrains website, I cannot tell if the Ultimate Edition has more features for Code Inspection for...
View ArticleIntellisense popup remains active
Sometimes, even when you are typing in the next coding line, the intellisense popup window from the previous line remains active and you must press 'esc' to close it.Is there any solution to this problem?
View ArticleProblems creating Play 2 projects and modules in Intellij 12
Seeing this page on confluence http://confluence.jetbrains.net/display/IntelliJIDEA/Play+Framework+2.0,I thought that there is out-of-the-box support for creating Play 2 projects in IDEA 12. However,...
View ArticleWhy I do not get integrated HTML or JS Reference?
Hello, I started with an empty Web-Module and wanted to develep some html / js. ( native js, no further libs at this point ) Code completion works as suspected but I wonder why I don't get any HTML or...
View ArticleIDEA 12 missing feature in I18N Support (Resource Bundle Editor)
Hello, I'm new in this forum, but not new as Idea user.I found missing feature (panel with buttons) in Resource Bundle editing view in version 12 (Ultimate). My question is: Is it bug, or forgotten...
View ArticleIs there a way to change the fonts on the entire tree?
settings > appearance > override fonts (not recommended) doesn't seem to affect the tree in project sidebar, only the menus.Fonts are horrid in ubuntu.I hacked a way to have decent fonts in the...
View Article