Forums Migration User

- Total activity 644
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 243
-
Forums Migration User created a post, IntelliJ Idea 14 with Lambda Expression (bug)
The folowing code runs with IntelliJ IDEA 13.1.5 and Eclipse Luna but fails with IntelliJ IDEA 14linux opensuse 13.2 x86_64Java(TM) SE Runtime Environment (build 1.8.0_25-b17)import java.util.*;cla... -
Forums Migration User created a post, Preview issue with UI Designer
Starting from, IIRC, IDEA 12.0.3, I'm seeing the following weird behavior when using Preview with a form designed in UI Designer:That's how the form I'm creating looks in IDEA:But that's how it lo... -
Forums Migration User created a post, Find Usages : When a variable is declared and initialized this is not marked as a 'write'
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 o... -
Forums Migration User created a post, Including module descriptor (.iml) in a Jar artifact?
I'm trying to create a jar artifact which includes everything required to setup and build the project in IDEA. I can include project files (contents of .idea directory), sources, etc without proble... -
Forums Migration User created a post, Re-import all Maven Projects very slow
Hi, we have a multi module flexmojos project which we are finding very slow to run a re-import all maven projects on.Is there any way I can debug the MVN command which Intellij is running to perfor... -
Forums Migration User created a post, GridLayoutManager incorrectly sizes multi-line labels?
I've been banging my head over this for the past two days. I need to create a dialog with a relatively long warning text at the top, as well as some controls at the bottom. Well, what I usually do ... -
Forums Migration User created a post, Idea 9.0.4 vs idea 10 - (global library adding to )
the existing global library cannot be added to a module in the project with IDEA 10 Ultimate, which it is possible with IDEA 9.0.4 Ult - it could be a bug.(Select this option to use one of the libr... -
Forums Migration User created a post, Keymap mangled in v9 to v10 upgrade
Version 10 does not work with my upgraded (9.0.4) custom keymap - all the control keys don't work.To fix it I deleted the custom keymap, re-copied it from the Visual Studio template and re-instated... -
Forums Migration User created a post, _flexunit.swf not found when trying to run tests
Intellij: 9.03Windows7 (64bit)Java 1.6 (64bit)Intel i7HI, I have a Maven flex project which I am developing within Intellij. I can make the project and run the project successfully from within In... -
Forums Migration User created a post, Problems when running single FlexUnit based test class.
Intellij IDEA 9 UltimateWindows 7Flex 4I have a flex project with a number of flexunit tests. The various FlexUnit 4 libraries are included in the project.If I create a RUN definition for FlexUnit ...