SVN integration strange error
Hello. All worked ok, but yesterday:1. After attempting to submin changes to SVN I got login\password window (it worked well with saved login for months before)2. I do not remembed my password, so have...
View Articlefindbugs @DefaultAnnotation(NonNull.class)
Hi, The findbugs NonNull works fine in IntelliJ. However, it seems that it does not know the DefaultAnnotation. That is, in the code below, a call to myMethod1 with a null arguments is reported as an...
View Articleforce IntelliJ to fail the compilation on NonNull violations
I have the simple code below for testing the NonNull annotations in IntelliJ. Then I go to:IntelliJ -> File -> Settings -> Inspections -> Probable bugs -> Constant conditions &...
View ArticleHow to tell Idea not to copy .java files in WEB-INF/classes during a build?
Hi, I'm working on an existing web app where .java files are stored in WEB-INF/classes directory. Idea copies those .java files to the output directory when doing a build. Is there any way to tell Idea...
View ArticleFYI for Lion users who use IdeaVIM
If you have upgraded to Lion and you also use the IdeaVIM plugin you may be annoyed by Apple turning of key repeating (hold down a key and it repeats). Wierd! Anyway, this is a problem if you use...
View ArticleAny way to package (Ctrl+Shft+F9) a whole directory ....
... instead of a set of files? Regards.
View ArticleIDE Talk for Community Edition?
I currently use Ultimate Edition (12 EAP, and will be purchasing 12 Ultimate when it is released), and I love IDE talk. Other people I work with on my project use Community Edition. On the "feature...
View ArticleBest practices for adding 3rd-party libs to my project
Hi, I'm evaluating IntelliJ IDEA v11.1.4 on my Mac. I'm trying to add a simple 3rd-party library to my new project, and I'm looking for a best practice suggestion on how to do this. In my limited...
View ArticleReversed terminal input on Idea 12
Just curious,is anyone else having reversed input using Idea 12. I have a scanner object that works fine on 11.2 but when entering data on 12 it gets reversed. For example if I type 100 it shows up...
View ArticleStructural search context question
Hi, I'm trying to do a structural search replace to change annotations. I have getters like @Id @GeneratedValue(strategy = GenerationType.AUTO) @Column(name = "id") public Integer getId()...
View ArticleIdea 11.1 and Idea 12 EAP russian characters problem in Output console
I found a strange behavior. When I write something in System.out or in Log4j on russian language I see "?????" in output console. But this is happens only when I call this from Tomcat 7.0 or JBoss 6.1,...
View ArticleHow to filter Debug Console output with FlexUnit
I have FlexUnit Run/Debug configuration setup with output to logging enabled. This configuration allows me to 'Show test log output' and specify the logging level. Is it possible to also provide...
View ArticleDigging Darcula
I'm a ruby mine user, but I've been trying out darcula on the enoki eaps. I'm really liking it. Clearly has some glitches here and there, but it goes so well with the darker editor themes. One...
View ArticleAnnotate broken when path changes, svn add/rm
One of the features I use often to track down changes in a source file is annotate (using svn as the VCS). Recently, a path changed in SVN and now IDEA cannot find the correct revision to pop up when I...
View ArticleHow to configure variables in template-html (html wrapper for flash)?
I'm coding in flex, and using html wrapper, so I have folder html-template and inside is index.template.html file. I can see many variables there (like ${bgcolor} , ${width}, etc.), but is there a...
View ArticleCode changes not always showing when compiling
I'm in the progress of moving from Eclipse to IntelliJ to do my AS3 development. So far I'm more than happy, but there is some weird behaviour. Let me explain: In Eclipse I used to have multiple...
View Articlesvn branching with unstable trunk
Hi, Does the dreadful message "This will make branch ... no longer usable for further work..." I saw when tyring to merge branch changes into trunk imply that idea is geared towards "The stable trunk"...
View ArticleImport project with Maven breaks VCS
Hi I am running IntelliJ 8.1.3 and importing my project through Maven. However I get an error when trying to browse a file's history or adding a project to version control. "svn: This client is too old...
View ArticleImport with Maven breaks VCS
I understand the error message, and I tried to solve it by configuring the subversion configuration directory to my TortoiseSVN. "svn: This client is too old to work with working copy.." please get a...
View ArticleIDEA hangs when undeploying a JBoss EAR
Hello! I have a little problem with IDEA when undeploying/redeploying an EAR archive in JBoss (7.1.3.Final, self-compiled). When I undeploy an EAR with the JBoss Administation Console of JBoss, all...
View Article