mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
dcdfcabb7c
PR: 240080 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru> . update to 2019.2.1 . drop dependency on intellij-pt4j port -- the FreeBSD native library is already included in the upstream pty4j jar . install FreeBSD native library for jansi . fix the "Typeahead timeout is exceeded" error . small cleanup
19 lines
581 B
Plaintext
19 lines
581 B
Plaintext
[
|
|
{ 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
|
|
|
|
Only enable fsnotifier if your projects have < 600 files.
|
|
|
|
At systems which use links for /usr/home/user or /home/user apparently
|
|
IDEA finds two different VCS roots while trying to integrate with Git.
|
|
Please, use as a VCS root only one of them.
|
|
EOM
|
|
}
|
|
]
|