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