SVN basic auth issue (1U-135.815)
Hey Folks, Any time I attempt to commit to my company's internal svn repo, I receive the following: Error:svn: E170001: Commit failed (details follow):svn: E170001: MKACTIVITY of...
View ArticleGIT and Mercurial integration - UI changes needed?
Git and Mercurial have the concept of a local code repository, and a remote one. The user interface model doesn't work so well for me, with how these popular VCS are architected. It seems like what is...
View ArticleAfter create android project - AndroidManifest.xml file not found
HiI using simple project without Ant, Maven or Gradle and after building, get punch with this message "Error:Android Source Generator: [PickerAndroid] AndroidManifest.xml file not found". I have check...
View ArticleHow to launch a JUnit Robolectric test
Hi,In a SBT project, I can launch correctly Robolectric tests with this setting:managedClasspath in Test <++= (platformJars in Android, baseDirectory) map { case ((j,_), b) =>...
View ArticleBrowser error: Unable to find application named 'open'. Play framework 2.0
when I start the Play Framework 2.0, the server runs fine, but a popup appears withthe "Unable to find application named 'open'. When you click the button it brings you to the supported browsers. I...
View ArticleTurn off "really undo?" Confirmation popup?
Pressing ctrl-z in Windows causes Intellij to present a confirmation dialog which needs to be confirmed before it will undo typing. I am experiencing this while editing javadoc. It's extremely...
View ArticleTurn off "really undo?" Confirmation popup?
Pressing ctrl-z in Windows causes Intellij to present a confirmation dialog which needs to be confirmed before it will undo typing. I am experiencing this while editing javadoc. It's extremely...
View ArticleChanging specific lines' color change
In my files I have some debugging codes, most of them 1 line per method.Although they are useful for debugging, I want them to be shown in a different way.Is it possible with intellij idea 13 beta, to...
View ArticleCool 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 ArticleLatest EAP blew up, badly, mysterious file results
latest EAP blew up, (Win7 BSOD buffer 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 read...
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 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 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 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 Article