LoginException
In PostgreSQL, I have created role, lets say "example_role" in pgAdmin3, and tried to login in command promt and on glassfish server, which works in both cases, but not when I try to start the server...
View Articlenew error messages
When you recompile/rebuild, I wish Idea would immediately clear theerror messages window. It is not always obvious if you are looking atold error messages or new ones from the latest compile.-- Roedy...
View ArticleTiling window managers + intelliJ
Anyone has any luck with _any_ tiling wm? I'm using awesome. Issues:- window ignores rules, and appears always floating, vertically maximized, no matter what rules say- window doesn't get focus when...
View ArticleSVN 1.8 executable false alert
Hello! I'm using lastest Intellij Idea (13.1.1) on lastest MacOS X (10.9.2) I've installed subversion 1.8 via recently updated MacPorts and seted path to svn (/opt/local/bin/svn) in subversion...
View ArticleSome import statements missing color syntax highlight
Hi, Using IJ CE 13.1.1, Sometimes, there are some import statements which have no syntax highliting.In the code, the classes coming from these imports also suffer from the lack of syntax highlighting....
View ArticleJsp editing
When I'm working on a jsp file, is there a way to get the Javascript and Html Editor functionality? It would be nice to get code folding and completion in jsp's.
View Articleinvert colors in intelliJ
If i look here then i see that the color scheme is inverted.I looked how to do that but isee solutions from a few years old that are to much work. Is there a simple flag somewhere to get it done?
View ArticleScope gutter color
The scope your cursor is currently in is shown in the gutter with the Darcula scheme in a certain color. I wish to change this color but I cannot find it to save my life. Where is this setting? Thank...
View ArticleUsing Nokia Asha Web App Emulator from IntelliJ IDEA
Hi, Anyone uses IntelliJ IDEA to develop Nokia Asha web apps? I want to start developing a Nokia web app with IDEA. However I don't know how to use emulator from outside the official Nokia Asha Web App...
View ArticlePotential bug in JSHint support?
I'm running IntelliJ 13.1 Ultimate (Build 135.667) and JSHint 2.4.4 (bundled). I think this is actually 13.1.2 EAP but there's no version number other than 13.1 in the About dialog. I don't understand...
View ArticleWhere is command "Export to DDL"?
How to run hbm2ddl from IDEA? How i can export my entity to SQL? Where in this beautiful monstrous IDE this simple and necessary feature?
View ArticleExclude from re-formatting by file-type Before Commit
Hello -From a process and maintenance perspective, we'd like all our developers to use corporate standard formatting on all their commits so we'd love to require use of the VCS > Commit Changes >...
View ArticleDart plugin: equivalent of DartEditor "Run as Javascript"
In the DartEditor, the Javascript version of a Dart application can be executed by selecting "Run as Javascript". Is there an equivalent function available in IDEA with the Dart plugin?
View ArticleArtifact has invalid extension issue (JBoss 7, ear artifact)
Hello, All - I know that when I'm trying to deploy an artifact to JBoss, it seems to require artifacts to have a valid extension even if they are exploded (directories) (e.g., ".war" or ".ear") and to...
View ArticleAdd one-shot Java EE libraries to project
Hello, I get validation and compile errors for all of my javax.* classes in the project (mostly imports and annotations on the entities). I know I can add each JAR to the path manually, like the libs...
View Article13.1 Implement Methods... does not work with new interface method that looks...
Hey, I notice an issue with IDEA 13.1 (135.475) Ultimate. I'll clarify. I'm implementing an interface that already has an implemented method with signature "public boolean...
View ArticleWhere to place the rule files of drools in IntelliJ ? HELP!
Hello, I have a project which I imported from Eclipse to IntelliJ 13. This project had a separate rules folder in the src folder, apart from the main folder, for the drools files. And since I imported...
View ArticleHow to deploy a Java EE simple application
I'm trying to run this simple and small application but I don't understand which is the problem and consequently how to fix it.Here it is the code. It is very simple. One bean invoked by a client...
View ArticleJavascript methods resolving when they should not
Hi, I have a question about the inspection "Unresolved JavaScript function".Given the following code: function MyClass() {}MyClass.prototype.myFunction = function () {};var myString = "a...
View Articleimproving Help with breadcrumbs
IntelliJ has a rabbit warren of menus. It can take quite a while tofind the spot where you get to specify something. For example I wanted to insert -Xdiags:verbose. Where to specify it? I try help and...
View Article