intellij-idea

Exporting release build - Flex through Intellij Idea

How do I generate release build of my Flex Application through IntelliJ Idea, like I do in Flex Builder? ...

Can I make IntelliJ IDEA look more like Eclipse?

I've been developing in Eclipse for a long while, but am taking a hard look at IntelliJ IDEA 9.0.3 because of its good Flex development tools and Maven flexmojos integration. But I just CAN'T STAND the look of the thing on Ubuntu 10.04. Coming from Eclipse, the fonts and colors make everything very hard to read....very straining on the...

How to start IntelliJ idea despite of a plug-in error

Hi, I have a problem with my IntelliJ idea 9 IDE. I installed the La Clojure plugin (http://plugins.intellij.net/plugin/?id=4050) and the IDE needed to restart. Now I get the following error on startup and it won't let me continue working: java.lang.AssertionError: Source file C:\Users\foo\.IntelliJIdea90\system\plugins\org.intellij.cl...

Intellij IDEA: multiple goals, multiple projects, one button

Hi! I find myself often running the same goals (clean install) of different, interdependent maven projects in Intellij IDEA one after another. Does anyone know of a way to configure something like a maven goal combination, ideally such that you configure a button in IDEA's task bar that you can hit to execute these goals in sequence? ...

Intelli-J structural search regex questions...

I need to match variables that start with a lowercase letter and don't end in an underscore. I have these three fields: private String shouldFlag; private String shouldntFlag_; private String SHOULDNTFLAG; With this pattern inverted: ^[a-z].*_$ Used with for fieldname in the following template: class $Class$ { $FieldType$ $Field...

Ant task for compiling GUI forms (Intellij IDEA)

How I can create a Ant task to compile GUI forms (XML) in Intellij IDEA? I use Scala and Java in my project. Java only for GUI class, and I create it with Intellij IDEA UI Designer. ...

Problem with Flex unit testing in IntelliJ

Hello, I have some problems running FlexUnit tests in IntelliJ. Every time I execute test, Internet Explorer (which is not even set as default browser) pops up and blocks unit test, i.e. blocks it as add so I must allow access through that dumb top bar and then another confirmation and then finally test runs. Is there any way to reconf...

How to count lines of Java code using IntelliJ IDEA?

The title says it all. I know I've used the feature in the past, but I have no idea how I did this before. It must be something simple, right? ...

log4j.properties being ignored

I have a Java EE 6 Wicket application deployed with maven using IntelliJ IDEA 9.0.3 on glassfish v3.0.1. I use slf4j-log4j12-1.5.6 with slf4j-api-1.5.8 and log4j-1.2.16 for logging. It was previously working fine when I deployed through netbeans or eclipse, however when I deploy with IntelliJ IDEA my log4j.properties file is ignored an...

IntelliJ 9.0.3 Refused to Start Up on Mac OSX (Snow Leopoard)

Hi guys, My Intellij installation refused to start up on my macbook which is running snow leopard. In have reinstalled it and yet it refused to start up. i also set explicitly the Java_Home inside the .profile. All it does is bounce and then fades away from my dock. Does any one have an idea what might be wrong. Cheers ...

IntelliJ 9; caching a lot of data under C:\Users\..

Is there a reason why IntelliJ creates a lot of files under C:\Users\<username>\.IntelliJIdea90 ? This directory has slowly grown to around 2GB. I can understand IntelliJ needs to perform some caching for local history, and indexing, but 2GB seems a litle excessive Is there a way to safely clear down some of this data and free up some ...

Changing the background color of an intellij pane

I've changed the color scheme in intellij so that the background of the Java editor pane is dark and the text is light. I'm not sure if this is directly related, however, in other windows such as the 'run' window, the background stays white but any system messages are displayed as white text. This is obviously a problem as I can't read...

IntelliJ: how did I manage to get a v (check) sign next to the line numbers?

For some reason I managed to get a v sign (like a check sign) next to my line numbers in IntelliJ and I have no idea how it got there. It also marks as a dark blue/black error mark on the right side. Not only do I wanna know how to remove it because it annoys the hell out of me, but I wanna know how to turn it on again too! ;) Could com...

Adding a column guideline to the editor in IntelliJ

I'd like to use column guide line to IntelliJ IDE. Anybody knows about this? I couldn't find any solution for the feature? example Thanks. ...

IntelliJ Idea disable font increase/decrease on CMD+scroll

Hello, I am using IntelliJ IDEA 9.0.2 on Mac OS X - with the Magic Mouse. Whenever I press the command button and move my finger a micrometer or two on the surface of the mouse, IDEA immediately increases or decreases my font size rapidly. How can I disable this feature? Thanks in advance! ...

Need a strategy to put Intellij IDEA project files in Git

Need a strategy to put Intellij IDEA project files into Git. The main question is how to avoid merge conflicts between branches if idea project files are in git. Another question is it convenient to keep them in git? ...

Nested imports in Ant

Let's say I have a.xml which imports b.xml and b.xml imports c.xml. If I define a macro in c.xml called macro-from-c, will it be visible to a.xml? I'm asking this in the context of IntelliJ, which doesn't seem to want to acknowledge the macros I've defined. Thanks ...

select from multiple files with the same name in intellij idea

I have a project with ~30 modules. Now I want to open pom.xml file of one of the modules. ctrl-shift-n and typing pom.xml will present me with the list of all pom.xml files. I then need to scroll the list (which is not sorted) to find the file I'm looking for. Is there a way to open such files with less hassle? ...

How to create a Seam project for Intellij IDEA?

Can somebody tell me how can I create an Seam project for Intellij IDEA? I tried with Maven, but I do not have any success running it after and the plugin for Seam project in IDEA is rather old. Thanks ...

IntelliJ: After hiding my "Output" sub-panel within the "Debug" panel, how do I get it back?

I'm using IntelliJ 9.0.1. I have the "Debug" panel open. I previously had an "Output" sub-panel within the Debug panel showing the System.out text output of my program. I clicked on the ->| button to hide it, and now I can't get it back. I notice that with the Variables and Watches sub-panels, when I hide them I get an icon on the...