diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2019-07-22 21:53:40 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2019-07-22 21:53:40 +0000 |
commit | 89b167c2175b5b64dd965a14c6337618f1f55316 (patch) | |
tree | 8dd17c0564b5c547bba7e24f12cfd2a91cc74ded /java/intellij-rubymine/files | |
parent | Drop the dependency on libee -- this has actually been irrelevant for (diff) |
Update java/intellij-rubymine to version 2019.1.2
PR: 239190
Approved by: thierry (mentor)
Notes
Notes:
svn path=/head/; revision=507176
Diffstat (limited to 'java/intellij-rubymine/files')
-rw-r--r-- | java/intellij-rubymine/files/pkg-message.in | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/java/intellij-rubymine/files/pkg-message.in b/java/intellij-rubymine/files/pkg-message.in index d726c1300c30..210572bb37d4 100644 --- a/java/intellij-rubymine/files/pkg-message.in +++ b/java/intellij-rubymine/files/pkg-message.in @@ -1,8 +1,6 @@ -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 +There is native (faster) file watching support backed by kqueue which is +enabled by default. If you encounter problems problems with watching large +trees, you disable it by appending the following property into +%%DATADIR%%/bin/idea.properties: - idea.filewatcher.disabled=false - idea.filewatcher.executable.path=%%DATADIR%%/bin/fsnotifier - -Only enable fsnotifier if your projects have < 600 files. + idea.filewatcher.disabled=true |