ports/java/intellij/files/pkg-message.in
Boris Samorodov efed41809f java/intellij: update and add a comment
. update to version 2016.2;  [1]
. add comment about git integration and symlinks of homedir.  [2]

PR:		211044  [1]
Submitted by:	sergey.v.brunov@gmail.com  [1],
	volothamp@gmail.com (by e-mail)  [2]
2016-07-13 12:38:03 +00:00

12 lines
561 B
Text

There is experimental native (faster) file watching support which is
disabled by default. Currently there are problems with watching large
trees. To enable edit %%IDEA_HOME%%/bin/idea.properties and append
idea.filewatcher.disabled=false
idea.filewatcher.executable.path=%%IDEA_HOME%%/bin/fsnotifier
Only enable fsnotifier if your projects have < 600 files.
At systems which use links for /usr/home/user or /home/user apparently
IDEA finds two different VCS roots while trying to integrate with Git.
Please, use as a VCS root only one of them.