Haxe Flash Debugging
I havent used the debugger in a while and have been struggling to get it working with the latest 12.x version and haxe plugin 0.5.6 Bascially I am compiling an nme project by an nmml file to...
View ArticleZend framework IDEA 12
Hi AllI've managed to setup the PHP extention but now I have a problem.IDEA 12 does not recognize the Zend classes like Zend_Controller_Action so it gives me errors all over.How can I initialize the...
View ArticleHow do I view the stdout of a successful unit test?
This seems like such a dumb question, but I can't figure it out. When I run my TestNG tests, if they succeed then I can't see the output from them. How can I view the output from successful TestNG tests?
View ArticleIDEA 12.0.2 doesn't update the sun-jaxws.xml file -- Web Service Won't Deploy
After repeatedly trying to get a JAX-WS Web Service to deploy, I noticed that the sun-jaxws.xml file had no endpoint information. <?xml version="1.0" encoding="UTF-8"?> <endpoints...
View ArticleHow can I pop up File Structure for any class where cursor is?
Hi, Currently when I hit CTRL+F12, it will shows popup of the current class File Structure. I like this feature alot! However, when I browse source, I would like to see the File Structure of other...
View ArticleCould not create the Java Virtual Machine
Hi, I am working on an iPhone app and using the IntelliJ Build->Package AIR app.Coincidentally or not, I upgraded this morning to IntelliK 12.0.2 and I keep hitting the Failed to package...
View ArticleIntegration with PivotalTracker
I can open my Pivotal Tracker tasks in IntelliJ 12 and deliver changes under automatically created changelists (that bear the bug number and bug name) If I want to look back on a particular bug fix for...
View ArticleSpecify test runner window size for FlexUnit tests
Hi, Since we sometimes use FlexUnit to display views larger than the Window size, we are looking for a way to make the window bigger by default (without having to resize it manually each time). Is...
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 ArticleHave you run Apt to Generate Them?
I'm using Intellij Ultimate version 9.0.1. I followed along with JAX-WS tutorial very carefully (though version 9 seems to take care of creating the web facet for you now)... exposing the Java class as...
View ArticleShouldn't generate toString in Groovy class use Groovy
This is the generated toString for my Hand Groovy class from IDEA 12 @Override public String toString() { return"Hand{" + "playerSeat=" + playerSeat + ',}'; } As you can see this...
View ArticleFind Usages : When a variable is declared and initialized this is not marked...
I would argue that is a bug. Given: public void simple1() { Boolean example1; example1= new Boolean(true); example1 = Boolean.FALSE; }As Expected,Performing a find usages on...
View ArticleAuto-Reformat on Auto-Import
IntelliJ 12.0.2 makes automatically a code-reformat when I'm adding an import-line for new classes via the auto-import shortcut (alt+enter). I tried to disable this but found nothing... does anybody...
View ArticleAre there any gui building probucts like DevExpress or Infragistics for Java...
I have DevExpress (DXTREME) and Infragistics that i use for my mobile, web, asp.net & C# projects and it just makes .net alot more fun to use (visualy) then Java. I know java has swing and other...
View ArticleMinor issue when splitting a file into multiple windows
When a variable or class gets selected in the last opened window, it becomes highlighted in all the windows.Would it be possible to have different highlighted words in the different windows?Sorry if my...
View Articleambiguous method call bug
I upgraded from 12.0.1 to 12.0.2 and started seeing ambiguous method call errors where I didn't see them before. And as you can see in the screenshot, the error message doesn't make much sense. I've...
View ArticleDisable subversion without disabling the plugin?
We're using Git for source control, and Jira for issue management. The Jira plugin requires the Subversion plugin, so I can't disable subversion (I realize I may have to bug Atlassian about changing...
View ArticleRefractor extract class to an already created class?
So i extracted a class from class A to B mainly int's and strings, but i noticed i forgot a few in class A, how do i move them to class B that i allready made ? I've tried move (F6) but it does not...
View ArticleIntelliJ12 - Which version of ActionScript Compiler 2.0 is used?
Hi, I have a pure Actionscript project and enabled the "Prefer ActionScript Compiler 2.0 ..." setting. However, when I set "-advanced-telemetry=true" in the "Additional compiler options" I get an...
View ArticleMacros for HTML
Since the invention of the wheel, I have been using SlickEdit with itsmacros to prepare text, especially HTML. I have been experimenting tosee what it would be like to use IntelliJ for my HTML. What I...
View Article