diff options
Diffstat (limited to 'devel/pycharm/files/pkg-message.in')
-rw-r--r-- | devel/pycharm/files/pkg-message.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/pycharm/files/pkg-message.in b/devel/pycharm/files/pkg-message.in new file mode 100644 index 000000000000..1e6f444bc43f --- /dev/null +++ b/devel/pycharm/files/pkg-message.in @@ -0,0 +1,14 @@ +[ +{ type: install + message: <<EOM +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. +EOM +} +] |