mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 16:20:33 -04:00
This is in the same family of IntelliJ products from JetBrains. Commercial and academic licenses are available. Note: a new version was just released but it doesn't work well on FreeBSD. Approved by: ports (tobik) PR: 233842 Differential Revision: https://reviews.freebsd.org/D18477
6 lines
284 B
Text
6 lines
284 B
Text
There is native (faster) file watching support backed by kqueue which is
|
|
enabled by default. If you encounter problems problems with watching large
|
|
trees, you disable it by appending the following property into
|
|
%%DATADIR%%/bin/idea.properties:
|
|
|
|
idea.filewatcher.disabled=true
|