Need advice: How to integrate Git & Github with IDEA on Windows
I've had so many problems using Git on Windows, it's really rather tragic. I thought Github for Windows would be the most mainstream way to get Git installed on Windows. But I cannot get it to...
View ArticleUnable to compile Java8 file in IDEA12
I'm trying to compile some sample Java 8 code, but I'm getting this error: java: lambda expressions are not supported in -source 1.8 (use -source 8 or higher to enable lambda expressions) I've set...
View ArticleProblem with IDEA 12 Ultimate and starting PHPUnit tests on Ubuntu 12.04
Hi,Yestreday I upgraded my IntelliJ IDEA 10.5.4 Ultimate to IntelliJ IDEA 12.0 Ultimate. I use it for Java/PHP development. I have manualy install the PHP plugin in v.12.0 because it is no more...
View ArticleRemote Run plugin
Hi. I stumbled upon new pluginh in IDEA 12. But i could not find who to use it. Also i could not find any information in Web help. Could anyone put here some info about that plugin. Thanks in advanced.
View ArticleMavenReportException: Error while creating archive: Unable to find javadoc...
Hi all, When running a maven goal from IDEA (11 or 12) that includes javadoc creation I am getting the following error. [ERROR] Failed to execute goal...
View Articlechangesets and partial changes
is there a way to separate changes to a file into two separate changesets? similar to git's ability to commit/stage only parts of the changes in a file...
View ArticleDisplay SVN revisions from a reintegrated branch
Is there any way in IDEA 12 to display the revisions that were included when a branch is reintegrated? Something similar to "svn log -g" command line or the "Include merged revisions" option in...
View ArticleControlling checkin when multiple branches in same project
Where I currently work we have a new branch of svn for each release cycle, so I need to work on multiple branches of the same project. This has caused me problems because sometimes I edit the file in...
View ArticleAny way to exclude individual .java files?
Putting them in Settings | Compiler | Excludes is only able to make the compiler happy but searching for an compiler-excluded .java file still shows that file.
View ArticleCan't Run Python With Plug-In - IntelliJ EAP 117.1006
I'm running IntelliJ EAP 117.1006 on Windows 7. I downloaded the Python plugin version 2.9.2, created a Python package, gave it a .py source file, and tried to run it using Python interpreter...
View ArticleInconsistent console behaviour after test run
Here is a video of the behaviour I am observing: http://screencast.com/t/rGeEZoRwR The sysouts and logs disappear and remain on the console inconsistently. What am I missing here? Have also attached...
View ArticleIntelliJ 12 complains "cannot resolve symbol" with Groovy Markup Builder
In my project I'm using groovy markup builder to create html content. for exampe builder.table { tr { td("Data1") td("Data2") } }IntelliJ...
View ArticleExecute script before commit?
I have a script that bundles (AMD) and minifies (uglify) my application assets. Since I have no CI this needs to run everytime before I do a Git commit in IntelliJ. So, how can I execute a script...
View ArticleIssue with fxml files not being copied to target/classes
Hello all, I've got a package like com.mydomain.myapp.fxml in which there are several JavaFX fxml files.After switching from Idea CE 11 to Idea CE 12 those files aren't copied to target/classes anymore...
View ArticleIntelliJ not loading file correctly
I've set up my paths properly, and it worked perfectly in IntelliJ 11 & Eclipse Juno 4.2. However, I recently upgraded to 12 and it stopped working....
View Articleannoying tootips I can't get rid of
Hi,sometimes in the last week I start getting all these annoying tooltips , I think related to spring and I don't know how to disable it. I really can't work like that. I'm using intellij 11.1.4.see...
View ArticleGitHUB with Private Repository from Organization
For some reason I can't find simple directions on using IntelliJ with my Organization. I am currently the owner of this organization. Here's where I am: I have a project on my local machine. I...
View Articleidea 12 parse some chinese character error
hi,all: Today, I download idea 12,then I install and run it. When i run junit test on my existent project, i got below error:Caused by: org.dom4j.DocumentException: Invalid byte 1 of 1-byte UTF-8...
View ArticleFlex project: detect CSS changes when compiling
In my Flex project changes to CSS file are not includes to the compiled application swf.After changing the mxml node source in<fx:Style source="../style/sample.css" />to<fx:Style...
View Article