freebsd-ports/java/intellij-ultimate/files/pkg-message.in
Alex Dupre 7efb3db29f Various improvements:
- remove unneeded intellij-pty4j dependency
- install native library for jansi
- fix the "Typeahead timeout is exceeded" error
- general cleanup

PR:		239787
2019-08-23 09:08:52 +00:00

12 lines
335 B
Text

[
{ 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 adding the following property via the menu
entry Help -> Edit Custom Properties...
idea.filewatcher.disabled=true
EOM
}
]