ports/devel/jetbrains-phpstorm/files/pkg-message.in
Pedro F. Giffuni ab7f14c5d0 devel/jetbrains-phpstorm: Update to 2019.2.1
1) Update to 2019.2.1
2) drop dependency on intellij-pt4j port. That port should be removed, it
includes an old pt4j version and the FreeBSD native library is already included
in the upstream pty4j jar
3) small cleanup

PR:	240082
Approved by:	thierry (mentor)
2019-08-29 20:59:21 +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
}
]