RubyMine is a cross-platform IDE that supports Ruby, Ruby on Rails and web development. WWW: https://www.jetbrains.com/ruby/ PR: 214967 Submitted by: Stefan Wendler <stefan.wendler@tngtech.com>
9 lines
370 B
Plaintext
9 lines
370 B
Plaintext
There is experimental native (faster) file watching support which is
|
|
disabled by default. Currently there are problems with watching large
|
|
trees. To enable edit %%DATADIR%%/bin/idea.properties and append
|
|
|
|
idea.filewatcher.disabled=false
|
|
idea.filewatcher.executable.path=%%DATADIR%%/bin/fsnotifier
|
|
|
|
Only enable fsnotifier if your projects have < 600 files.
|