Cool feature idea
I just spotted this and it would a cool feature in a future IntelliJ https://github.com/andyw8/do_by Expiring TODO statements. IntelliJ could detect when a TODO is committed then fail compilation after...
View ArticleTypeScript and implicit references?
In Visual Studio I don't need to reference any TypeScript file because it does that implicitly, is it possile to achieve the same thing in IntelliJ? is it a planned feature? I like IntelliJ, I prefer...
View ArticleWhich Intellij product?
A startup team I am advising is going to program in Scala, Python, DJango and Web (HTML, CSS, Javascript, Jquery, Angular). I see that there are three Intellij products - Intellij Idea (Scala),...
View ArticleLatest EAP blew up, badly, mysterious file results
latest EAP blew up, (Win7 BSOD buffer overrun overrun .. this is the only new software I installed.. there's my evidence, your honors...) taking with it my config files which intellij can no longer...
View ArticleBuild malfunctioning jar for ANE
I have imported eclipse project from http://gotoandlearn.com/play.php?id=149 for create native extension. This project work perfectly but only Eclipse. If using in IntelliJ Artifact for create jar...
View ArticleLatest stable version of IntellJ IDEA 12 is 12.1.7b?
Hi. In this page, I found Latest stable version of IntelliJ IDEA 12 as 12.1.7. So I downloaded it from that link for OSX.But It was actulally 12.1.7b. Is that correct? I also found 12.1.7.
View ArticleDefine scope for methods
Hi IntelliJ community. When coding in our team it often occurrs that developers that aren't deep into the code are using blocking methods inside threads that should not be blocked (e.g. ui-thread).To...
View ArticleSubversion Auto-update after commit
Is the 'Auto-update after commit' option new to IDEA 13.1.3? or has it's behaviour radically changed? Just got a very rude surprise commiting a one file fix only to be unexpectdly presented with 50...
View Articledebug nashorn javascript code remotely
Does anyone know if IntelliJ supports debugging Nashorn Javascript code remotely? In my particular case, Nashorn engine and the Javascript code are running inside a Play web server. IntelliJ stops at...
View ArticleIDEA 13.1.3: How to stop autocomplete in comments?
I've been writing a lot of JSDoc in .js files recently, and in /** comment blocks, IDEA 13 insists on autocompletingmy words with functions that are in my library collection. And it's fast -- typing...
View ArticleHow to pass Program Parameters
Hi All, I tried to pass as below But here env=dev1 doesn't work ONLY --tags "@Cal1" is working. When I run the test via command line as below its working fine $ Gradle cucumber -Ptags=@Cal1 -Penv=dev1...
View ArticleTrying to find mappings for some eclipse functionalities
I am a newbie IntelliJ IDEA user and am using the community edition of this IDE as part of exploring it.I have been an eclipse user so far and am trying to find out some of the things in IDEA which...
View ArticleIs it possible to specify Maven profiles per module, like in Eclipse?
I see that it is possible to set active Maven profiles but that's only per project and it appears that the order of those profiles cannot be set. The problem is that we're using some property...
View ArticleAngularJS Plugin for IntelliJ 13.1.3: Enter Key issue
Hi All, I am using IntelliJ Ultimate 13.1.3 (our organization was nice enough to purchase license for the dev team ). When I installed the AngularJS Plugin (http://plugins.jetbrains.com/plugin/6971),...
View ArticleFind usages in [file|project] does not work for libraries
Windows 7 with IJ Ultimate 13.1.2 (just one minor minor release back from latest). Repeatable failure mode: (a) navigate to a project library class containing source code. E.g. i went to...
View ArticleIntelliJ GUI displaying foreign characters after fresh install
I was on version 13.0.2 then decided to update to 13.1.3. After uninstalling the older version through the 13.1.3 installer, the display settings have been corrupted upon launching. Here's a screenshot:
View ArticleHelp a beginner? About the GUI designer.
Hey.I'm new to java, only started learning 2 weeks ago.I'm used to C# and Visual Studio especially for the GUI designer there.I just cant wrap my head around Intellij's GUI designer..I cant understand...
View Article.yjp directory - any value at all ?
What is the purpose of the .yjp directory ? It appears to contain Idea logs (IntellijIdea13-nnnn.log) and on my current machine seems to start in September 2013 and so far has over 330Mbyte - not a...
View ArticleLibrary Jar in TomEE deployment
Hello, I have a webapp deployed on TomEE plus 1.6.0 which needs a library jar in TomEEs lib-directory.The library-jar contains a custom Authenticator for tomcat. When I setup the TomEE in IntelliJ via...
View ArticleUnitTesting IntelliJ plugins : how to invoke an action ?
Hello, I'm writing a Vcs plugin (or rather hacking on the hg4idea plugin), and would like to programmatically invoke the "Version Control" > "Update Project" action. How can I do that ? My TestCase...
View Article