aboutsummaryrefslogtreecommitdiffstats
path: root/java/intellij-ultimate/files/pkg-message.in
blob: 19656dce9822f04bef882bfd69876fd648373600 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[
{ type: install
  message: <<EOM
There is a native (faster) file watching support backed by kqueue which is
enabled by default.  If you encounter problems with watching large
trees you can disable it by appending the following property into
%%IDEA_HOME%%/bin/idea.properties:

      idea.filewatcher.disabled=true
EOM
}
]