blob: 583ac2e7d756d5651ef02fe6f4be52e7bcdcf619 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
[
{ type: install
message: <<EOM
The native (faster) file watching support backed by kqueue is enabled
by default. If you encounter problems problems with watching large
trees, you disable it by appending the following property into
%%DATADIR%%/bin/rubymine.properties:
idea.filewatcher.disabled=true
EOM
}
]
|