aboutsummaryrefslogtreecommitdiff
path: root/devel/gogland-eap/files/pkg-message.in
blob: 8333c38cb0acd0712044de7ec6cefefbce24ffe4 (plain) (blame)
1
2
3
4
5
6
7
8
There is experimental native (faster) file watching support which is
disabled by default.  Currently there are problems with watching large
trees.  To enable edit %%DATADIR%%/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.