opnsense-ports/java/intellij-rubymine/files/pkg-message.in
Franco Fichtner 7f8ba1959b */*: sync with upstream
Taken from: FreeBSD
2017-01-11 07:11:26 +01:00

8 lines
370 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 %%DATADIR%%/bin/idea.properties and append
idea.filewatcher.disabled=false
idea.filewatcher.executable.path=%%DATADIR%%/bin/fsnotifier
Only enable fsnotifier if your projects have < 600 files.