freebsd-ports/java/intellij-rubymine/files/pkg-message.in
Pedro F. Giffuni c5f1b85ec0 devel/intellij-rubymine: Update to version 2020.2
Long needed update.
Catch up with changes in the original intellij port
Fix the desktop support as it was using text from the ideas port.
Reset the maintainer, as requested long ago.

Approved by:	thierry (mentor, implicit)
2020-12-16 21:39:19 +00:00

12 lines
316 B
Text

[
{ 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
}
]